file-organizer
Pass
Audited by Gen Agent Trust Hub on Mar 13, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill implements file management using Bash and Python scripts. It uses standard commands (mv, mkdir) and libraries (pathlib, shutil) to reorganize files within local directories. These operations are transparent and include dry-run options for safety.\n- [PROMPT_INJECTION]: The skill scans local file metadata and content. This creates a surface for indirect prompt injection as it processes untrusted local data. 1. Ingestion points: SKILL.md (read_bytes() and stem). 2. Boundary markers: Absent. 3. Capability inventory: File move and rename functions. 4. Sanitization: Absent. However, the risk is negligible as the skill lacks network capabilities and does not evaluate file content as code or instructions.\n- [SAFE]: No obfuscation, hardcoded credentials, persistence mechanisms, or unauthorized privilege escalation attempts were found. The skill operates entirely within the local environment using standard system utilities.
Audit Metadata