大哥的记忆系统

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 saved in these memory files may be shown to or relied on by the agent in later sessions, including sensitive, outdated, or inaccurate context.

Why it was flagged

The skill intentionally stores and reuses personal/work context across sessions, including identity, preferences, relationships, and decisions.

Skill content
`identity.md` - 身份、偏好、关系 ... `key-decisions.md` - 关键决策、教训 ... 永久存储、高频检索 ... 不随session重启而改变
Recommendation

Keep the memory directory scoped and reviewable, avoid storing secrets or highly private details, periodically clean outdated entries, and instruct the agent to treat memory content as user notes rather than authoritative commands.