扫描报告
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.
可以安装
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
│ └─
HOOK.md
Markdown
├─
▾
lib
│ └─
config-loader.js
JavaScript
├─
ANTI-DUPLICATE.md
Markdown
├─
AUTO-SAVE-GUIDE.md
Markdown
├─
AUTO-TRIGGER.md
Markdown
├─
benchmark.js
JavaScript
├─
CHANGELOG.md
Markdown
├─
config.example.json
JSON
├─
CONTRIBUTING.md
Markdown
├─
index.js
JavaScript
├─
INTEGRATION.md
Markdown
├─
package.json
JSON
├─
PRACTICAL-SOLUTION.md
Markdown
├─
README.md
Markdown
├─
SKILL.md
Markdown
├─
test.js
JavaScript
└─
UPGRADE_PLAN.md
Markdown
依赖分析 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