Skip to main content

engram

Engram enables AI agents to maintain persistent memory, enhancing context recall and decision-making across sessions.

Install this skill

or
50/100

Security score

The engram skill was audited on Jun 6, 2026 and we found 14 security issues across 3 threat categories, including 2 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 338

Curl to non-GitHub URL

SourceSKILL.md
338curl "http://localhost:6333/collections/agent-memory/points/scroll" \
high line 397

Curl to non-GitHub URL

SourceSKILL.md
397- Check Qdrant is running: `curl http://localhost:6333/collections`
high line 402

Curl to non-GitHub URL

SourceSKILL.md
402- Check embedding model is loaded: `curl http://localhost:11435/models`
low line 186

Access to hidden dotfiles in home directory

SourceSKILL.md
186cd ~/.openclaw/workspace/skills/engrammemory
medium line 209

Access to hidden dotfiles in home directory

SourceSKILL.md
209Add to `~/.openclaw/openclaw.json`:
low line 221

External URL reference

SourceSKILL.md
221"qdrantUrl": "http://localhost:6333",
low line 228

External URL reference

SourceSKILL.md
228"embeddingUrl": "http://localhost:11435"
low line 245

External URL reference

SourceSKILL.md
245| `qdrantUrl` | `http://localhost:6333` | Qdrant vector database URL |
low line 246

External URL reference

SourceSKILL.md
246| `embeddingUrl` | `http://localhost:11435` | FastEmbed API endpoint |
low line 260

External URL reference

SourceSKILL.md
260"qdrantUrl": "http://localhost:6333",
low line 261

External URL reference

SourceSKILL.md
261"embeddingUrl": "http://localhost:11435",
low line 338

External URL reference

SourceSKILL.md
338curl "http://localhost:6333/collections/agent-memory/points/scroll" \
low line 397

External URL reference

SourceSKILL.md
397- Check Qdrant is running: `curl http://localhost:6333/collections`
low line 402

External URL reference

SourceSKILL.md
402- Check embedding model is loaded: `curl http://localhost:11435/models`
Scanned on Jun 6, 2026
View Security Dashboard
Installation guide →