netease-music-cli
Pass
Audited by Gen Agent Trust Hub on Mar 23, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill operates by executing the
ncm-clicommand-line tool and thempvmedia player. These tools are used for their intended purpose of music playback and management. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface (Category 8) by interpolating user-provided session summaries and search keywords into shell command arguments.
- Ingestion points: User session summaries and search keywords are ingested and passed to the
--userInputand--keywordflags inSKILL.md(Step 6). - Boundary markers: The instructions employ double quotes around arguments to provide basic delimitation.
- Capability inventory: The agent can execute shell commands via the
ncm-cliandmpvtools. - Sanitization: While Step 5 defines a safety check for harmful content categories using natural language prompts, there is no explicit instruction for the technical sanitization of shell metacharacters.
Audit Metadata