skills/wquguru/skills/free-my-disk/Gen Agent Trust Hub

free-my-disk

Warn

Audited by Gen Agent Trust Hub on Jul 14, 2026

Risk Level: MEDIUMCOMMAND_EXECUTIONDATA_EXFILTRATIONSAFE
Full Analysis
  • [COMMAND_EXECUTION]: The skill executes various shell commands for disk auditing and cleanup, including rm -rf, docker system prune, and apt-get autoremove. It also includes patterns for executing scripts on remote hosts via SSH (e.g., ssh my-server 'bash -s' < scripts/audit_linux_disk.sh).
  • [DATA_EXFILTRATION]: While the primary intent is auditing, the skill provides instructions to size and potentially access sensitive user directories such as ~/Documents, ~/Desktop, and ~/Library/Containers. It also scans for large files which could inadvertently identify sensitive data.
  • [PRIVILEGE_ESCALATION]: The skill frequently uses sudo for system-level operations like sudo journalctl, sudo apt-get clean, and sudo du -xhd 1 /. These commands escalate the agent's permissions to the root level on the host system.
  • [PERSISTENCE_MECHANISMS]: The skill includes explicit instructions for creating scheduled monitoring via crontab. It provides a workflow to modify the user's crontab file to execute audit scripts daily (0 8 * * * ... >> audit.log), which establishes a persistence mechanism on the host.
  • [SAFE]: The skill follows a safety-tiering approach, recommending read-only audits before destructive actions and identifying different impact levels for various cleanup targets. It explicitly instructs the agent to ask for user confirmation before deleting personal or high-impact data.
Audit Metadata
Risk Level
MEDIUM
Analyzed
Jul 14, 2026, 07:55 AM
Security Audit — agent-trust-hub — free-my-disk