可信 — 风险评分 0/100
上次扫描:1 天前 重新扫描
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.
技能名称openclaw-memory
分析耗时25.7s
引擎pi
可以安装
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 61L · 2.5 KB
├─ 📁 scripts
│ ├─ 🔧 archive-old-episodic.sh Shell 23L · 806 B
│ ├─ 🔧 atomic-write.sh Shell 16L · 377 B
│ └─ 🔧 health-check.sh Shell 93L · 2.4 KB
└─ 📝 SKILL.md Markdown 206L · 7.5 KB

安全亮点

✓ 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