Skip to main content

auto-claude-memory

Configures and optimizes the Auto-Claude Graphiti memory system for persistent context retention and semantic search across sessions.

Install this skill

or
53/100

Security score

The auto-claude-memory skill was audited on Feb 12, 2026 and we found 17 security issues across 4 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 104

Piping content to sh shell

SourceSKILL.md
104curl -fsSL https://ollama.ai/install.sh | sh
medium line 104

Curl to non-GitHub URL

SourceSKILL.md
104curl -fsSL https://ollama.ai/install.sh | sh
medium line 312

Curl to non-GitHub URL

SourceSKILL.md
312curl -H "Authorization: Bearer $OPENAI_API_KEY" https://api.openai.com/v1/models
medium line 315

Curl to non-GitHub URL

SourceSKILL.md
315curl http://localhost:11434/api/tags
low line 151

Access to hidden dotfiles in home directory

SourceSKILL.md
151# Storage path (default: ~/.auto-claude/memories)
low line 152

Access to hidden dotfiles in home directory

SourceSKILL.md
152GRAPHITI_DB_PATH=~/.auto-claude/memories
low line 204

Access to hidden dotfiles in home directory

SourceSKILL.md
204~/.auto-claude/memories/
low line 325

Access to hidden dotfiles in home directory

SourceSKILL.md
325mv ~/.auto-claude/memories ~/.auto-claude/memories.backup
low line 335

Access to hidden dotfiles in home directory

SourceSKILL.md
335rm -rf ~/.auto-claude/memories/embeddings
medium line 45

Access to .env file

SourceSKILL.md
45In `apps/backend/.env`:
low line 302

Access to .env file

SourceSKILL.md
302grep GRAPHITI apps/backend/.env
low line 95

External URL reference

SourceSKILL.md
95OLLAMA_BASE_URL=http://localhost:11434
low line 104

External URL reference

SourceSKILL.md
104curl -fsSL https://ollama.ai/install.sh | sh
low line 129

External URL reference

SourceSKILL.md
129AZURE_OPENAI_BASE_URL=https://your-resource.openai.azure.com/...
low line 312

External URL reference

SourceSKILL.md
312curl -H "Authorization: Bearer $OPENAI_API_KEY" https://api.openai.com/v1/models
low line 315

External URL reference

SourceSKILL.md
315curl http://localhost:11434/api/tags
low line 367

External URL reference

SourceSKILL.md
367GRAPHITI_MCP_URL=http://localhost:8000/mcp/ python -m integrations.graphiti.server
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →