Code Review
Warn
Audited by Snyk on Mar 19, 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 explicitly fetches and processes pull request diffs from public URLs (e.g., "Pull request URL — https://github.com/user/repo/pull/42" and Workflow step 1: "if it is a pull request, fetch the diff"), which are untrusted third-party user-generated contents that the agent reads and uses to drive its 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 a pull request diff at runtime from URLs such as https://github.com/user/repo/pull/42, injecting remote content into the agent's context so external data can 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