扫描报告
0 /100
openclaw-memory
Lightweight file-based memory system for single-user AI agents. No databases, no APIs — just markdown files with tiered loading, grep tagging, and automatic archival.
Clean file-based memory system with straightforward shell scripts performing only documented file operations. No network access, credential harvesting, obfuscation, or hidden functionality detected.
可以安装
No action required. This is a legitimate file-based memory management skill.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ,WRITE | READ,WRITE | ✓ 一致 | SKILL.md declares tiered file loading; scripts implement file reads/writes |
| 命令执行 | WRITE | WRITE | ✓ 一致 | Scripts/atomic-write.sh, scripts/archive-old-episodic.sh, scripts/health-check.s… |
| 网络访问 | NONE | NONE | — | No network calls in any script |
| 环境变量 | NONE | NONE | — | Scripts use only hardcoded paths; no env iteration |
| 凭证 | NONE | NONE | — | No credential access, SKILL.md explicitly prohibits credentials in episodic note… |
目录结构
5 文件 · 13.5 KB · 399 行 Markdown 2f · 267L
Shell 3f · 132L
├─
▾
references
│ └─
design-rationale.md
Markdown
├─
▾
scripts
│ ├─
archive-old-episodic.sh
Shell
│ ├─
atomic-write.sh
Shell
│ └─
health-check.sh
Shell
└─
SKILL.md
Markdown
安全亮点
✓ SKILL.md explicitly prohibits credentials in episodic notes (Safety Rules)
✓ Scripts use safe patterns: atomic writes (tmp→sync→mv), date-based archival, invariant checks
✓ No network access in any script — purely local file operations
✓ No obfuscation, base64 encoding, or eval patterns
✓ No credential harvesting or environment variable enumeration
✓ Hardcoded paths in scripts are consistent with the documented memory directory structure
✓ Simple, auditable bash scripts with no external dependencies