next-step
Pass
Audited by Gen Agent Trust Hub on Apr 4, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits a surface for indirect prompt injection by accepting and processing user-provided arguments.
- Ingestion points: The
$ARGUMENTSvariable inSKILL.mdis used to ingest an optional album name from the user. - Boundary markers: There are no explicit delimiters (e.g., XML tags or triple quotes) or specific instructions to the model to ignore embedded commands within the input.
- Capability inventory: The skill is authorized to use
Read,Glob, andGreptools for file system access, as well as the specializedbitwize-music-mcptoolset for music project management. - Sanitization: The skill performs a 'fuzzy match' on the user input but does not implement validation or escaping to prevent the input from influencing the agent's logic flow beyond identifying an album.
Audit Metadata