Verification Before Completion
Warn
Audited by Snyk on Apr 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: 0.70). The required verification scripts execute commands like "npm install", "pip install" and run audits (e.g., "npm audit", "bandit", "safety", "cargo audit"), which pull packages and vulnerability data from public registries (npm, PyPI, advisory databases) and use those external outputs to determine gate pass/fail, thus exposing the agent to untrusted, user-generated third‑party content that can influence actions.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.70). The CI workflow includes external GitHub Action references (actions/checkout@v3 and codecov/codecov-action@v3) which are fetched from external repositories and executed at runtime in the workflow, so they are runtime external dependencies that execute remote 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