ai-music-generation
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
infshCLI tool to interact with music generation models on the inference.sh platform. The tool definitionBash(infsh *)provides broad execution capabilities for this specific CLI. - [EXTERNAL_DOWNLOADS]: The documentation provides instructions to install additional platform-specific skills using the
npx skills addcommand from theinference-shrepository. - [PROMPT_INJECTION]: The skill presents an attack surface for indirect prompt injection by accepting user-supplied music descriptions and lyrics which are then passed to the CLI.
- Ingestion points: User prompts and lyrics within JSON input strings passed to the
infshtool. - Boundary markers: No explicit delimiters are used in the provided examples to isolate user input.
- Capability inventory: The skill is authorized to execute commands via the
infshCLI. - Sanitization: No input validation or filtering is specified for the data processed by the tool.
Audit Metadata