| Version | Supported |
|---|---|
| 0.1.x | ✅ |
If you discover a security vulnerability in LoopGrid, please report it by emailing security@loopgrid.dev (or open a private security advisory on GitHub).
Please include:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
We will respond within 48 hours and work with you to address the issue.
LoopGrid V1 is designed for local development and small-scale deployments. It does not include:
- Authentication / Authorization
- API key management
- Rate limiting
- Input sanitization (beyond Pydantic validation)
- Encrypted storage
If deploying LoopGrid in production, consider:
- Run behind a reverse proxy (nginx, Traefik) with TLS
- Add authentication at the proxy level
- Restrict network access to trusted services only
- Use PostgreSQL instead of SQLite for data integrity
- Enable audit logging at the infrastructure level
LoopGrid stores AI decision data including:
- Input context
- AI outputs
- Human corrections
Ensure you comply with your organization's data policies and applicable regulations (GDPR, CCPA, etc.) when storing AI decision data.
Note: V2 will include built-in authentication and security features.