elevenlabs-tts
Pass
Audited by Gen Agent Trust Hub on Aug 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill manages sensitive data appropriately by instructing the user and the agent to store API keys (
ELEVENLABS_API_KEY) and personal voice profiles in local.envor JSON files outside of the skill code. - [COMMAND_EXECUTION]: The skill uses a local Python script to perform API requests. The script (
scripts/generate_voice.py) uses standard libraries (urllib,json,argparse) and does not use dangerous functions likeeval()oros.system()with unsanitized user input. - [EXTERNAL_DOWNLOADS]: The skill interacts with the official ElevenLabs API (
api.elevenlabs.io). These network operations are necessary for the primary purpose of the skill and do not involve downloading or executing arbitrary code from untrusted remote sources.
Audit Metadata