Self Health Monitor

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.

What this means

The agent could attempt to keep acting in the background, interrupt the user with reports, or change its own state without explicit confirmation.

Why it was flagged

The skill directs autonomous scheduled operation, unsolicited reporting, and immediate self-repair, but does not define opt-in, stopping conditions, user approval, or safe repair boundaries.

Skill content
输入:无(定时触发) ... 定时触发(每30分钟) ... 不等用户问 ... 主动汇报自己的状态 ... 发现问题立刻自我修复
Recommendation

Require explicit user opt-in for scheduling, make reports user-controlled, and require approval before any self-repair or state-changing action.

What this means

Persistent memory may contain sensitive or misleading information, and unbounded inspection or repair could affect future agent behavior.

Why it was flagged

The skill asks to inspect persistent memory and judge missing important information, but does not define which memory files are in scope, what content may be read, or how findings are stored or reused.

Skill content
Memory 使用 - memory 文件大小 - 最近更新的文件 - 是否有遗漏的重要信息
Recommendation

Limit memory checks to explicit paths and metadata by default, disclose what content is read, and require user approval before updating or rewriting memory.

What this means

The agent might attempt changes to skills or runtime state without the user understanding what will be modified.

Why it was flagged

Checking skill loadability and immediately self-repairing could require tool or file operations that affect installed skills or agent behavior, but the artifacts do not specify safe commands, approval gates, or rollback.

Skill content
能力树状态 - skills 数量 - 新增技能 - 技能健康度(是否可加载) ... 发现问题立刻自我修复
Recommendation

Keep the default behavior read-only, list any proposed repair steps, and ask the user before modifying skills, memory, sub-agents, or configuration.