System Monitor
PassAudited by VirusTotal on May 4, 2026.
Findings (1)
The skill bundle is a standard system monitoring tool that retrieves CPU, memory, disk, and network metrics. The Python script `scripts/monitor.py` primarily reads from the Linux `/proc` filesystem and executes hardcoded system commands (`df`, `ps`) without risky input sanitization issues or external network calls. While there is a minor coding error (a typo `upload` instead of `uptime` in the `print_status` function), there is no evidence of malicious intent, data exfiltration, or prompt injection.
