AudioMind
Pass
Audited by Gen Agent Trust Hub on Mar 4, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: Extensive review of the skill's source code, including the proxy implementation and CLI tools, revealed no malicious patterns, obfuscation, or safety bypass attempts. The skill operates as described, providing a unified interface for audio generation services.\n- [COMMAND_EXECUTION]: The skill performs expected local operations to facilitate audio generation and storage.\n
- Evidence: The script
tools/start_server.shis used to launch theelevenlabs-mcpserver. Additionally,cli.jswrites generated audio payloads to the local file system at~/.openclaw/workspace/tmp/audiomindfor delivery to the user.\n- [EXTERNAL_DOWNLOADS]: The skill interacts with external service endpoints to process and retrieve audio data.\n - Evidence: Requests are made to the well-known ElevenLabs API (
api.elevenlabs.io) and fal.ai. By default, the CLI communicates with a hosted proxy ataudiomind-proxy.vercel.app, which is managed by the skill author, though users have the documented option to self-host this component for enhanced privacy.
Audit Metadata