Trusted — Risk Score 0/100
Last scan:19 hr ago Rescan
0 /100
agent-memory-kit
Structured episodic/semantic/procedural memory framework for agents
This is a clean, documentation-focused memory management skill with no malicious behavior, no sensitive data access, and no undeclared capabilities.
Skill Nameagent-memory-kit
Duration30.1s
Enginepi
Safe to install
This skill is safe to use. No security concerns identified.
ResourceDeclaredInferredStatusEvidence
Filesystem NONE READ ✓ Aligned lib/search.sh reads only $WORKSPACE/memory/ files
Network NONE NONE No network requests in any file
Shell NONE READ ✓ Aligned lib/search.sh uses find/grep locally on memory directory only
Environment NONE NONE No environment variable access
Skill Invoke NONE NONE No skill invocation
Clipboard NONE NONE No clipboard access
Browser NONE NONE No browser access
Database NONE NONE No database access
4 findings
🔗
Medium External URL 外部 URL
https://img.shields.io/badge/GitHub-reflectt-blue?logo=github
README.md:3
🔗
Medium External URL 外部 URL
https://img.shields.io/badge/License-MIT-yellow.svg
README.md:4
🔗
Medium External URL 外部 URL
https://opensource.org/licenses/MIT
README.md:4
🔗
Medium External URL 外部 URL
https://img.shields.io/badge/Team-Reflectt-purple
README.md:5

File Tree

21 files · 99.1 KB · 4669 lines
Markdown 17f · 4172L Shell 2f · 465L Text 1f · 27L JSON 1f · 5L
├─ 📁 helpers
│ └─ 🔧 check-compaction.sh Shell 31L · 1.0 KB
├─ 📁 lib
│ ├─ 🔧 search.sh Shell 434L · 13.1 KB
│ └─ 📄 synonyms.txt Text 27L · 641 B
├─ 📁 templates
│ ├─ 📝 ARCHITECTURE.md Markdown 147L · 3.6 KB
│ ├─ 📝 compaction-survival.md Markdown 182L · 4.7 KB
│ ├─ 📝 context-snapshot-template.md Markdown 60L · 923 B
│ ├─ 📝 daily-template-v2.md Markdown 121L · 2.2 KB
│ ├─ 📝 daily-template.md Markdown 39L · 509 B
│ ├─ 📝 feedback.md Markdown 32L · 531 B
│ ├─ 📝 procedure-template-v2.md Markdown 145L · 2.3 KB
│ └─ 📝 procedure-template.md Markdown 76L · 937 B
├─ 📋 _meta.json JSON 5L · 135 B
├─ 📝 CHANGELOG.md Markdown 201L · 5.7 KB
├─ 📝 EXAMPLES.md Markdown 677L · 11.3 KB
├─ 📝 INSTALL-SEARCH.md Markdown 440L · 7.7 KB
├─ 📝 INSTALLATION.md Markdown 171L · 3.9 KB
├─ 📝 QUICKSTART-SEARCH.md Markdown 250L · 4.2 KB
├─ 📝 README.md Markdown 368L · 9.8 KB
├─ 📝 SEARCH.md Markdown 720L · 16.5 KB
├─ 📝 SKILL.md Markdown 57L · 1.7 KB
└─ 📝 TESTING.md Markdown 486L · 7.7 KB

Security Positives

✓ SKILL.md declares 'Dependencies: None (markdown only)' — accurate and honest
✓ No credential, token, or sensitive file access anywhere in the codebase
✓ No network requests or external data exfiltration
✓ No obfuscation, encoded commands, or suspicious patterns
✓ No remote script execution (curl|bash, wget|sh)
✓ No supply chain risk — no dependencies to install
✓ lib/search.sh only operates within a scoped memory directory ($WORKSPACE/memory/)
✓ helpers/check-compaction.sh is purely informational with no side effects
✓ All functionality is fully documented in README.md and markdown files
✓ No sensitive paths (~/.ssh, ~/.aws, .env) accessed