GCP Project Migration
Fail
Audited by Snyk on Feb 16, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The prompt includes commands that embed secrets verbatim (e.g., --password="NEW_PASSWORD", DATABASE_URL with USER:PASS, JWT_SECRET_KEY=YOUR_JWT_SECRET and CLI env var updates), which requires the agent to handle and output secret values directly.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill runs a runtime import from gs://MIGRATION_BUCKET/dump.sql via "gcloud sql import sql ..." which fetches and executes remote SQL on the target database, making gs://MIGRATION_BUCKET/dump.sql a required runtime external dependency that can execute code.
Audit Metadata