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.

ConcernHigh Confidence
ASI10: Rogue Agents
What this means

The agent may continue monitoring and interrupting the user beyond a single requested task.

Why it was flagged

The skill explicitly instructs recurring autonomous checks and proactive messages, but does not define a start/stop boundary, maximum duration, or user-controlled scheduling.

Skill content
1. 定期检查(每 N 分钟) ... 不等用户问"服务器怎么样" ... 发现问题主动说
Recommendation

Require explicit user opt-in for monitoring sessions, including interval, duration, scope, notification rules, and a clear stop command.

What this means

If the agent has system tools, it could make unintended changes such as restarting services, killing processes, or changing configuration without confirmation.

Why it was flagged

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.

Skill content
可以自动修复的立刻处理
Recommendation

Keep the skill read-only by default and require user approval before any remediation or system-changing action.