agent-loop-autoreview

Warn

Audited by Snyk on Jun 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.85). The required workflow ingests outsider-authored free text from GitHub PR review bodies/comments (e.g., gh api .../pulls/{pr}/reviews and /comments filtered to bot users), and that body text is then used for extraction and fix generation in the agent’s LLM context.

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

  • Potentially malicious external URL detected (high risk: 0.90). The skill uses GitHub API calls at runtime (e.g., gh api repos/{owner}/{repo}/pulls/{pr}/reviews and gh api repos/{owner}/{repo}/pulls/{pr}/comments) to fetch bot review comments that include "🤖 Prompt for AI Agents" which are then used to drive the agent's fixes, so external content directly controls agent prompts.

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
Jun 16, 2026, 03:11 AM
Issues
2
Security Audit — snyk — agent-loop-autoreview