elevenlabs-music
Pass
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides a link to installation instructions for the
beltCLI tool hosted on the vendor's official GitHub repository (inference-sh/skills). This is a standard setup procedure for the vendor's platform. - [COMMAND_EXECUTION]: The skill uses the
beltCLI to interact with ElevenLabs apps. Access to this tool is correctly scoped and limited in theallowed-toolsfrontmatter configuration. - [PROMPT_INJECTION]: The skill processes user-provided text for music generation. This represents a potential indirect prompt injection surface.
- Ingestion points: Untrusted data enters via the
promptparameter in thebelt app runcommands. - Boundary markers: Input is structured as a JSON string within the shell command arguments.
- Capability inventory: The skill uses the
beltcommand-line tool to execute remote applications on the inference.sh platform. - Sanitization: No explicit sanitization or filtering of the prompt text is mentioned in the instructions.
Audit Metadata