elevenlabs-core-workflow-a
Pass
Audited by Gen Agent Trust Hub on Jul 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses the official
@elevenlabs/elevenlabs-jsSDK and standard WebSocket libraries to interact with ElevenLabs services. - [SAFE]: Sensitive authentication tokens are correctly handled using environment variables (
process.env.ELEVENLABS_API_KEY) instead of hardcoded strings. - [SAFE]: Network communications are directed to the official ElevenLabs API domain (
api.elevenlabs.io), which is a well-known and trusted service for this functionality. - [SAFE]: Local file access is limited to reading audio samples for cloning and writing output MP3 files, which is required for the skill's primary purpose.
Audit Metadata