可信 — 风险评分 5/100
上次扫描:23 小时前 重新扫描
5 /100
memory-tree
🌳 记忆树 — 周报自动生成,永久记忆标记,关键词搜索
The memory-tree skill v2.0 is a legitimate local memory management tool with no malicious behavior detected - all declared capabilities match the actual implementation.
技能名称memory-tree
分析耗时36.6s
引擎pi
可以安装
This skill is safe to use. No action required.
资源类型声明权限推断权限状态证据
文件系统 READ READ ✓ 一致 SKILL.md declares '零依赖,纯本地运行'; code reads ~/.openclaw/workspace/MEMORY.md
文件系统 WRITE WRITE ✓ 一致 SKILL.md declares memory storage; code writes to memory-tree/data/
网络访问 NONE NONE v2.0 removed Ollama embedding; only local keyword search implemented
命令执行 NONE NONE No subprocess calls in memory_tree.py
1 项发现
🔗
中危 外部 URL 外部 URL
https://x.com/loryoncloud
README.md:130

目录结构

5 文件 · 25.2 KB · 841 行
Python 1f · 596L Markdown 3f · 230L JSON 1f · 15L
├─ 📁 scripts
│ └─ 🐍 memory_tree.py Python 596L · 18.6 KB
├─ 📋 _meta.json JSON 15L · 346 B
├─ 📝 README.md Markdown 136L · 3.2 KB
├─ 📝 SECURITY.md Markdown 56L · 2.2 KB
└─ 📝 SKILL.md Markdown 38L · 939 B

安全亮点

✓ Zero external dependencies - uses only Python standard library
✓ Pure local operation with no network requests in v2.0
✓ Clear documentation of all file system access paths
✓ Well-structured code with no obfuscation or suspicious patterns
✓ No shell execution, credential harvesting, or data exfiltration
✓ No base64-encoded content or eval() usage
✓ v2.0 explicitly removed cloud embedding dependencies