agent-eval
Warn
Audited by Snyk on Jun 13, 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.85). Outsider-authored free text is ingested when
audit.shclones the selected public GitHub repo fromcorpus.jsonand the agent reads/indexes its source files (repo body text authored by third parties) into the LLM context via CodeGraphRead/Grepresults.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). corpus.json contains many GitHub repo URLs (e.g. https://github.com/excalidraw/excalidraw) that audit.sh clones at runtime into /tmp/codegraph-corpus and whose code is indexed/served to the agent, so remote content is fetched during runtime and injected into the agent's context (directly influencing prompts/outputs).
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata