| Version | Supported |
|---|---|
| Latest | Yes |
If you discover a security vulnerability in Codekin, please report it responsibly.
Do not open a public GitHub issue for security vulnerabilities.
Instead, please use GitHub Security Advisories to report the issue privately. Include:
- A description of the vulnerability
- Steps to reproduce the issue
- The potential impact
- Any suggested fixes (optional)
- Acknowledgment: Within 48 hours
- Initial assessment: Within 1 week
- Fix and disclosure: We aim to resolve confirmed vulnerabilities within 30 days
Codekin spawns Claude Code CLI processes and exposes a WebSocket server. When deploying:
- Run behind a reverse proxy with authentication
- Restrict
CORS_ORIGINto trusted domains - Never expose the WebSocket port directly to the internet without authentication
- Keep API keys in environment variables, never in code or config files
Once a fix is available, we will:
- Release a patched version
- Publish a security advisory on GitHub
- Credit the reporter (unless they prefer anonymity)