Memory Reflect

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

Information from recent notes or conversations may be preserved and reused later, including mistaken or sensitive details if they are captured during reflection.

Why it was flagged

The skill intentionally turns recent conversation and note content into persistent memory, which can affect future sessions.

Skill content
review recent conversations and daily notes, extract insights, and consolidate into long-term memory
Recommendation

Use this only if you want long-term memory updates. Periodically review MEMORY.md and daily reflection logs, and avoid storing highly sensitive information in notes that may be reflected.

NoteHigh Confidence
ASI10: Rogue Agents
What this means

If scheduled, the agent may update long-term memory outside an active conversation.

Why it was flagged

The skill recommends periodic background execution, which is ongoing autonomous activity, although it is disclosed and central to the memory-reflection purpose.

Skill content
Cron/heartbeat: Schedule as a periodic background task (recommended: 1-2x daily)
Recommendation

Enable scheduling only if desired, keep the frequency reasonable, and review the reflection log so background memory changes remain visible.

NoteHigh Confidence
ASI08: Cascading Failures
What this means

A bad summary or mistaken memory update could carry forward into later tasks.

Why it was flagged

The skill may modify persistent memory content, so an incorrect reflection could influence future agent behavior until corrected.

Skill content
Remove or update outdated entries that the new information supersedes
Recommendation

Keep daily notes as the raw source of truth, review changed MEMORY.md entries, and correct inaccurate long-term memories promptly.