We actively support the following versions of @bobmatnyc/ai-code-review:
| Version | Supported |
|---|---|
| 2.x.x | ✅ |
| 1.x.x | ❌ |
We take security vulnerabilities seriously. Please follow these guidelines when reporting security issues:
- DO NOT create a public GitHub issue for security vulnerabilities
- Use GitHub Security Advisories to report vulnerabilities privately
- Go to the Security tab of this repository
- Click "Report a vulnerability"
- Fill out the advisory form with detailed information
Please include the following information in your report:
- A clear description of the vulnerability
- Steps to reproduce the issue
- Potential impact of the vulnerability
- Any proof-of-concept code (if applicable)
- Suggested mitigation or fix (if you have one)
- Initial Response: Within 48 hours
- Status Update: Within 7 days
- Fix Timeline: Varies based on severity and complexity
This tool processes your code with AI services. Please be aware:
- API Keys: Never commit API keys to version control
- Code Privacy: Your code is sent to third-party AI services (Google, Anthropic, OpenAI, OpenRouter)
- Local Processing: Code analysis is performed locally before AI submission
- No Persistent Storage: We do not store your code on our servers
- Environment Variables: Use
.env.localfor sensitive configuration
When using this tool:
- Use environment variables for all API keys
- Add
.env.localto your.gitignore - Be mindful of what code you're reviewing with external AI services
- Review the tool's output before implementing suggested changes
- Keep the tool updated to the latest version
- All API communications use HTTPS
- API keys are never logged or stored
- Local processing before external API calls
- No telemetry or usage tracking
- Open source code for transparency
We appreciate security researchers who help improve our project's security. For verified vulnerabilities:
- We will acknowledge your contribution in the security advisory
- We may provide public recognition (with your permission)
- We'll work with you on coordinated disclosure
Thank you for helping keep our project secure!