扫描报告
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.
可以安装
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
├─
▾
lib
│ ├─
search.sh
Shell
│ └─
synonyms.txt
Text
├─
▾
templates
│ ├─
ARCHITECTURE.md
Markdown
│ ├─
compaction-survival.md
Markdown
│ ├─
context-snapshot-template.md
Markdown
│ ├─
daily-template-v2.md
Markdown
│ ├─
daily-template.md
Markdown
│ ├─
feedback.md
Markdown
│ ├─
procedure-template-v2.md
Markdown
│ └─
procedure-template.md
Markdown
├─
_meta.json
JSON
├─
CHANGELOG.md
Markdown
├─
EXAMPLES.md
Markdown
├─
INSTALL-SEARCH.md
Markdown
├─
INSTALLATION.md
Markdown
├─
QUICKSTART-SEARCH.md
Markdown
├─
README.md
Markdown
├─
SEARCH.md
Markdown
├─
SKILL.md
Markdown
└─
TESTING.md
Markdown
安全亮点
✓ 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