[STUB - Not implemented] GCP security hardening with IAM least privilege, VPC security, and Secret Manager. PROACTIVELY activate for: [TODO: Define on implementation]. Triggers: [TODO: Define on implementation]
Scanned 9/12/2026
Install to Claude Code
npx -y skills add aibot88/sec_skill_store --skill gcp-hardening --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Gcp Hardening?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aibot88-gcp-hardening)More formats (shields.io, HTML) on the badges page.
---
name: gcp-hardening
version: "0.1"
description: >
[STUB - Not implemented] GCP security hardening with IAM least privilege, VPC security, and Secret Manager.
PROACTIVELY activate for: [TODO: Define on implementation].
Triggers: [TODO: Define on implementation]
core-integration:
techniques:
primary: ["[TODO]"]
secondary: []
contracts:
input: "[TODO]"
output: "[TODO]"
patterns: "[TODO]"
rubrics: "[TODO]"
---
# GCP Hardening
> **STUB: This skill is not yet implemented**
>
> This placeholder preserves the documented plugin structure.
> See parent plugin README for planned capabilities.
## Planned Capabilities
- **IAM Least Privilege**: Minimal permission grants, service account best practices
- **VPC Security**: Network segmentation, firewall rules, Private Google Access
- **Secret Manager**: Secure credential storage and rotation
- Cloud Armor configuration
- Organization policy constraints
- Security Command Center integration
## Implementation Status
- [ ] Core implementation
- [ ] References documentation
- [ ] Output templates
- [ ] Integration tests
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Java Spring Boot 服务中关于身份验证/授权、验证、CSRF、密钥、标头、速率限制和依赖安全的 Spring Security 最佳实践。