Scan Report
This report was generated in Chinese. Some content may be in Chinese.
20 /100
MemOptimizer
记忆优化与压缩工具,结合 self-improving 机制
MemOptimizer 是合法的记忆优化工具,无恶意行为。存在轻微文档-实现差异(未声明 shell 执行和跨智能体 memory 访问),但均为合理的系统监控功能。
Safe to install
建议在 SKILL.md 中补充声明 shell 执行(系统监控)和跨智能体 memory 访问功能,以消除文档差异。
Findings 3 items
| Severity | Finding | Location |
|---|---|---|
| Low | Shell 执行未声明 Doc Mismatch | index.js:243 |
| Low | 跨智能体 memory 访问未声明 Doc Mismatch | index.js:314 |
| Low | tools.json 参数声明不完整 Doc Mismatch | tools.json:1 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | index.js:34 scanMemoryFiles 扫描 memory 目录 |
| Shell | NONE | READ | ✗ Violation | index.js:243 getServerStatus 使用 exec 执行 top/free/df 命令 |
| Environment | NONE | NONE | — | 无访问环境变量的代码 |
File Tree
3 files · 34.0 KB · 1179 lines JavaScript 1f · 827L
Markdown 1f · 302L
JSON 1f · 50L
├─
index.js
JavaScript
├─
SKILL.md
Markdown
└─
tools.json
JSON
Security Positives
✓ 无凭证收割行为,不读取 .ssh、.aws、.env 等敏感路径
✓ 无网络外传行为,不存在数据外泄风险
✓ 无代码混淆或恶意编码
✓ 无持久化后门植入
✓ 文件写入仅限 memory 目录且需要 dryRun: false
✓ shell 命令为只读系统监控命令(top/free/df/uptime)
✓ 默认 dryRun: true 预览模式保护用户数据