elevenlabs-voices
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's logic is implemented using standalone Python scripts (
tts.py,sfx.py,voice-design.py) that do not require any external package dependencies, significantly reducing the attack surface. - [SAFE]: Network operations are limited to authenticated API calls to official ElevenLabs service endpoints (
api.elevenlabs.io) for audio synthesis and voice design. - [SAFE]: The skill provides a secure setup wizard (
setup.py) to manage API keys locally, storing them in aconfig.jsonfile on the user's machine. - [SAFE]: The scripts include logic to retrieve API keys from the platform's standard configuration path (
~/.openclaw/openclaw.json), which is an expected and benign behavior for a platform-integrated skill. - [SAFE]: Analysis of the documentation and instructions reveals no prompt injection attempts, obfuscated content, or hidden commands.
Audit Metadata