Trusted — Risk Score 5/100
Last scan:23 hr ago Rescan
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.
Skill Namelayered-memory
Duration32.0s
Enginepi
Safe to install
This skill is safe to use. It provides token-efficient memory management through L0/L1/L2 hierarchical loading without any suspicious behavior.
ResourceDeclaredInferredStatusEvidence
Filesystem READ READ ✓ Aligned index.js:89-98 - reads memory files from ~/clawd/
Shell WRITE WRITE ✓ Aligned index.js:54-64 - uses execSync to run generate-layers-simple.js, documented in S…
Network NONE NONE No network calls found
Environment READ READ ✓ Aligned lib/config-loader.js:69-80 - reads LAYERED_MEMORY_* prefixed env vars

File Tree

18 files · 64.8 KB · 2694 lines
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

Dependencies 1 items

PackageVersionSourceKnown VulnsNotes
Node.js built-ins (fs, path, child_process, os) built-in Node.js runtime No Standard Node.js APIs only

Security Positives

✓ 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