gcp-agent-sdp-template-factory
Installation
SKILL.md
gcp-agent-sdp-template-factory
This skill helps you identify and protect sensitive data (PII, credentials, secrets) using Google Cloud Sensitive Data Protection (DLP). Grounded in security_blog.md, it supports both Inspect and De-identification (Redaction) templates.
Usage
Ask Antigravity to:
- "Create an SDP Inspect template for PII and API keys"
- "Add a redaction template to mask credit card numbers"
- "Generate Terraform for my DLP inspector"
- "Set up a de-identification policy for my agent logs"
Pattern: Inspect & Redact
- Inspect Template: Defines what to look for (e.g.,
PERSON_NAME,CREDIT_CARD_NUMBER,GCP_API_KEY). - De-identify Template: Defines how to transform it (e.g.,
Replacewith[redacted],Maskwith#).