Trusted — Risk Score 5/100
Last scan:2 days ago Rescan
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.
Skill Namecognitive-memory
Duration43.3s
Enginepi
Safe to install
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.
ResourceDeclaredInferredStatusEvidence
Filesystem WRITE WRITE ✓ Aligned scripts/init_memory.sh:20-50 (mkdir/cp operations)
Shell WRITE WRITE ✓ Aligned scripts/*.sh (bash execution, git operations)
Network NONE NONE No network operations found
Environment NONE NONE No environment variable access
Skill Invoke NONE NONE No inter-skill invocation
Clipboard NONE NONE No clipboard access
Browser NONE NONE No browser operations
Database NONE NONE No database access

File Tree

27 files · 170.6 KB · 5015 lines
Markdown 21f · 4072L Shell 4f · 914L JSON 2f · 29L
├─ 📁 assets
│ └─ 📁 templates
│ ├─ 📝 agents-memory-block.md Markdown 227L · 7.2 KB
│ ├─ 📋 decay-scores.json JSON 24L · 539 B
│ ├─ 📝 entity-template.md Markdown 20L · 348 B
│ ├─ 📝 episode-template.md Markdown 7L · 279 B
│ ├─ 📝 evolution.md Markdown 35L · 761 B
│ ├─ 📝 graph-index.md Markdown 11L · 317 B
│ ├─ 📝 IDENTITY.md Markdown 68L · 1.9 KB
│ ├─ 📝 MEMORY.md Markdown 30L · 850 B
│ ├─ 📝 pending-memories.md Markdown 18L · 511 B
│ ├─ 📝 pending-reflection.md Markdown 54L · 1.7 KB
│ ├─ 📝 procedure-template.md Markdown 18L · 321 B
│ ├─ 📝 reflection-log.md Markdown 28L · 579 B
│ ├─ 📝 relations.md Markdown 18L · 508 B
│ ├─ 📝 reward-log.md Markdown 10L · 256 B
│ ├─ 📝 reward-template.md Markdown 55L · 1.0 KB
│ └─ 📝 SOUL.md Markdown 97L · 3.2 KB
├─ 📁 references
│ ├─ 📝 architecture.md Markdown 1274L · 54.8 KB
│ ├─ 📝 reflection-process.md Markdown 1186L · 40.7 KB
│ └─ 📝 routing-prompt.md Markdown 67L · 1.7 KB
├─ 📁 scripts
│ ├─ 🔧 init_memory.sh Shell 147L · 5.1 KB
│ ├─ 🔧 upgrade_to_1.0.6.sh Shell 298L · 9.1 KB
│ └─ 🔧 upgrade_to_1.0.7.sh Shell 234L · 7.7 KB
├─ 📋 _meta.json JSON 5L · 135 B
├─ 📝 SKILL.md Markdown 319L · 9.9 KB
├─ 🔧 upgrade_to_1.0.7.sh Shell 235L · 7.7 KB
├─ 📝 UPGRADE-1.0.7.md Markdown 265L · 6.8 KB
└─ 📝 UPGRADE.md Markdown 265L · 6.8 KB

Security Positives

✓ 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