auto-cleaning-disk
Pass
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The Windows cleanup script executes a system command to perform a legitimate administrative task.
- Evidence:
scripts/clean_windows.pyutilizessubprocess.runto invoke PowerShell'sClear-RecycleBin -Forcecommand. - [SAFE]: The skill's primary function is to perform file system deletions in designated temporary and cache directories.
- Evidence: The implementation targets well-known paths such as
/tmp,~/.cache, and%TEMP%, as well as browser-specific cache folders for Chrome, Firefox, and Safari. - Evidence: The scripts include a 'Confirm Mode' that allows the user to review and approve deletions for each category before any actions are taken.
- Evidence: All operations trace back to the vendor's repository and utilize standard Python libraries for file manipulation without any signs of malicious exfiltration or obfuscation.
Audit Metadata