ai-music
Pass
Audited by Gen Agent Trust Hub on Aug 13, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted external data which could potentially contain malicious instructions intended to influence the AI's behavior.
- Ingestion points: User-provided
prompt,tags,lyrics, andaudioURLs (referenced inSKILL.md). - Boundary markers: Data is encapsulated within a JSON object passed to the
--inputargument of the CLI tool. - Capability inventory: The skill executes shell commands via the
runcomfyCLI using theBashtool. - Sanitization: The skill uses structured JSON input to define boundaries, though it does not explicitly mention content-level sanitization for steganographic instructions in audio files.
- [COMMAND_EXECUTION]: The skill utilizes the
allowed-toolsfrontmatter to restrict command execution to theruncomfyCLI, implementing the principle of least privilege. - [EXTERNAL_DOWNLOADS]: The skill requires the installation of the
@runcomfy/clipackage via NPM. This is a standard dependency for the intended functionality and targets the official vendor package. - [CREDENTIALS_SAFE]: The skill provides secure guidance for handling API tokens, recommending the use of environment variables or a configuration file with restricted permissions (
0600), and explicitly warns against logging or echoing tokens.
Audit Metadata