| Version | Supported |
|---|---|
| 0.4.x | ✅ |
| < 0.4 | ❌ |
We take security seriously. If you discover a security vulnerability in AI Model DB, please follow these steps:
- Do NOT create a public GitHub issue for security vulnerabilities
- Email your findings to the repository owner via GitHub's private messaging
- Or use GitHub's private vulnerability reporting feature
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
- Acknowledgment: Within 48 hours
- Initial Assessment: Within 7 days
- Resolution Target: Within 30 days for critical issues
AI Model DB stores all data locally on your machine:
- API Keys: Encrypted in localStorage
- Model Database: Stored in localStorage
- Settings: Stored in localStorage
No data is transmitted to any server except:
- Direct API calls to enabled data sources (Hugging Face, Civitai, etc.)
- Direct API calls to LLM providers (if configured for validation)
- API keys are stored using browser's localStorage with encryption
- Keys are only used for direct API calls to their respective services
- Keys are never logged or transmitted elsewhere
When you enable data sources, the application connects to:
- Hugging Face API (api.huggingface.co)
- Civitai API (civitai.com)
- OpenModelDB (openmodeldb.info)
- Artificial Analysis (artificialanalysis.ai)
When you use LLM validation, the application connects to:
- OpenAI API (api.openai.com)
- Anthropic API (api.anthropic.com)
- Google AI API (generativelanguage.googleapis.com)
- DeepSeek API (api.deepseek.com)
- Context isolation is enabled
- Node integration is disabled in renderer
- Preload scripts use contextBridge
- Content Security Policy (CSP) is configured
- Keep Updated: Always use the latest version for security fixes
- API Key Safety: Never share your API keys or configuration files
- Download Source: Only download from official GitHub releases
- Verify Checksums: Check file hashes if available
We regularly update dependencies to patch known vulnerabilities. Run npm audit to check for issues in a development environment.