yeet
Warn
Audited by Snyk on May 14, 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 explicitly fetches and parses public, user-generated GitHub content (e.g.,
gh issue viewin references/comment-issue.md,gh api repos/{owner}/{repo}/contents/.github/ISSUE_TEMPLATEin references/create-issue.md and issue-claude-code.md, andgh search discussions/ discussion category queries in create-discussion.md), and the agent is required to read and act on that untrusted content to choose templates, generate bodies/comments, select categories, and decide follow-up actions—so third-party content can materially influence behavior.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The skill issues gh api calls at runtime to fetch repository form templates (e.g., gh api repos/{owner}/{repo}/contents/.github/ISSUE_TEMPLATE/{template_name} — corresponding to https://api.github.com/repos/{owner}/{repo}/contents/.github/ISSUE_TEMPLATE/{template_name}), and those fetched template files are parsed and injected into the generated issue/discussion/PR bodies, so remote content can directly control prompts/instructions.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata