Doc Sysadmin
PassAudited by VirusTotal on May 11, 2026.
Findings (1)
The skill bundle is designed for Ubuntu system administration and maintenance, including cleanup tasks, and is granted `elevated: true` permissions. While the `SKILL.md` instructions emphasize safe cleanup practices (e.g., deleting only temporary files older than 7 days), the `scripts/cleanup.sh` file contains an overly aggressive command `rm -rf /tmp/* /var/tmp/*`. This command deviates from the stated safety guidelines and can lead to system instability or data loss by indiscriminately deleting all contents of `/tmp` and `/var/tmp`, including files actively used by running applications. This constitutes a significant vulnerability, classifying the skill as suspicious rather than benign or malicious.
