扫描报告
0 /100
agent-memory-architecture
Implement the 5-file agent memory architecture for durable continuity across sessions.
Pure documentation skill describing agent memory architecture patterns — no executable code, no scripts, no network access, and no sensitive resource usage.
可以安装
No action needed. This skill is safe to use as it contains only markdown documentation.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | SKILL.md only describes file-naming conventions; no file writes are performed by… |
| 网络访问 | NONE | NONE | — | No network requests anywhere in the skill |
| 命令执行 | NONE | NONE | — | No shell commands or subprocess calls; mkdir/touch in Section 7 are example outp… |
| 环境变量 | NONE | NONE | — | No environment variable access in any file |
| 技能调用 | NONE | NONE | — | No cross-skill invocation observed |
| 剪贴板 | NONE | NONE | — | No clipboard operations |
| 浏览器 | NONE | NONE | — | No browser usage |
| 数据库 | NONE | NONE | — | No database access |
目录结构
3 文件 · 41.1 KB · 1163 行 Markdown 3f · 1163L
├─
▾
references
│ ├─
memory-templates.md
Markdown
│ └─
typing-guide.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ Only contains markdown documentation — no executable code whatsoever
✓ No scripts, binaries, or dependency files present
✓ Strong security documentation: explicit MEMORY.md loading boundary (main session only), sacred file definitions, and prompt injection defense rules
✓ No network, shell, filesystem, or credential access declared or implied
✓ References within the skill are local and static (references/memory-templates.md, references/typing-guide.md)
✓ Security guidance is well-designed: read-only default for integrations, WAL protocol for persistence, Level 3 script gates for critical rules