Scan Report
0 /100
agent-memory
Hierarchical memory system for long-running AI agents. Provides a tiered daily/weekly/monthly/yearly note structure with distillation routines that move raw logs into durable knowledge files.
Pure documentation skill describing a hierarchical memory system with no executable code, no external dependencies, and all filesystem operations clearly declared in documentation.
Safe to install
Approve for use. This is a documentation-only skill that describes file-based memory management for AI agents. No security concerns identified.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | READ | ✓ Aligned | SKILL.md describes reading MEMORY.md and daily/weekly/monthly/yearly files |
| Filesystem | NONE | WRITE | ✓ Aligned | SKILL.md describes creating directory structure and writing memory files |
File Tree
1 files · 5.2 KB · 152 lines Markdown 1f · 152L
└─
SKILL.md
Markdown
Security Positives
✓ No executable code present - documentation only
✓ No external dependencies or package files
✓ No network, shell, or credential access required
✓ All file operations clearly documented with expected use cases
✓ No obfuscation, base64, or suspicious patterns detected
✓ No IOCs or known malicious indicators
✓ Memory system describes legitimate AI agent persistence pattern