| Version | Supported |
|---|---|
| 0.1.x | ✅ |
We take the security of CodiLay seriously. If you believe you have found a security vulnerability, please report it to us by following these steps:
- Do not open a public issue.
- Send an email to security@codilay.ai (placeholder) or contact the maintainers directly through official channels.
- Include a detailed description of the vulnerability, including steps to reproduce and potential impact.
We will acknowledge your report within 48 hours and provide a timeline for a resolution. We request that you follow responsible disclosure practices and allow us to fix the issue before sharing any details publicly.
- API Keys: CodiLay handles sensitive API keys for LLM providers. These should always be stored in environment variables and never committed to version control.
- Code Submission: CodiLay sends your source code to LLM providers (Anthropic, OpenAI, etc.). Ensure you are aware of the privacy policies of the providers you use.
- Local State: The
.codilay_state.jsonfile contains information about your project structure. Keep this file secure if your project is private.