可信 — 风险评分 0/100
上次扫描:19 小时前 重新扫描
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.
技能名称agent-memory-kit
分析耗时30.1s
引擎pi
可以安装
This skill is safe to use. No security concerns identified.
资源类型声明权限推断权限状态证据
文件系统 NONE READ ✓ 一致 lib/search.sh reads only $WORKSPACE/memory/ files
网络访问 NONE NONE No network requests in any file
命令执行 NONE READ ✓ 一致 lib/search.sh uses find/grep locally on memory directory only
环境变量 NONE NONE No environment variable access
技能调用 NONE NONE No skill invocation
剪贴板 NONE NONE No clipboard access
浏览器 NONE NONE No browser access
数据库 NONE NONE No database access
4 项发现
🔗
中危 外部 URL 外部 URL
https://img.shields.io/badge/GitHub-reflectt-blue?logo=github
README.md:3
🔗
中危 外部 URL 外部 URL
https://img.shields.io/badge/License-MIT-yellow.svg
README.md:4
🔗
中危 外部 URL 外部 URL
https://opensource.org/licenses/MIT
README.md:4
🔗
中危 外部 URL 外部 URL
https://img.shields.io/badge/Team-Reflectt-purple
README.md:5

目录结构

21 文件 · 99.1 KB · 4669 行
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

安全亮点

✓ 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