application-design-center-design-deploy
Warn
Audited by Snyk on Aug 18, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (low risk: 0.10). SKILL.md phase 1 calls the
designskill for the user’s prompt, and thedesignskill ingests that free-text intent to drive catalog/module selection and generation; however it does not read arbitrary outsider-authored feed text without the user explicitly providing it as the prompt.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill mandates constructing Terraform module sources like "github.com/GoogleCloudPlatform/terraform-google-cloud-run//modules/v2?ref=v0.33.0" and running terraform init/plan during runtime, which will fetch and execute remote module code from that GitHub URL as a required dependency.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata