Hatsune Miku Monitor
Analysis
The skill appears to be a real desktop monitor, but it asks users to enable passwordless sudo and includes one-click system cleanup actions that can modify system state and delete logs.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
点击"⚡ 一键加速"按钮会:... 清理系统缓存 ... Swap 刷新 ... 清理用户缓存目录 ... 清理 journalctl 日志(保留1天)
The one-click action performs system mutations and deletes cache/log data, with no separate confirmation or rollback described.
sudo apt update ... sudo apt install -y ... pip3 install psutil pillow --break-system-packages
The dependency script uses system package managers and pip installs, including a flag that can modify the system Python environment.
创建:`~/.config/systemd/user/hatsune-monitor.service` ... `Restart=always` ... `systemctl --user enable hatsune-monitor`
The skill documents optional user-level persistence so the monitor starts automatically and restarts if it exits.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
允许无密码执行... your_username ALL=(ALL) NOPASSWD: /usr/sbin/swapoff ... /usr/sbin/swapon ... /usr/bin/journalctl
The skill recommends sudoers entries that let the user run privileged system commands without a password.
