reviewing-code-perfectly
Warn
Audited by Snyk on Mar 28, 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.90). This skill explicitly fetches and reads user-generated GitHub pull request content (see SKILL.md Step 1: "gh pr view --json title,body,files" and "gh pr diff ", and Step 2: read files from $REVIEW_DIR), which the agent is expected to interpret to drive review decisions and to load other skills—i.e., untrusted third-party content can materially influence actions.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill explicitly fetches PR metadata and checks out PR code at runtime from GitHub (e.g., https://github.com/org/repo/pull/42 via
gh pr viewandpr-review-worktree setup), and those fetched files and PR description are read into the agent's review context so they directly control the agent's prompts.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata