twitterapi-io
Fail
Audited by Snyk on Mar 15, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 0.80). The prompt includes an explicit example that passes an API key on the command line (
twitterapi-io auth --api-key YOUR_KEY), which encourages embedding secret values verbatim in generated commands (an exfiltration risk), even though an env-var alternative is mentioned.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.80). This skill explicitly fetches and ingests user-generated Twitter/X content via the twitterapi-io CLI (see SKILL.md commands like
tweet,replies,searchand the references/links.md pointing to twitterapi.io endpoints), so the agent will read untrusted third-party posts that could contain instructions influencing subsequent actions.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata