gcp-agent-sdp-template-factory
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#).
Terraform Boilerplate
Refer to resources/sdp_templates.tf for the standard infrastructure-as-code implementation.
More from googlecloudplatform/devrel-demos
go-backend-dev
Specialist in implementing robust HTTP services and APIs in Go. Activates for "endpoint", "handler", "API", "server".
41go-reviewer
Expert code reviewer focusing on idiomatic Go, concurrency safety, and clean code principles. Activates for "review", "idiomatic", "refactor".
41go-architect
Expert in Go project scaffolding, standard layout compliance, and dependency management. Activates for "new project", "structure", "layout".
36go-test-expert
Expert in Go testing patterns, table-driven tests, httptest, benchmarking, and fuzzing. Activates for "test", "fail", "benchmark", "debug", "fuzz".
35latest-software-version
>
34go-project-setup
>
26