elevenlabs-tts
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [EXTERNAL_DOWNLOADS]: The script communicates with the well-known ElevenLabs service via its official API domain (api.elevenlabs.io) to fetch voice lists and generate audio streams.
- [SAFE]: Authentication is handled via the ELEVENLABS_API_KEY environment variable, ensuring that sensitive credentials are not hardcoded within the source files.
- [SAFE]: The skill uses only built-in Node.js modules ('https' and 'fs') and does not introduce risks from unverified third-party packages or remote script execution.
Audit Metadata