code-review

Warn

Audited by Snyk on Mar 16, 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.md explicitly instructs the agent to fetch and read PR and issue content from GitHub using commands like "gh pr view", "gh pr diff", and "gh issue view", which are user-generated/untrusted third-party texts that the agent interprets and uses to drive review decisions—so they could carry indirect prompt-injection.

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

  • Potentially malicious external URL detected (high risk: 0.80). The skill uses GitHub PR URLs at runtime (e.g., https://github.com/owner/repo/pull/45) via commands like gh pr view / gh pr diff to fetch remote PR title/description/diff and inject that content into the review prompt, so external content can directly control the agent's instructions/context.

Issues (2)

W011
MEDIUM

Third-party content exposure detected (indirect prompt injection risk).

W012
MEDIUM

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

Audit Metadata
Risk Level
MEDIUM
Analyzed
Mar 16, 2026, 11:17 AM
Issues
2