conventions
Warn
Audited by Snyk on Jun 23, 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). Outsider-authored free text is ingested via the GitHub Actions runtime environment variables
ISSUE_TITLEandISSUE_BODYsourced fromgithub.event.issue.*(issue content authored by a non-operating user) and then passed into the agent context when runningclaude.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The workflow includes runtime installation/execution of external code — e.g., uses: actions/checkout@v4 (a GitHub Action fetched and run at runtime) and npm install -g @anthropic-ai/claude-code which downloads and installs the remote claude CLI that is then executed — so the skill relies on fetching and running external code during runtime.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata