Cpu
PassAudited by VirusTotal on May 14, 2026.
Findings (1)
The 'cpu' skill is a straightforward Bash-based journaling utility designed for logging system operations. It provides commands to record timestamped entries for various categories (e.g., scans, alerts, benchmarks) into local log files within the user's home directory (~/.local/share/cpu/). The implementation in 'scripts/script.sh' is transparent, lacks any network or sensitive file access, and does not execute arbitrary code. While the 'SKILL.md' description is slightly misleading by suggesting it actively monitors CPU load (it only records provided strings), the code is functionally safe and contains no indicators of malicious intent or significant security vulnerabilities.
