disk-hygiene
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The script 'scripts/cache-audit.sh' executes standard system utilities like 'du', 'bc', and 'printf' to report disk usage. No arbitrary command execution or untrusted user input is involved.
- [DATA_EXFILTRATION] (SAFE): Although the script identifies paths within the user's home directory, it only reads file size metadata and lacks any network capabilities (e.g., curl or wget) to exfiltrate data.
- [EXTERNAL_DOWNLOADS] (SAFE): The skill does not download or install any external dependencies, packages, or remote scripts.
Audit Metadata