Anti-Amnesia Agent

PendingStatic analysis audit pending.

Overview

No static analysis result has been recorded yet. Pattern checks will appear here once the artifact has been analyzed.

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

Sensitive chats, secrets, business details, or mistaken instructions may be stored in workspace memory and influence later sessions.

Why it was flagged

The skill automatically persists broad conversation history and then makes those files recurring authoritative context, without artifact guidance on exclusions, redaction, retention, or user approval.

Skill content
"Automatically saves full conversation"; "messages": 9999; "Daily Journals ... capture everything"; "STATE.md — Single source of truth"
Recommendation

Use only in trusted private workspaces; reduce the saved-message limit, exclude or redact secrets, add retention and cleanup rules, and review memory files before treating them as authoritative.

What this means

The agent may inspect local OpenClaw cron and gateway state as part of its routine heartbeat.

Why it was flagged

The heartbeat template asks the agent to run local status checks on wake-up. These appear read-only and aligned with health monitoring, but users should notice the recurring local tool use.

Skill content
`cron list` → check **consecutiveErrors > 0**; `openclaw gateway status` → running?
Recommendation

Confirm those checks are appropriate for the workspace and keep any added process checks read-only unless you explicitly approve changes.