Cache Cleanup

PassAudited by VirusTotal on May 11, 2026.

Findings (1)

The OpenClaw AgentSkills bundle 'cache-cleanup' is designed to remove old cache files, temporary files, and logs to free up disk space. The `SKILL.md` provides clear, benign instructions and descriptions. The `cleanup.sh` script uses standard Unix commands (`find`, `rm`, `df`) to delete files based on age within specified directories, primarily within the agent's own workspace (`/root/.openclaw`) and common temporary locations (`/tmp`). There is no evidence of data exfiltration, unauthorized network activity, or malicious prompt injection attempts against the agent. While the script uses powerful commands like `rm -rf`, their usage is consistent with the stated purpose of cleanup and confined to expected cache/temp locations, indicating no malicious intent.