ai-music-generation
Warn
Audited by Gen Agent Trust Hub on Sep 21, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install external dependencies using
npx skills add belt-sh/cliand various skills from theinference-sh/skillsrepository. These packages are hosted on external registries and GitHub repositories that are not on the trusted vendor list. - [COMMAND_EXECUTION]: The skill requires the Bash tool to execute the
beltCLI binary. While restricted to thebeltcommand via theallowed-toolsfrontmatter, it enables the execution of an external binary that interacts with remote services. - [INDIRECT_PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface by interpolating user-provided prompts and lyrics into JSON payloads for the
beltcommand. - Ingestion points: User-provided strings for the
--inputargument inbelt app runcommands (e.g., prompts for music styles or song lyrics). - Boundary markers: None. The skill does not provide delimiters or instructions for the agent to ignore potentially malicious instructions embedded in the input strings.
- Capability inventory: Execution of the
beltCLI viaBash(belt *), allowing the agent to perform network-based music generation tasks. - Sanitization: No input sanitization or validation logic is visible in the skill instructions.
Audit Metadata