known-issues
Warn
Audited by Snyk on Jul 30, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). The skill’s required runtime workflows for
search,check-all, andqualityinvokegh issue view/gh search issuesto ingest outsider-authored free text from GitHub issue bodies/titles/comments at runtime (e.g., those issue fields are read and then used for triage/registry updates).
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The skill explicitly fetches live GitHub issue templates at runtime (e.g. via "gh api repos/anthropics/claude-code/contents/.github/ISSUE_TEMPLATE/.yml --jq '.content' | base64 -d" / "gh api repos/{repo}/contents/.github/ISSUE_TEMPLATE/{template_file} --jq '.content' | base64 -d"), and those fetched templates directly control how the agent drafts issue bodies (i.e., they control prompts/instructions), so this is a required runtime 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