-
Notifications
You must be signed in to change notification settings - Fork 46
chore: add shareable section on AI data usage & privacy #2599
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,30 @@ | |
|
|
||
| Codacy AI is a set of optional features integrated into the Software designed to optimise development workflows and elevate code quality standards through automated issue descriptions, actionable recommendations and false-positive detection, is available for the Customer. | ||
|
|
||
| Codacy AI utilizes only enterprise-grade instances of OpenAI and Google Gemini services with enhanced security, privacy, and data protection features. Customer Code processed through Codacy AI will not be used by Codacy, OpenAI, or any third-party AI provider for training, improving, or developing artificial intelligence models, machine learning algorithms, or any other automated systems. | ||
| For details on how Codacy handles your data when AI features are enabled, see [AI data usage and privacy](#ai-data-usage-and-privacy). | ||
|
|
||
| ## AI data usage and privacy | ||
|
|
||
| This section provides a consolidated overview of how Codacy handles your data when AI features are enabled. | ||
|
|
||
| ### Model training | ||
|
|
||
| Codacy does not use your code, repository contents, or comments to train external AI models. No customer code or review text is incorporated into any model training — this applies to Codacy, OpenAI, Google, Anthropic, or any other third-party AI provider. | ||
|
Check failure on line 15 in docs/codacy-ai/codacy-ai.md
|
||
|
|
||
| ### Debug logs | ||
|
|
||
| OpenAI and Google retain minimal logs strictly for debugging purposes (e.g., to verify data formatting, delivery, and internal reasoning fields). These logs do not live on Codacy's servers. They: | ||
|
Check failure on line 19 in docs/codacy-ai/codacy-ai.md
|
||
|
|
||
| - Are retained for up to **30 days** when using OpenAI models. | ||
| - Are retained for up to **55 days** when using Google Gemini models. | ||
| - Follow a low-retention policy and are automatically deleted after the retention period. | ||
| - **Do not contain identifiable information** — no repository names, user identifiers, or organization identifiers are stored in these logs. | ||
|
Check failure on line 24 in docs/codacy-ai/codacy-ai.md
|
||
|
|
||
| ### AI providers | ||
|
|
||
| Codacy AI uses enterprise-grade instances of [OpenAI](https://openai.com/policies/api-data-usage-policies) and [Google Gemini](https://cloud.google.com/gemini/docs/discover/data-governance) with enhanced security, privacy, and data protection features. Please refer to each provider's data governance documentation for further detail. | ||
|
|
||
| If you have additional questions or compliance requirements, contact us at <[email protected]>. | ||
|
|
||
| ## AI Features | ||
|
|
||
|
|
@@ -32,8 +55,7 @@ | |
|
|
||
| **Data usage and privacy** | ||
|
|
||
| - To generate an AI-enhanced comment, Codacy only processes the specific issue context: the issue line plus up to ten lines before and ten lines after that line. No additional repository data is sent or used. | ||
| - Codacy does not use your code, repository contents, or comments to train external AI models. No customer code or review text is incorporated into model training. | ||
| To generate an AI-enhanced comment, Codacy only processes the specific issue context: the issue line plus up to ten lines before and ten lines after that line. No additional repository data is sent or used. For full details on data handling, see [AI data usage and privacy](#ai-data-usage-and-privacy). | ||
|
|
||
| ### Smart False Positive Triage | ||
|
|
||
|
|
@@ -55,9 +77,8 @@ | |
|
|
||
| **Notes** | ||
|
|
||
| - Codacy does not use your code, repository contents, or comments to train external AI models. No customer code or review text is incorporated into model training. | ||
| - To detect a Possible False Positive, Codacy only processes the specific issue context: one request per file with issues. No additional repository data is sent or used. | ||
| - Prompts are neither stored nor visible by anyone | ||
| - To detect a possible false positive, Codacy only processes the specific issue context: one request per file with issues. No additional repository data is sent or used. | ||
| - For full details on data handling, see [AI data usage and privacy](#ai-data-usage-and-privacy). | ||
|
|
||
| <div id="pr-reviewer"></div> | ||
|
|
||
|
|
@@ -114,6 +135,5 @@ | |
|
|
||
| **Notes** | ||
|
|
||
| - Codacy does not use your code, repository contents, or comments to train external AI models. No customer code or review text is incorporated into model training. | ||
| - To enrich the review, the git diff of the Pull Request as well as some related files' contents can be sent as context. No data is stored on our side, or used to train any models. | ||
| - Prompts are neither stored nor visible by anyone | ||
| - To enrich the review, the git diff of the pull request as well as some related files' contents can be sent as context. | ||
| - For full details on data handling, see [AI data usage and privacy](#ai-data-usage-and-privacy). | ||
Uh oh!
There was an error while loading. Please reload this page.