review-as
Warn
Audited by Snyk on Jul 25, 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). At runtime, the required
scripts gatherstep fetches outsider-authored GitHub review/comment text (from other users’ PR bodies, inline comments, and issue comments) via thegh api --paginate ... --jq ...calls inscripts/gather-review-history.ts, writes it into a readable JSON history file, and the workflow then instructs the agent to read and distill thosebodyfields into the LLM context (prompt injection risk).
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill's troubleshooting guidance instructs running a remote install script that fetches and executes code (curl -fsSL https://bun.sh/install | bash), and bun is required to run the gather step, so this URL is a runtime remote-code-install dependency.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata