genre-creator
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill follows standard project management patterns for organizing a music documentation library. It interacts only with local project paths and well-known search tools for research.
- [COMMAND_EXECUTION]: The instructions require the agent to perform file system operations, including creating directories under
genres/and writing/updating files such asINDEX.md,genre-presets.yaml, andgenre-presets.md. These actions are within the scope of the skill's stated purpose for managing library metadata. - [PROMPT_INJECTION]: The instructions were scanned for malicious override patterns or safety bypass attempts. The use of
$ARGUMENTSis constrained by a specific slugification rule (lowercase, hyphenated), which serves as a natural sanitization step for file path generation. - [DATA_EXFILTRATION]: No sensitive file access (e.g., credentials or SSH keys) or unauthorized network calls were detected. External data retrieval is limited to the
WebSearchtool for verifying musical facts. - [REMOTE_CODE_EXECUTION]: The skill does not involve the download or execution of external scripts, packages, or binary files.
Audit Metadata