fix-review

Warn

Audited by Snyk on Mar 10, 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 GitHub PR review comments via "gh api repos/{owner}/{repo}/pulls/{number}/comments" (Step 3) and then instructs the agent to parse those user-generated comment bodies (Step 4) and apply fixes based on them (Step 5), so untrusted third-party content can directly influence actions.

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).

  • Potentially malicious external URL detected (high risk: 0.90). The skill invokes the gh CLI at runtime (e.g., gh api repos/{owner}/{repo}/pulls/{number}/comments --paginate — corresponding to https://api.github.com/repos/{owner}/{repo}/pulls/{number}/comments) to fetch PR review comment bodies and suggestion blocks which are then parsed and used to drive the agent's fix instructions and code changes, so the fetched external content directly controls prompts/behavior.
Audit Metadata
Risk Level
MEDIUM
Analyzed
Mar 10, 2026, 05:16 AM