devsecops-pipeline
Warn
Audited by Snyk on May 9, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 1.00). The skill includes a DAST stage that runs OWASP ZAP against an arbitrary target URL (vars.DAST_TARGET_URL) as shown in REFERENCE.md ("dast-zap" job) and is referenced in SKILL.md failure modes, so it will fetch and interpret untrusted public web content whose findings can influence pipeline gating.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The generated CI workflow includes a step that runs "curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh" which fetches and immediately executes remote code at pipeline runtime to install a required tool (syft) for SBOM generation, so this URL is a runtime-executed external 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