扫描报告
5 /100
memory-evolver
记忆系统优化器 - 结合三层记忆与知识图谱的持续自我进化系统
A legitimate memory system optimizer with clean code, proper documentation alignment, and no security concerns.
可以安装
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
├─
index.py
Python
└─
SKILL.md
Markdown
安全亮点
✓ 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