Agent Memory Patterns
Analysis
This is a coherent instruction-only memory guide, but it describes persistent agent memories that may retain user, project, and external-content information.
Findings (2)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
heartbeat-state.json # ハートビート状態 ... queued-messages.json # メッセージキュー
The architecture includes persistent agent state and a message queue, which fits the stated persistent-agent memory purpose but is still behavior users should understand before enabling.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
MEMORY.md # 長期記憶(手動キュレーション) ... memory/YYYY-MM-DD.md # 日次ログ ... pending-memories.md # 外部コンテンツ段階処理
The skill intentionally stores long-term memory, daily logs, and queued external content for later reuse, which is purpose-aligned but creates persistent context that users should review and curate.
