xquik-twitter
Warn
Audited by Snyk on Jun 25, 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). Outsider-authored free text from X (e.g., tweet/article/body text, bios, DM text, and error messages) is ingested into the agent’s LLM context via runtime API/MCP reads like
GET /api/v1/x/tweets/{id},GET /api/v1/x/articles/{tweetId},GET /api/v1/x/users/{id},GET /api/v1/x/dm/{userId}/history, andGET /api/v1/events(eventdata.text), which the workflow explicitly treats as untrusted but still passes as readable text to the model.
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata