| Version | Supported |
|---|---|
| 1.0.x | ✅ |
This project is designed with security in mind:
- No External API Keys: All services run locally (Ollama, ChromaDB)
- No Network Dependencies: Pipeline runs entirely offline after initial setup
- No Sensitive Data Storage: User data is processed locally only
- Local LLM Only: Uses Ollama on
localhost:11434(no cloud LLM calls)
If you discover a security vulnerability, please:
- Do NOT open a public GitHub issue
- Email the maintainer directly with details
- Allow 48 hours for initial response
- Provide steps to reproduce if possible
All dependencies are open-source and regularly maintained:
- See
requirements.txtfor the complete list - Run
pip auditto check for known vulnerabilities