X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native content posting. Use when the user wants to interact with X programmatically.
68
85%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Low
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
This skill explicitly fetches public, user-generated X/Twitter content (e.g., via endpoints like https://api.x.com/2/tweets/search/recent and GET users/{user_id}/tweets) and its SKILL.md workflow instructs pulling recent original posts for voice modeling and content generation, so untrusted third‑party content can directly influence agent behavior.