ClawVoice

PassAudited by VirusTotal on May 10, 2026.

Overview

Type: OpenClaw Skill Name: clawvoice Version: 1.1.3 The ClawVoice skill bundle is a legitimate telephony integration for OpenClaw that facilitates voice calls and SMS via Twilio and Telnyx. The codebase demonstrates significant security awareness, including automated tool restrictions for voice sessions (blocking high-risk tools like 'exec' and 'browser' in dist/hooks.js), prompt injection detection for agent responses, and PII protection through phone number masking in notifications (dist/services/post-call.js). It also implements robust webhook signature verification and rate limiting (dist/routes.js). While the plugin uses internal module probing for host compatibility (dist/index.js), it includes explicit trust boundary checks to prevent path traversal.