Auto Monitor - System Monitoring
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
Findings (0)
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.
The agent may continue monitoring and interrupting the user beyond a single requested task.
The skill explicitly instructs recurring autonomous checks and proactive messages, but does not define a start/stop boundary, maximum duration, or user-controlled scheduling.
1. 定期检查(每 N 分钟) ... 不等用户问"服务器怎么样" ... 发现问题主动说
Require explicit user opt-in for monitoring sessions, including interval, duration, scope, notification rules, and a clear stop command.
If the agent has system tools, it could make unintended changes such as restarting services, killing processes, or changing configuration without confirmation.
The skill tells the agent to immediately handle anything it can automatically repair, but it does not specify allowed actions, approval requirements, reversibility, or safety limits.
可以自动修复的立刻处理
Keep the skill read-only by default and require user approval before any remediation or system-changing action.
