可信 — 风险评分 5/100
上次扫描:20 小时前 重新扫描
5 /100
memory-evolver
记忆系统优化器 - 结合三层记忆与知识图谱的持续自我进化系统
A legitimate memory system optimizer with clean code, proper documentation alignment, and no security concerns.
技能名称memory-evolver
分析耗时21.6s
引擎pi
可以安装
No action needed. This skill is safe to use as documented.
资源类型声明权限推断权限状态证据
文件系统 READ READ ✓ 一致 index.py:26-38 reads memory files for diagnostics
文件系统 WRITE WRITE ✓ 一致 index.py:139-149 writes to optimization log
网络访问 NONE NONE No network calls in codebase
命令执行 NONE NONE No subprocess or command execution
环境变量 NONE NONE No os.environ access for credential harvesting
技能调用 NONE NONE No skill invocation patterns
剪贴板 NONE NONE No clipboard access
浏览器 NONE NONE No browser automation
数据库 NONE NONE No database operations

目录结构

3 文件 · 8.7 KB · 343 行
Python 1f · 216L Markdown 1f · 112L JSON 1f · 15L
├─ 🔑 config.json JSON 15L · 396 B
├─ 🐍 index.py Python 216L · 6.0 KB
└─ 📝 SKILL.md Markdown 112L · 2.3 KB

安全亮点

✓ Clean, well-documented Python codebase with no obfuscation
✓ SKILL.md accurately describes all implemented functionality
✓ No network requests or external communications
✓ No credential harvesting or sensitive file access
✓ No shell execution or command injection vectors
✓ No supply chain risks - zero dependencies declared
✓ Straightforward file I/O operations for documented memory management
✓ Proper encoding handling for cross-platform compatibility