wacli
Pass
Audited by Gen Agent Trust Hub on Mar 30, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads and installs the
wacliCLI tool from a third-party source on GitHub (steipete/wacli) viabreworgo install. - [COMMAND_EXECUTION]: The skill uses the
waclibinary to execute various tasks, includingwacli authfor session management andwacli send filefor transferring local files. The tool stores session data in~/.wacli. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection as it processes incoming WhatsApp messages which could contain malicious instructions. Ingestion points: WhatsApp chat history and search results from
wacli messages searchandwacli history backfillinSKILL.md. Boundary markers: The instructions do not define specific markers to separate message content from instructions. Capability inventory: The skill can send text messages, upload local files, and retrieve sensitive chat history via thewaclicommand inSKILL.md. Sanitization: The skill includes a 'Safety' section requiring manual confirmation before sending, which serves as a human-in-the-loop mitigation, but lacks automated sanitization of ingested message text.
Audit Metadata