| Version | Supported |
|---|---|
| 0.1.x | ✅ Active development |
This project handles API keys and environment variables. If you discover a security vulnerability:
- Do not open a public GitHub issue.
- Send details to the maintainer via a private security advisory.
- Include:
- Type of vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
You should receive a response within 48 hours.
- Never commit
.envfiles (it's in.gitignore). - Rotate API keys if accidentally exposed.
- Use
QWEN_ALLOW_EMPTY_API_KEY=trueonly for local endpoints (Ollama, vLLM, LM Studio). - Keep dependencies updated:
uv sync --upgrade.