Security

How we handle your code

Giving a new tool your source code is a real decision. Here are plain, honest answers — no legalese.

Where does my code go?

When you run an analysis, your code is sent over HTTPS to the trusted third-party AI providers that power the review, solely to generate the analysis you asked for. That's the only purpose.

Is my code used to train AI models?

No. We use established third-party AI APIs, and under their API terms, data sent through the API is not used to train their models. We also never use your code to train anything ourselves.

Do you store my code?

If you're signed in, each analysis is saved to your account History so you can revisit it. You can delete any analysis from History at any time, and deleting your account removes your data. Guest analyses (the homepage try-it) are not tied to an account.

Do you sell or share my data?

Never. We don't sell your code or personal data, and we don't share it with anyone beyond the AI providers needed to run the analysis.

How are my account and password protected?

Passwords are hashed with bcrypt (we can't read them). Sessions use signed, httpOnly cookies, and all traffic is over HTTPS.

What does the GitHub Action see?

The PR review action only reads the diff of the pull request it runs on, posts its review back to that PR, and uses your API key to authenticate. It doesn't clone or store your whole repository.

Questions about data handling? Email contact@learncodeguide.com. See also our Privacy Policy.