elevenlabs
Pass
Audited by Gen Agent Trust Hub on Apr 14, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches and executes the
elevenlabs-mcppackage using theuvxtool. This package originates from ElevenLabs, a well-known and established service provider for AI voice technology. - [COMMAND_EXECUTION]: Runs a shell command (
exec uvx elevenlabs-mcp) to start the Model Context Protocol (MCP) server, which is the standard deployment pattern for this type of integration. - [SAFE]: Manages authentication through the
ELEVENLABS_API_KEYenvironment variable, correctly avoiding the use of hardcoded credentials and following recommended security protocols for secret handling.
Audit Metadata