social-sentiment-analyzer
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 the user to paste an Xpoz API key or authorization code and then places that secret verbatim into client constructors and configuration commands, forcing the LLM to handle/output secrets directly.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). At runtime the workflow fetches and ingests outsider-authored social post text from Twitter/X, Reddit, and Instagram via Xpoz calls like
getTwitterPostsByKeywords/getRedditPostsByKeywords/getInstagramPostsByKeywords(Step 2 “Fetch Posts”), then classifies that posttext/title(Step 3/4).
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata