file-organizer
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides instructions to ingest and process untrusted data from the local filesystem (e.g., the Downloads folder). \n
- Ingestion points: Processes files across the filesystem using find, ls, du, and md5. \n
- Boundary markers: No specific delimiters or instructions to ignore embedded commands are provided to protect the agent from malicious content in filenames or file headers. \n
- Capability inventory: Extensive filesystem write access (mkdir, mv) and implied deletion (rm) based on automated analysis. \n
- Sanitization: No explicit guidance is provided for escaping shell metacharacters in variables like [target_directory] or when handling specific file paths. \n- [COMMAND_EXECUTION]: The skill relies on shell commands like find, mv, mkdir, and du to manage the filesystem. This involves running automated scripts that move or potentially delete files based on metadata analysis (type, size, and hash).
Audit Metadata