x-api
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard documentation and code examples for interacting with the X API.
- [SAFE]: It utilizes reputable, well-known libraries (
requests,requests_oauthlib) for network communication and OAuth authentication. - [SAFE]: Authentication implementation follows security best practices by using environment variables and providing explicit warnings against hardcoding or committing secrets.
- [SAFE]: All network operations are targeted at official X API domains (
api.x.com,upload.twitter.com). - [PROMPT_INJECTION]: An indirect surface exists as the skill processes untrusted data from the X API (e.g., tweet content, search results).
- Ingestion points: API response data parsed via
resp.json()inSKILL.md. - Boundary markers: None explicitly defined for external content.
- Capability inventory: Network POST requests and local file read operations in
SKILL.md. - Sanitization: Not applicable to these architectural code snippets.
Audit Metadata