Skip to main content

qdrant-memory

Optimizes token usage with Qdrant for semantic caching and memory retrieval, enhancing LLM efficiency and context management.

Install this skill

or
61/100

Security score

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

Categories Tested

Security Issues

medium line 131

Template literal with variable interpolation in command context

SourceSKILL.md
131```json
medium line 80

Curl to non-GitHub URL

SourceSKILL.md
80curl http://localhost:11434/api/tags
medium line 83

Curl to non-GitHub URL

SourceSKILL.md
83curl http://localhost:11434/api/embeddings -d '{"model":"nomic-embed-text","prompt":"hello"}'
medium line 86

Access to hidden dotfiles in home directory

SourceSKILL.md
86> **Tip**: To auto-start Ollama on login, add `ollama serve &` to your `~/.zshrc` or use `brew services start ollama`.
low line 95

Access to hidden dotfiles in home directory

SourceSKILL.md
95# 1. Ensure AWS CLI is configured (uses ~/.aws/credentials)
high line 95

Access to AWS credentials directory

SourceSKILL.md
95# 1. Ensure AWS CLI is configured (uses ~/.aws/credentials)
low line 80

External URL reference

SourceSKILL.md
80curl http://localhost:11434/api/tags
low line 83

External URL reference

SourceSKILL.md
83curl http://localhost:11434/api/embeddings -d '{"model":"nomic-embed-text","prompt":"hello"}'
low line 137

External URL reference

SourceSKILL.md
137"QDRANT_URL": "http://localhost:6333",
Scanned on Feb 23, 2026
View Security Dashboard