voice-call-hardened
Pass
Audited by Gen Agent Trust Hub on Apr 21, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
openclawCLI tool for initiating and managing voice calls. This involves executing shell commands which, if misconfigured, could lead to unintended system interactions.\n- [DATA_EXFILTRATION]: Handles sensitive metadata including phone numbers and call IDs, as well as credentials for third-party providers (Twilio, Telnyx, Plivo). The skill contains specific guardrails instructing the agent never to pipe this output to external commands or network endpoints, mitigating the risk of metadata harvesting.\n- [PROMPT_INJECTION]: Vulnerable to indirect prompt injection where an attacker might provide a malicious message string to be spoken by the agent. This is addressed by a mandatory requirement for the user to author or explicitly approve any message relayed via the tool.\n - Ingestion points: Untrusted data enters the agent context through the
messageargument in theinitiate_call,continue_call, andspeak_to_usertool actions within SKILL.md.\n - Boundary markers: Security instructions are explicitly defined in the
Security Guardrailssection of SKILL.md to prevent accidental execution of injected instructions.\n - Capability inventory: Subprocess calls via
openclawCLI for telephony operations and status checks across all provided tool definitions.\n - Sanitization: The skill relies on human-in-the-loop verification and explicit user approval for all outbound communication rather than automated programmatic sanitization.
Audit Metadata