tech/google/cloud/security

Manage GCP security configurations, IAM policies, secrets, and encryption keys.

1|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/2nth-ai/skills --skill tech-google-cloud-security
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tech/google/cloud/security
Source: https://github.com/2nth-ai/skills/tree/main/tech/google/cloud/security
Command: npx skills add https://github.com/2nth-ai/skills --skill tech-google-cloud-security

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gcloud, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the management of Google Cloud Platform (GCP) security policies, secrets, and encryption keys, addressing common security challenges in cloud environments.

Core Features & Use Cases

  • Cloud IAM Policies: Simulate and manage Cloud IAM policies, roles, and conditions.
  • Secrets Management: Store and manage secrets in Secret Manager, with options for replication and rotation.
  • Encryption Keys: Handle encryption keys with Cloud KMS, including CMEK, external keys, and auto-rotation.
  • Edge Security: Implement security measures with Cloud Armor, including WAF, DDoS protection, and rate limiting.
  • Data Exfiltration Controls: Enforce data exfiltration constraints using VPC Service Controls.
  • Use Case: Automate the process of setting up and managing a secure GCP environment, ensuring compliance with security best practices.

Quick Start

Use the GCP security skill to create a new IAM policy for a specific service account.

Frequently Asked Questions about tech/google/cloud/security

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate GCP IAM policy simulation and service account role management?

Automate GCP IAM policy simulation by evaluating roles and conditions before applying them to service accounts. This ensures secure access configurations and validates permissions without disrupting active cloud environments.

What is the best way to manage secrets and configure rotation in Secret Manager?

Managing secrets in Secret Manager involves storing sensitive data with configurable replication and automated rotation. This centralizes secrets configuration, reduces exposure risks, and maintains secure application credentials.

How do I enforce VPC Service Controls to prevent data exfiltration in Google Cloud?

Enforce VPC Service Controls by configuring perimeter boundaries around GCP resources to prevent data exfiltration. This restricts unauthorized data transfers and mitigates insider threats to cloud storage.

Can I use gcloud CLI to deploy Cloud Armor WAF rules and rate limiting policies?

Yes, use the gcloud CLI to deploy Cloud Armor policies, applying WAF rules and rate limiting. This secures edge endpoints against DDoS attacks and filters malicious web traffic.

How do I configure Cloud KMS for CMEK encryption and automatic key rotation?

Configure Cloud KMS by creating Customer-Managed Encryption Keys (CMEK) and setting automatic rotation schedules. This governs cryptographic key lifecycles and secures data at rest.

Do I need specific GCP resources provisioned before managing security policies with this Skill?

Yes, managing security policies requires the gcloud CLI and pre-provisioned GCP resources. Existing projects, networks, and service accounts are necessary to apply IAM, KMS, and VPC configurations.