ai-music-generation
Pass
Audited by Gen Agent Trust Hub on Aug 7, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill directs users to install the
beltCLI vianpx skills add belt-sh/cliand references installation documentation hosted on the inference-sh GitHub repository. - [COMMAND_EXECUTION]: The skill uses the
beltcommand-line tool to interface with remote inference models. The execution scope is restricted to thebelttoolset via theallowed-toolsfrontmatter configuration. - [PROMPT_INJECTION]: The skill possesses an indirect prompt injection attack surface because it processes untrusted data (prompts and lyrics) and interpolates them into tool commands.
- Ingestion points: Prompt and lyric strings are ingested via the
--inputflag in thebelt app runcommand examples withinSKILL.md. - Boundary markers: The skill uses JSON structures to encapsulate user input, providing a basic structural boundary.
- Capability inventory: The skill is authorized to execute the
beltCLI tool. - Sanitization: No specific sanitization or filtering logic is defined for the input strings provided to the generation apps.
Audit Metadata