fabric-builder
Warn
Audited by Snyk on Jun 12, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.95). The required workflow fetches CFF module README/variables/outputs/schemas from GitHub at runtime via
scripts/fabric.py(urllib.request.urlopenonraw.githubusercontent.com/...), which ingests outsider-authored free text (module documentation/content) into the agent’s LLM context.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill calls scripts/fabric.py at runtime which fetches module data from the GitHub API and raw content URLs (https://api.github.com/repos/GoogleCloudPlatform/cloud-foundation-fabric and https://raw.githubusercontent.com/GoogleCloudPlatform/cloud-foundation-fabric/master) and uses the fetched README/variables/outputs to directly drive prompt/content generation for the Terraform code.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata