sound-effects
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: Skill instructions involve downloading the official ElevenLabs SDKs for Python (elevenlabs) and Node.js (@elevenlabs/elevenlabs-js) from standard package registries.
- [EXTERNAL_DOWNLOADS]: The skill communicates with the official ElevenLabs API endpoint (api.elevenlabs.io) to generate audio content.
- [CREDENTIALS_UNSAFE]: Requires an API key for authentication. The documentation correctly recommends using environment variables (ELEVENLABS_API_KEY) and provides non-sensitive placeholders for local configuration.
- [PROMPT_INJECTION]: The skill processes user-provided text prompts for sound generation. This is a standard functional requirement for audio generation and does not pose a threat to the agent's internal state or local system security.
Audit Metadata