twitter-workflow
Pass
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill relies on shell commands to interact with the Twitter service through
twitter-cli. These includepost,search,me, andtweetoperations. - [EXTERNAL_DOWNLOADS]: The skill documentation instructs the agent or user to install the
twitter-clitool using theuvpackage manager. This involves downloading and installing third-party software from a public registry. - [PROMPT_INJECTION]: The skill is vulnerable to Indirect Prompt Injection (Category 8) due to the following factors:
- Ingestion points: The skill retrieves untrusted data from Twitter/X using the
twitter-cli searchandtwitter-cli tweet <id>commands inSKILL.md. - Boundary markers: No specific boundary markers or instructions to ignore embedded directives are present in the prompt instructions.
- Capability inventory: The agent has the capability to write back to the platform via
twitter-cli post, which could be abused if an ingested tweet contains malicious instructions (SKILL.md). - Sanitization: There is no evidence of sanitization or filtering applied to the external data fetched from the social media platform before it is processed by the agent.
Audit Metadata