Overview
PR Code Reviewer is an open-source Chrome extension that helps you review GitHub pull requests using AI. The extension runs entirely in your browser - there are no backend servers involved.
Data Handling
Here's what you need to know about how your data is handled:
- No tracking, no analytics, no cookies - the extension doesn't collect any data
- Your OpenAI API key and settings are stored only in your browser's local storage
- When you review a PR, the selected code is sent only to OpenAI's servers for analysis
- Review results are stored temporarily in your browser's local storage and can be cleared anytime
OpenAI Integration
The only external service this extension uses is OpenAI's API for code analysis. When you use the extension:
- Your selected code is sent to OpenAI for review using your provided API key
- Your API key is stored securely in your browser and is never shared with anyone
- Please review OpenAI's Privacy Policy to understand how they handle your data
Important: Do not use this extension with proprietary, sensitive, or confidential code. Any code you select for review will be sent to OpenAI's servers for analysis. If you have sensitive files or code that should not be shared with external services, please exclude them from the review process.
Open Source
This extension is open source - you can review the code, contribute, or report issues on GitHub. This transparency ensures you can verify exactly how your data is handled.
Questions?
If you have any questions about this privacy policy or the extension, feel free to:
- Email me at pr-code-review@azzy.cloud
- Open an issue on the GitHub repository