Trusted — Risk Score 0/100
Last scan:1 day ago Rescan
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.
Skill Nameagent-memory-architecture
Duration19.6s
Enginepi
Safe to install
No action needed. This skill is safe to use as it contains only markdown documentation.
ResourceDeclaredInferredStatusEvidence
Filesystem NONE NONE SKILL.md only describes file-naming conventions; no file writes are performed by…
Network NONE NONE No network requests anywhere in the skill
Shell NONE NONE No shell commands or subprocess calls; mkdir/touch in Section 7 are example outp…
Environment NONE NONE No environment variable access in any file
Skill Invoke NONE NONE No cross-skill invocation observed
Clipboard NONE NONE No clipboard operations
Browser NONE NONE No browser usage
Database NONE NONE No database access

File Tree

3 files · 41.1 KB · 1163 lines
Markdown 3f · 1163L
├─ 📁 references
│ ├─ 📝 memory-templates.md Markdown 183L · 3.2 KB
│ └─ 📝 typing-guide.md Markdown 136L · 4.4 KB
└─ 📝 SKILL.md Markdown 844L · 33.5 KB

Security Positives

✓ 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