review-pr
Warn
Audited by Snyk on Jul 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 from the PR itself (e.g., PR body/comments and linked issue text) is fetched at runtime via
gh pr view/gh issue viewand then used to build the toolkit’s review context that the LLM agents consume.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The skill fetches PR code and metadata from the remote repo "nrwl/nx" at runtime (e.g.,
gh pr view --repo nrwl/nxandgit ... fetch origin pull/...) and then instructs the pr-review-toolkit agents to read the worktree/.review-context, so externally-fetched repository content directly drives agent prompts and outputs (repo: nrwl/nx).
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata