可信 — 风险评分 5/100
上次扫描:1 天前 重新扫描
5 /100
layered-memory
L0/L1/L2 hierarchical memory management system for token optimization
A legitimate layered memory management system for AI context optimization with no malicious indicators found.
技能名称layered-memory
分析耗时32.0s
引擎pi
可以安装
This skill is safe to use. It provides token-efficient memory management through L0/L1/L2 hierarchical loading without any suspicious behavior.
资源类型声明权限推断权限状态证据
文件系统 READ READ ✓ 一致 index.js:89-98 - reads memory files from ~/clawd/
命令执行 WRITE WRITE ✓ 一致 index.js:54-64 - uses execSync to run generate-layers-simple.js, documented in S…
网络访问 NONE NONE No network calls found
环境变量 READ READ ✓ 一致 lib/config-loader.js:69-80 - reads LAYERED_MEMORY_* prefixed env vars

目录结构

18 文件 · 64.8 KB · 2694 行
Markdown 11f · 1766L JavaScript 5f · 878L JSON 2f · 50L
├─ 📁 hooks
│ └─ 📁 openclaw
│ ├─ 📜 handler.js JavaScript 73L · 1.9 KB
│ └─ 📝 HOOK.md Markdown 43L · 1001 B
├─ 📁 lib
│ └─ 📜 config-loader.js JavaScript 156L · 3.8 KB
├─ 📝 ANTI-DUPLICATE.md Markdown 119L · 2.3 KB
├─ 📝 AUTO-SAVE-GUIDE.md Markdown 303L · 5.9 KB
├─ 📝 AUTO-TRIGGER.md Markdown 349L · 6.4 KB
├─ 📜 benchmark.js JavaScript 88L · 2.5 KB
├─ 📝 CHANGELOG.md Markdown 67L · 1.9 KB
├─ 📋 config.example.json JSON 23L · 459 B
├─ 📝 CONTRIBUTING.md Markdown 48L · 1.0 KB
├─ 📜 index.js JavaScript 405L · 11.5 KB
├─ 📝 INTEGRATION.md Markdown 301L · 5.8 KB
├─ 📋 package.json JSON 27L · 839 B
├─ 📝 PRACTICAL-SOLUTION.md Markdown 157L · 3.6 KB
├─ 📝 README.md Markdown 220L · 4.6 KB
├─ 📝 SKILL.md Markdown 31L · 960 B
├─ 📜 test.js JavaScript 156L · 6.7 KB
└─ 📝 UPGRADE_PLAN.md Markdown 128L · 3.7 KB

依赖分析 1 项

包名版本来源已知漏洞备注
Node.js built-ins (fs, path, child_process, os) built-in Node.js runtime Standard Node.js APIs only

安全亮点

✓ MIT license clearly declared
✓ Documentation matches implementation (SKILL.md, HOOK.md, README all consistent)
✓ No obfuscation or suspicious encoding patterns
✓ No external network requests or data exfiltration
✓ No credential or sensitive file access
✓ Uses standard fs/path APIs for memory file operations
✓ Config loader with proper validation
✓ OpenClaw hook integration properly declared in package.json