pr-antipattern-review
Warn
Audited by Snyk on May 18, 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). The skill's workflow explicitly fetches and parses public PR/commit diffs and PR title/body from external GitHub/GitLab URLs (Step 1: "fetch
<URL>.diffwith the available browser/web tool orcurl -L" and "Always scan the PR title and body" in references/diff-checks.md), which are untrusted, user-generated third-party content that the agent reads and uses to make review decisions.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill explicitly fetches remote PR diffs at runtime (e.g., github.com///pull/ and gitlab.com/.../merge_requests/ /
<URL>.diffvia curl -L) and injects that fetched diff text into the agent's review context, so external content can directly control 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