file-organizer
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes standard shell commands (ls, find, du, mkdir, mv, md5, sed, uniq) to facilitate file organization. These actions are within the expected scope of the tool and include safeguards such as mandatory user approval before any file modifications or deletions occur.
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data in the form of file names and metadata. Ingestion points: File names and paths are read via ls and find in SKILL.md. Boundary markers: The instructions mandate user confirmation for all operations and provide the ability to exclude sensitive directories. Capability inventory: The skill is limited to file system moves, creation, and analysis using standard commands. Sanitization: No explicit sanitization of ingested file strings is documented.
Audit Metadata