ai-music-generation
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references a remote markdown file on GitHub (
inference-sh/skills) to provide installation guidance for the required CLI tool. - [COMMAND_EXECUTION]: The skill utilizes the
beltCLI tool to interact with AI music models. Execution is restricted to thebeltcommand as defined in theallowed-toolsconfiguration. - [INDIRECT_PROMPT_INJECTION]:
- Ingestion points: User-provided text prompts are interpolated into CLI commands to generate music.
- Boundary markers: Input is structured within JSON objects passed as arguments to the
beltcommand. - Capability inventory: The skill is limited to executing the
beltCLI for audio generation and model management. - Sanitization: Input is passed to the
beltapplication which manages the interaction with the underlying inference models.
Audit Metadata