ai-music-generation
Pass
Audited by Gen Agent Trust Hub on Apr 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to runinfshCLI commands. Access is restricted via theallowed-toolsfrontmatter to only permit commands beginning withinfsh *, which limits the risk of arbitrary command execution. - [EXTERNAL_DOWNLOADS]: The skill references installation scripts and documentation hosted on the vendor's official GitHub repository (
inference-sh/skills) and website (inference.sh). These are identified as legitimate vendor-owned resources. - [PROMPT_INJECTION]: The skill accepts user-provided strings for prompts and lyrics which are interpolated into CLI command arguments, representing an indirect injection surface.
- Ingestion points: User-defined prompts and lyrics in
infsh app runpayloads withinSKILL.mdexamples. - Boundary markers: Inputs are passed within structured JSON payloads, which provides structural delimitation.
- Capability inventory: The agent can only execute
infshcommands and lacks general file-write or unrestricted network access tools. - Sanitization: Input sanitization is deferred to the
infshCLI utility.
Audit Metadata