Scan Report
5 /100
neural-memory
Reflex-based memory system for AI agents — stores experiences as interconnected neurons
纯文档型技能包,声明与行为一致,无恶意指标,仅使用 NeuralMemory 内部工具进行内存分析操作。
Safe to install
可直接使用,未发现安全风险。
Findings 3 items
| Severity | Finding | Location |
|---|---|---|
| Info | 纯文档型技能 | skills/*/SKILL.md:1 |
| Info | NeuralMemory 内部工具 | skills/*/SKILL.md:1 |
| Info | 外部链接用于文档 | skills/README.md:40 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | 无文件操作代码 |
| Network | NONE | NONE | — | 无网络请求代码,仅文档链接 |
| Shell | NONE | NONE | — | 无 shell 执行代码 |
| Skill Invoke | NONE | NONE | — | 无跨技能调用 |
| Clipboard | NONE | NONE | — | 无剪贴板操作 |
2 findings
Medium External URL 外部 URL
https://nhadaututtheky.github.io/neural-memory SKILL.md:40 Medium External URL 外部 URL
https://marketplace.visualstudio.com/items?itemName=neuralmem.neuralmemory SKILL.md:41 File Tree
8 files · 31.4 KB · 935 lines Markdown 5f · 838L
JSON 3f · 97L
├─
▾
hooks
│ └─
hooks.json
JSON
├─
▾
skills
│ ├─
▾
memory-audit
│ │ └─
SKILL.md
Markdown
│ ├─
▾
memory-evolution
│ │ └─
SKILL.md
Markdown
│ ├─
▾
memory-intake
│ │ └─
SKILL.md
Markdown
│ └─
README.md
Markdown
├─
marketplace.json
JSON
├─
plugin.json
JSON
└─
SKILL.md
Markdown
Security Positives
✓ 纯文档型技能,无代码执行风险
✓ 声明的 allowed-tools 覆盖实际使用范围
✓ 工具权限最小化,仅使用 NeuralMemory 内部工具
✓ 无文件系统、网络、shell 等敏感操作声明
✓ memory-audit 为只读审查,memory-intake 有用户预览确认机制
✓ 无敏感路径访问、无凭证收割、无数据外传