elevenlabs-music
Pass
Audited by Gen Agent Trust Hub on Jul 23, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references a CLI tool installation from
belt-sh/clivianpxand links to configuration guidelines on a GitHub repository associated with theinference-shorganization. This behavior is consistent with the skill's purpose of providing access to a specific AI cloud service. - [COMMAND_EXECUTION]: The skill uses the
Bashtool to run thebeltCLI. Theallowed-toolsmetadata restricts execution to thebeltcommand, which is a common security best practice for limiting tool scope. - [PROMPT_INJECTION]: The
promptparameter accepts user-supplied text which is interpolated into shell commands. While the skill uses single-quoting and JSON formatting in its examples to mitigate command injection risks, this represents a standard surface for indirect prompt injection. The risk is minimized by the platform's command handling.
Audit Metadata