file-organizer
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION] (LOW): The skill executes bash commands like
find,mv, andmkdirto perform file system operations. While these are powerful capabilities, they are essential to the skill's primary purpose of file organization. The risk is mitigated by instructions requiring user confirmation before changes. - [PROMPT_INJECTION] (LOW): The skill is susceptible to indirect prompt injection because it processes file names and metadata from the local system without sanitization. Maliciously named files could contain instructions aimed at influencing the agent's logic. (1) Ingestion points:
ls,find, andfilecommand outputs. (2) Boundary markers: Absent. (3) Capability inventory:mkdir,mv, and implied file deletion. (4) Sanitization: Absent.
Audit Metadata