reddit-icp-monitor
Warn
Audited by Snyk on May 15, 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 and ingests user-generated Reddit posts via public JSON endpoints (see SKILL.md Step 3: curl "https://www.reddit.com/r/{SUBREDDIT}/search.json") and then has the agent read and pass those posts into Gemini for scoring and reply drafting (Steps 4–5), so untrusted third-party content from Reddit can directly influence scoring, mode selection, and generated actions.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill requires runtime calls to the Google Gemini generation API (https://generativelanguage.googleapis.com/v1beta/models/gemini-2.0-flash:generateContent?key=$GEMINI_API_KEY), and the responses from that URL are used to produce the relevance scores and drafted replies that directly determine the agent's behavior (GEMINI_API_KEY is mandatory), so this external endpoint controls the agent's outputs at runtime.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata