file-organization

Pass

Audited by Gen Agent Trust Hub on Feb 17, 2026

Risk Level: SAFE
Full Analysis
  • [COMMAND_EXECUTION] (SAFE): The skill provides bash commands for file system management (ls, find, mv, mkdir). These are standard tools for the stated purpose of file organization and do not involve suspicious parameters.
  • [DATA_EXPOSURE] (SAFE): While the skill interacts with the file system to identify duplicates and organize files, it does not access sensitive system paths (like ~/.ssh or .env) nor does it perform any network operations to exfiltrate data.
  • [INDIRECT_PROMPT_INJECTION] (LOW): As a file management skill, it ingests untrusted data in the form of filenames and directory structures. While this presents a theoretical surface for indirect injection (e.g., a malicious filename attempting to trick the agent), the skill's instructions emphasize user confirmation and systematic execution, which mitigates these risks.
  • Ingestion points: Processes filenames and directory listings via 'ls' and 'find'.
  • Boundary markers: Uses markdown code blocks for command separation.
  • Capability inventory: Limited to standard file system operations (read/write/move/delete) via shell.
  • Sanitization: Relies on the user/agent to confirm actions before execution.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 17, 2026, 05:39 PM