heyGRC Docs

Overview

heyGRC reviews every pull request against your compliance frameworks and posts control-grounded findings as a GitHub check.

heyGRC is compliance review for your pull requests. Like a code reviewer, but for the frameworks your company must meet (SOC 2, HIPAA, NIST, ISO 27001, GDPR, the EU AI Act, and many more). US and EU teams are first-class. It runs as a GitHub App, posts a neutral Checks status by default, and never blocks merges unless you choose to require the check.

You configure company context and frameworks as code through a small REST API (or the console). Your coding agent can do that for you, but a human can do every step too.

Start here

How it works

  1. Install the heyGRC GitHub App on the repos you want reviewed.
  2. Configure your company context and the frameworks you care about (console or one API call).
  3. heyGRC reviews each pull request, grounded in that context, and posts inline comments plus a Checks status.

That grounding is the point: heyGRC measures your diff against your obligations, not generic advice. A change to auth, data handling, logging, or a new dependency is read against the controls of the frameworks you selected.

On this page