Depth Memory

PassAudited by ClawScan on May 9, 2026.

Overview

Depth Memory is a local, purpose-aligned knowledge-memory skill, but it creates persistent workspace notes and asks you to run a local setup script.

Install only if you want a persistent local knowledge base in the workspace. Expect it to create DEEP-MEMORY.md and deep-memory/ files, review what gets stored, and avoid putting secrets or sensitive personal data into long-term memory.

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.

What this means

Running setup will execute the included JavaScript and create or update local memory files in the current workspace.

Why it was flagged

The skill relies on a user-run local Node setup script to initialize its workspace files. This is disclosed and the script source is provided, but users should notice that setup executes local code.

Skill content
skill 安装后需要运行初始化脚本... node skills/depth-memory/scripts/setup.mjs
Recommendation

Run the setup script only from the intended workspace, and review scripts/setup.mjs if you are concerned about local file changes.

What this means

Incorrect, outdated, or sensitive information stored in deep memory could persist and affect future responses until reviewed or removed.

Why it was flagged

The skill intentionally creates persistent memory entries and encourages retaining history, so stored content may be reused in later tasks.

Skill content
读完一篇文档/博客,主动提取关键内容存入 deep-memory ... 不要删除旧文件,只追加或修正(保留历史版本)
Recommendation

Store only information you want retained, periodically review DEEP-MEMORY.md and deep-memory/, and treat retrieved memory as context to verify rather than automatic truth.