Trusted — Risk Score 5/100
Last scan:2 days ago Rescan
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.
Skill Nameneural-memory
Duration23.3s
Enginepi
Safe to install
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.
ResourceDeclaredInferredStatusEvidence
Filesystem NONE NONE No filesystem access declared; ~/.neuralmemory/config.toml referenced only as co…
Network NONE NONE No network access tools declared; external URLs are documentation links only
Shell NONE NONE No shell execution declared or implied
Environment NONE NONE No environment variable access declared
Skill Invoke READ READ ✓ Aligned Uses nmem_* tools only via NeuralMemory MCP server
Clipboard NONE NONE No clipboard access declared
Browser NONE NONE No browser access declared
Database NONE NONE NeuralMemory internal graph database not exposed to skill
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 22L · 555 B
├─ 📁 skills
│ ├─ 📁 memory-audit
│ │ └─ 📝 SKILL.md Markdown 226L · 8.4 KB
│ ├─ 📁 memory-evolution
│ │ └─ 📝 SKILL.md Markdown 317L · 10.6 KB
│ ├─ 📁 memory-intake
│ │ └─ 📝 SKILL.md Markdown 179L · 6.1 KB
│ └─ 📝 README.md Markdown 75L · 1.8 KB
├─ 📋 marketplace.json JSON 43L · 1.2 KB
├─ 📋 plugin.json JSON 32L · 1.1 KB
└─ 📝 SKILL.md Markdown 41L · 1.6 KB

Security Positives

✓ 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