扫描报告
5 /100
neural-memory
Persistent memory for AI agents — stores experiences as interconnected neurons, recalls through spreading activation
Pure documentation skill package containing only SKILL.md files for NeuralMemory operations with no executable code, no sensitive file access, and no dangerous capabilities declared.
可以安装
This skill is safe to use. The three sub-skills (memory-audit, memory-evolution, memory-intake) are well-documented workflow guides that only use custom NeuralMemory tools (nmem_*) with no shell, filesystem, or network access required.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No filesystem access declared; ~/.neuralmemory/config.toml referenced only as co… |
| 网络访问 | NONE | NONE | — | No network access tools declared; external URLs are documentation links only |
| 命令执行 | NONE | NONE | — | No shell execution declared or implied |
| 环境变量 | NONE | NONE | — | No environment variable access declared |
| 技能调用 | READ | READ | ✓ 一致 | Uses nmem_* tools only via NeuralMemory MCP server |
| 剪贴板 | NONE | NONE | — | No clipboard access declared |
| 浏览器 | NONE | NONE | — | No browser access declared |
| 数据库 | NONE | NONE | — | NeuralMemory internal graph database not exposed to skill |
2 项发现
中危 外部 URL 外部 URL
https://nhadaututtheky.github.io/neural-memory SKILL.md:40 中危 外部 URL 外部 URL
https://marketplace.visualstudio.com/items?itemName=neuralmem.neuralmemory SKILL.md:41 目录结构
8 文件 · 31.4 KB · 935 行 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
安全亮点
✓ No executable code - all files are pure documentation/metadata
✓ No shell, filesystem, or network access tools declared
✓ All allowed tools (nmem_*) are custom NeuralMemory operations that must be provided by an MCP server
✓ No credential harvesting, data exfiltration, or remote code execution patterns
✓ Skills use structured memory types and provide clear audit/pruning/creation workflows
✓ No base64, no eval(), no curl|bash, no subprocess patterns
✓ Context file (~/.neuralmemory/config.toml) is read-only reference, not access target
✓ MIT licensed with transparent repository references