music
Pass
Audited by Gen Agent Trust Hub on Mar 15, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references and installs official vendor libraries including the
elevenlabsPython package and the@elevenlabs/elevenlabs-jsNode.js package. These are verified resources from the skill author. - [DATA_EXFILTRATION]: The skill facilitates communication with
api.elevenlabs.ioto generate music. This is the primary intended function of the skill and targets the official vendor API domain. - [CREDENTIALS_UNSAFE]: The skill requires an
ELEVENLABS_API_KEYbut correctly instructs users to use environment variables. No hardcoded secrets or sensitive keys were found in the provided files. - [COMMAND_EXECUTION]: The provided code examples demonstrate writing generated audio data to local files (e.g.,
output.mp3). This is a standard capability required for the skill's purpose. - [PROMPT_INJECTION]: While the skill processes user-defined prompts for music generation, it includes documentation regarding the vendor's own content restrictions and safety filters for copyrighted or harmful material.
Audit Metadata