x-tweet-fetch
Pass
Audited by Gen Agent Trust Hub on Mar 9, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill fetches untrusted content from X (Twitter), creating a surface for indirect prompt injection where malicious tweet content could influence agent behavior.
- Ingestion points:
scripts/fetch.shfetches data fromapi.x.com. - Boundary markers: No markers are used to separate fetched data from instructions.
- Capability inventory:
scripts/fetch.shcan execute shell commands viacurlandjq. - Sanitization: No sanitization is performed on the API response text.
- [COMMAND_EXECUTION]: The script
fetch.shusescurlandjqto interact with external APIs. Input is sanitized via regex before being used in the API request, reducing the risk of shell injection through the ID parameter.
Audit Metadata