auto-claude-memory
Configures and optimizes the Auto-Claude Graphiti memory system for persistent context retention and semantic search across sessions.
Install this skill
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
Piping content to sh shell
| 104 | curl -fsSL https://ollama.ai/install.sh | sh |
Curl to non-GitHub URL
| 104 | curl -fsSL https://ollama.ai/install.sh | sh |
Curl to non-GitHub URL
| 312 | curl -H "Authorization: Bearer $OPENAI_API_KEY" https://api.openai.com/v1/models |
Curl to non-GitHub URL
| 315 | curl http://localhost:11434/api/tags |
Access to hidden dotfiles in home directory
| 151 | # Storage path (default: ~/.auto-claude/memories) |
Access to hidden dotfiles in home directory
| 152 | GRAPHITI_DB_PATH=~/.auto-claude/memories |
Access to hidden dotfiles in home directory
| 204 | ~/.auto-claude/memories/ |
Access to hidden dotfiles in home directory
| 325 | mv ~/.auto-claude/memories ~/.auto-claude/memories.backup |
Access to hidden dotfiles in home directory
| 335 | rm -rf ~/.auto-claude/memories/embeddings |
Access to .env file
| 45 | In `apps/backend/.env`: |
Access to .env file
| 302 | grep GRAPHITI apps/backend/.env |
External URL reference
| 95 | OLLAMA_BASE_URL=http://localhost:11434 |
External URL reference
| 104 | curl -fsSL https://ollama.ai/install.sh | sh |
External URL reference
| 129 | AZURE_OPENAI_BASE_URL=https://your-resource.openai.azure.com/... |
External URL reference
| 312 | curl -H "Authorization: Bearer $OPENAI_API_KEY" https://api.openai.com/v1/models |
External URL reference
| 315 | curl http://localhost:11434/api/tags |
External URL reference
| 367 | GRAPHITI_MCP_URL=http://localhost:8000/mcp/ python -m integrations.graphiti.server |