SOC2C

Is this your company? Buyers are checking Trust here. Claim trust.page free to control the listing, earn the badge buyers trust, and see who's evaluating you.

Claim free
Trust logo

Trust

Trust level
Listed
Unverified

Sourced from public information. Not yet verified by the company.

Trust is SOC 2 Type II compliant. Trust also holds SOC 3, ISO 27001, CSA STAR, and ISO 42001.

Framework
Auditor
Last report
Renewal
View official trust center ↗

About

Welcome to the [GitHub Copilot Trust Center](https://youtu.be/ydZxO1otlCQ), we are excited you are here. We enable developers and organizations to maximize their potential by prioritizing security, privacy, compliance, and transparency as we develop and iterate on GitHub Copilot.

Compliance & infrastructure

SOC 2 Type IISOC 3ISO 27001CSA STARISO 42001
Data handled
Suggestions: These are the AI-generated code lines or chat responses provided to users based on their prompts.Feedback Data: This comprises real-time user feedback, including reactions (e.g., thumbs up/down) and optional comments, along with feedback from support tickets.Prompts: These are inputs for chat or code, along with context, sent to Copilot's AI to generate suggestions.User Engagement Data: This includes pseudonymous identifiers captured on user interactions with Copilot, such as accepted or dismissed completions, error messages, system logs, and product usage metrics.

Documents

16

Compliance leadership

The person who leads Trust's SOC 2 isn't listed yet. Claim this profile to add it.

Penetration test

Unknown. Trust's penetration test vendor isn't listed yet.

Claim this profile to add it.

Recent updates

GitHub achieves ISO/IEC 42001 CertificationMar 2026

Enterprise AI has moved from experimentation to production with measurable impact. Programs are delivering ~3.7x ROI, and over 80% of Fortune 500 companies are operating AI agents in core workflows. As adoption scales, governance becomes the limiter. Durable ROI depends on embedding responsible AI into the development lifecycle. Enterprise-grade AI governance at scale GitHub is extending ISO/IEC 42001:2023 certification across the GitHub Copilot portfolio, reinforcing our commitment to independently audited, responsible AI practices. In practice, whether customers use Copilot for developer productivity, enterprise workflows, or custom agents, the same consistent governance controls and assurance model apply.

GitHub now provides a warning about hidden Unicode textMay 2025

May 1, 2025 A warning is now displayed when a file’s contents include hidden Unicode text on github.com. Such text can be interpreted differently than it appears in a user interface. For example, hidden Unicode characters can hide text in a file. This can cause code to appear one way and be interpreted another way, especially by AI. To review a file for which this warning is displayed, open it in an editor that will display the hidden Unicode characters, like Visual Studio Code which highlights the characters by default. Then, verify that the characters are necessary and not disguising text that will be interpreted or compiled differently than it appears. For more information, refer to Pillar Security: Rules File Backdoor and Hiding and Finding Text with Unicode Tags.

This listing is partial

5/11 details · 45%

SOC2C shows the verified essentials. 6 details are not yet provided by the company. Trust centers list more, so we invite the owner to fill the gaps here.

  • Auditorraises trust
    Add the CPA firm that issued your SOC 2 so buyers can verify who signed it.
  • Report dateraises trust
    Add your most recent report period so buyers see how current your SOC 2 is.
  • Renewal date
    Add your renewal window so buyers know your coverage is active.
  • Subprocessors
    List your subprocessors so buyers can assess fourth-party risk, the way your trust center does.
  • Hosting
    Add where you host (AWS, GCP, Azure) and data residency.
  • Security controls
    Confirm key controls (encryption, MFA/SSO, annual pen test, BCP/DR) buyers screen for.
Claim free to control your listing

Verify your work email to take ownership, earn the badge buyers trust, and add the details that win deals.

Frequently asked

Is Trust SOC 2 compliant?
Trust is SOC 2 Type II compliant. On SOC2C this listing is Listed.
Is Trust SOC 3 compliant?
According to Trust's public trust center, Trust is SOC 3 compliant. On SOC2C this listing is Listed.
Is Trust ISO 27001 certified?
According to Trust's public trust center, Trust is ISO 27001 certified. On SOC2C this listing is Listed.
Is Trust CSA STAR certified?
According to Trust's public trust center, Trust is CSA STAR certified. On SOC2C this listing is Listed.
Is Trust ISO 42001 certified?
According to Trust's public trust center, Trust is ISO 42001 certified. On SOC2C this listing is Listed.

Answers published by Trust

Reproduced from Trust's own trust center. These are the company's statements about its security practices — SOC2C has not tested or verified them, and they may have changed since we last read the page. Check the source ↗

How is Copilot data encrypted and protected during transit?
GitHub Copilot transmits data to GitHub’s Azure tenant or another model provider to generate outputs, including both contextual data about the code and file being edited (“inputs”) and data about the user’s actions (“user engagement data”). The transmitted data is encrypted both in transit and at rest; Copilot-related data is encrypted in transit using transport layer security (TLS), and for any data we retain at rest using Microsoft Azure’s data encryption (FIPS Publication 140-2 standards).
What third party testing and certifications does GitHub Copilot have?
- Audits and Certifications: Compliance reports are available for GitHub Copilot Business and Copilot Enterprise. Specifically, GitHub has published a SOC 2 Type I report for Copilot Business (including code completion in the IDE, and chat in the IDE, CLI, and Mobile). This Type 1 report demonstrates that Copilot Business has the controls in place necessary to protect the security of the service. Copilot Business and Copilot Enterprise was included in our latest SOC 2 Type 2. - Additionally, Copilot Business and Copilot Enterprise are now included in the scope of GitHub’s Information Security Management System, as reflected in our ISO 27001 certificate. This certification demonstrates that Copilot Business and Copilot Enterprise are developed and operated using the same security processes and standards as the rest of GitHub’s products. - External Penetration Test: GitHub can provide, under NDA to our current Enterprise customers, a third-party penetration and application test report from the assessment performed on GitHub Copilot for Business. Additionally, GitHub Copilot is in scope for GitHub’s Bug Bounty program.
How can I help keep GitHub Copilot secure?
- You can help by using GitHub Copilot and sharing feedback in the feedback forum. Please also report incidents (e.g., offensive output, code vulnerabilities, apparent personal information in code generation) directly to [copilot-safety@github.com](mailto:copilot-safety@github.com) so that we can improve our safeguards. GitHub takes safety and security very seriously and we are committed to continually improving. - Copilot is included in the GitHub Bug Bounty program. Copilot submissions are triaged and processed through the existing bug bounty workstreams.
How does GitHub Copilot aid in secure development?
- As outputs are generated and before they are returned to the user, Copilot applies an AI-based vulnerability prevention system that blocks insecure coding patterns in real-time to make Copilot outputs more secure. Our model targets the most common vulnerable coding patterns, including hardcoded credentials, SQL injections, and path injections. - The system leverages LLMs to approximate the behavior of static analysis tools and can even detect vulnerable patterns in incomplete fragments of code. This means insecure coding patterns can be quickly blocked and replaced by alternative outputs. - The best way to build secure software is through a secure software development lifecycle (SDLC). GitHub offers solutions to assist with other aspects of security throughout the SDLC, including code scanning (SAST), secret scanning, and dependency management (SCA). We recommend enabling features like branch protection to ensure that code is merged into your codebase only after it has passed your required tests and peer review.
How does GitHub Copilot work with other security measures?
- Proxies for filtering, e.g., PII: Outbound requests contain a prompt which is made up of code in the currently edited file and related files. If this request is _dropped_, then Copilot will fail to provide a completion and may show an error message. If the request is modified through operation of a proxy filter that removes personal information or questionable content or code, then Copilot is able to process the request as normal. - Air-gapped environments. GitHub Copilot for Business / Copilot for Enterprise requires an active internet connection between a user’s IDE and the GitHub Copilot Proxy service. As a result, it does not work in air-gapped environments.