扫描报告
5 /100
cognitive-memory
Intelligent multi-store memory system with human-like encoding, consolidation, decay, and recall
This is a legitimate cognitive memory system skill with no malicious indicators. All operations (file/directory creation, git initialization, template copying, JSON modification via Python) are clearly documented and serve the stated purpose of setting up an agent memory architecture.
可以安装
This skill is safe to use. All shell operations are declared in SKILL.md via bash script references. The skill creates a memory management system with episodic, semantic, procedural, and vault stores, using git for audit tracking.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | WRITE | WRITE | ✓ 一致 | scripts/init_memory.sh:20-50 (mkdir/cp operations) |
| 命令执行 | WRITE | WRITE | ✓ 一致 | scripts/*.sh (bash execution, git operations) |
| 网络访问 | NONE | NONE | — | No network operations found |
| 环境变量 | NONE | NONE | — | No environment variable access |
| 技能调用 | NONE | NONE | — | No inter-skill invocation |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser operations |
| 数据库 | NONE | NONE | — | No database access |
目录结构
27 文件 · 170.6 KB · 5015 行 Markdown 21f · 4072L
Shell 4f · 914L
JSON 2f · 29L
├─
▾
assets
│ └─
▾
templates
│ ├─
agents-memory-block.md
Markdown
│ ├─
decay-scores.json
JSON
│ ├─
entity-template.md
Markdown
│ ├─
episode-template.md
Markdown
│ ├─
evolution.md
Markdown
│ ├─
graph-index.md
Markdown
│ ├─
IDENTITY.md
Markdown
│ ├─
MEMORY.md
Markdown
│ ├─
pending-memories.md
Markdown
│ ├─
pending-reflection.md
Markdown
│ ├─
procedure-template.md
Markdown
│ ├─
reflection-log.md
Markdown
│ ├─
relations.md
Markdown
│ ├─
reward-log.md
Markdown
│ ├─
reward-template.md
Markdown
│ └─
SOUL.md
Markdown
├─
▾
references
│ ├─
architecture.md
Markdown
│ ├─
reflection-process.md
Markdown
│ └─
routing-prompt.md
Markdown
├─
▾
scripts
│ ├─
init_memory.sh
Shell
│ ├─
upgrade_to_1.0.6.sh
Shell
│ └─
upgrade_to_1.0.7.sh
Shell
├─
_meta.json
JSON
├─
SKILL.md
Markdown
├─
upgrade_to_1.0.7.sh
Shell
├─
UPGRADE-1.0.7.md
Markdown
└─
UPGRADE.md
Markdown
安全亮点
✓ No credential harvesting or sensitive path access (~/.ssh, ~/.aws, .env)
✓ No base64 encoded commands or eval(atob()) patterns
✓ No remote script execution (curl|bash, wget|sh)
✓ No hidden functionality in HTML comments or elsewhere
✓ No data exfiltration to external IPs
✓ Git-based audit trail is security-positive
✓ All bash operations are clearly declared via script references in SKILL.md
✓ Python JSON operations are safe (read-modify-write with backup)
✓ Backup creation before modifications in upgrade scripts
✓ Pre-flight checks prevent accidental damage
✓ Templates are clean Markdown without embedded threats