External Script Fetching
High
- Category
- Supply Chain
- Content
**Check:** Confirm Qdrant collection exists and has vectors: ```bash curl -s http://localhost:6333/collections/hoai_an_memories | python3 -m json.tool ``` If the collection doesn't exist, mem0 creates it on first write. If it exists but `vectors_count` is 0, check Qdrant and Ollama connectivity above.
- Confidence
- 90% confidence
- Finding
- Remote code is downloaded and executed. This bypasses code review and could introduce malicious code.
