file-organizer
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The script performs local filesystem operations, including moving files using
shutil.moveand creating directories. These actions are restricted to the user's home directory (Downloads, Desktop, etc.) and are consistent with the tool's primary purpose of file organization.- [DATA_EXFILTRATION]: While the skill recursively scans sensitive user directories (e.g., Downloads, Documents) to collect file metadata like names and sizes, it does not contain any network-capable code. All gathered information is used only for local categorization and reporting.- [CREDENTIALS_UNSAFE]: No hardcoded secrets, API keys, or attempts to access credential stores (like ~/.ssh or/.aws) were found. The script writes to a local configuration file (/.config/mole/whitelist.txt) to integrate with other local cleaning tools, which is a standard configuration practice.
Audit Metadata