disk-cleaner
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill makes extensive use of the Bash tool to execute system-level commands for disk analysis (
df,du,find) and file management (rm,chmod). - [COMMAND_EXECUTION]: It performs a deep scan of the user's home directory up to five levels deep to identify project roots and cache directories (e.g., Rust target folders, node_modules, and package manager caches).
- [COMMAND_EXECUTION]: The skill executes potentially destructive operations such as
rm -rfon directories identified as cleanup candidates anddocker system prunefor Docker resource management. - [COMMAND_EXECUTION]: It includes explicit safety rules for the agent, such as requiring absolute paths for deletions, prohibiting the use of
sudo, and explicitly forbidding the deletion of user documents, source code, or.gitrepositories.
Audit Metadata