Memory Architect

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill is coherent for reorganizing existing memory files, but users should review it because it changes persistent agent memory and may structure sensitive personal or account-related notes.

This skill appears safe for its stated purpose, but it changes long-lived agent memory. Before installing or using it, be comfortable with the agent reading the full MEMORY.md, creating persistent memory files, and preserving existing directives. After use, review the generated files and consider keeping a backup.

Findings (3)

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 the old MEMORY.md may become easier for the agent to retrieve and reuse in later sessions.

Why it was flagged

The skill creates persistent structured memory that can be reused across tasks. This fits the memory-organization purpose, but persistent stored context can contain stale, sensitive, or misleading information.

Skill content
memory/ontology/graph.jsonl → Structured entities + relations (JSONL append-only)
Recommendation

Review the generated memory files and graph, especially entries about people, projects, accounts, and instructions, and remove anything that should not persist.

NoteHigh Confidence
ASI01: Agent Goal Hijack
What this means

Old or unwanted memory instructions could continue influencing future agent behavior after the restructuring.

Why it was flagged

The skill instructs the agent to carry forward existing memory directives that may affect future behavior. This is disclosed and likely intended to avoid losing existing rules, but those directives should be reviewed.

Skill content
Preserves any system directives (NO_REPLY rules, heartbeat instructions)
Recommendation

Before or after running the skill, check preserved directives and remove any that should no longer guide the agent.

NoteHigh Confidence
ASI08: Cascading Failures
What this means

Important memory content could be misplaced or made less visible if the restructuring is wrong.

Why it was flagged

The skill intentionally rewrites the main memory file and moves content into multiple tier files. This is purpose-aligned, but mistakes in classification or rewriting could persist across future sessions.

Skill content
Replace MEMORY.md with a ~25-line index
Recommendation

Keep a backup or review a diff of MEMORY.md and the generated memory/ files after use.