reddit-icp-monitor
Warn
Audited by Snyk on Apr 20, 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 user-generated content from public Reddit endpoints (e.g., https://www.reddit.com/r/{SUBREDDIT}/search.json and oauth.reddit.com) in Step 3 and then passes those post titles/bodies into the Gemini scoring and reply-drafting steps (Steps 4–5) — untrusted third-party content that the agent reads and uses to drive decisions and generate replies, enabling indirect prompt injection risk.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill calls the Gemini generation endpoint at runtime (https://generativelanguage.googleapis.com/v1beta/models/gemini-2.0-flash:generateContent?key=$GEMINI_API_KEY), and the returned text is required and directly controls scoring and drafted replies, so this is an external dependency that controls agent prompts/outputs.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata