reddit-research
Fail
Audited by Snyk on Aug 11, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The skill explicitly tells the agent to ask users to paste API keys/codes and shows examples that embed those values verbatim into code/commands (e.g., XpozClient("THE_KEY_FROM_USER") and mcporter config with Authorization=Bearer {token}), which requires the LLM to handle and output secrets directly.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). In Step 2 (“Via MCP”/SDK) the workflow fetches Reddit post fields including
titleandtextusinggetRedditPostsByKeywords/client.reddit.search_posts, so outsider-authored Reddit content is ingested for analysis.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata