Nm Memory Palace Session Palace Builder

AdvisoryAudited by Static analysis on May 9, 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 discussed in the session may be organized and carried forward, which is useful for long tasks but could include sensitive details if the user provides them.

Why it was flagged

The skill is explicitly about creating memory-like structures from session context, which is expected for its purpose but means conversation details may be summarized and reused during the session.

Skill content
Construct temporary, session-specific memory palaces for extended conversations and complex projects. Preserves context across interruptions
Recommendation

Use it for non-sensitive project context, and ask the agent to exclude secrets or personal data from any session palace.

What this means

Session summaries, decisions, or artifacts could become more persistent if exported or archived.

Why it was flagged

The lifecycle includes export/archive, which could move session context beyond the immediate temporary structure if the user chooses to do so.

Skill content
Create → Populate → Navigate → Export/Archive
Recommendation

Require explicit user approval before exporting, archiving, or promoting session content into a permanent knowledge base.

What this means

If run from a project directory, make commands execute that directory's Makefile, which may perform local build or test actions.

Why it was flagged

The documentation includes local build/test command examples even though this package is described as instruction-only with no code files. These commands are user-directed examples, not automatic execution.

Skill content
make build && make test
Recommendation

Do not run the build/test commands unless you are in a trusted project directory and understand the Makefile; the memory-organization guidance itself does not appear to require them.