ai-music-generation
Pass
Audited by Gen Agent Trust Hub on Jul 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [SAFE]: Detailed analysis confirms the skill functions as described, providing instructions for AI-assisted music generation without any hidden or malicious behaviors.
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to interact with thebeltCLI; however, it limits the tool's scope to thebeltcommand specifically via theallowed-toolsmetadata, adhering to the principle of least privilege. - [EXTERNAL_DOWNLOADS]: The skill references installation guidelines and dependencies from the
inference-shorganization on GitHub. These sources are official repositories for the platform the skill integrates with and are used for legitimate configuration purposes. - [PROMPT_INJECTION]: The skill handles untrusted user input via musical prompts for model generation. While this presents an indirect prompt injection surface, the risk is mitigated.
- Ingestion points: User-provided strings enter the agent context through the
--inputflag inbelt app runexamples found inSKILL.md. - Boundary markers: The instructions utilize structured JSON formatting to encapsulate user prompts, which serves as a natural boundary between command instructions and data.
- Capability inventory: The skill uses the
Bashtool for model inference via thebeltCLI. - Sanitization: Content is processed by the external
inference.shplatform, which typically employs its own safety and content filtering protocols for model generation.
Audit Metadata