MindMesh AI actively maintains security updates for the following versions:
| Version | Supported |
|---|---|
| v1.0.x | ✅ |
| < v1.0 | ❌ |
Security is a top priority for MindMesh AI. If you discover a security vulnerability within the project, please DO NOT open a public issue.
Instead, please send an email to the maintainer: Piyush Ramteke. Include a detailed description of the vulnerability and the steps to reproduce it.
- We will acknowledge receipt of your vulnerability report within 48 hours.
- We will provide an estimated timeline for the fix and keep you updated on progress.
- Once the vulnerability is resolved, we will publish a security advisory and credit you for the discovery (unless you prefer to remain anonymous).
MindMesh AI interacts with third-party cloud services and handles sensitive data. As a user or contributor, ensure the following best practices:
- API Keys: Never commit your
.envfile or hardcode yourGEMINI_API_KEY,GROQ_API_KEY, orQDRANT_API_KEYinto the source code. - Qdrant Credentials: Keep your Qdrant Cloud Cluster URL and API Keys completely private.
- User Data: Ensure that uploaded video files and transcribed chunks are stored securely. Do not commit the
jsons/,audios/, orvideos/directories containing personal data.
If you accidentally commit an API key, revoke it immediately from the provider's dashboard and rotate it.