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 .env or 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 like eval() or os.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
Risk Level
SAFE
Analyzed
Aug 30, 2026, 02:54 PM
Security Audit — agent-trust-hub — elevenlabs-tts