From 6f8d3ca2c251df0f419ddeba6d14ceb1b8015cc8 Mon Sep 17 00:00:00 2001 From: tristanroth1 Date: Sat, 20 Jun 2026 00:05:51 +0200 Subject: [PATCH] Add heygrc to AI-Powered Code Review Tools --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0e829b5..7bf86d1 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ _Note: This list is not intended to compare tools; as maintainers of Kodus, we a - **[Cursor Bugbot](https://cursor.com/bugbot)** — AI-powered PR review that runs automatically to catch real bugs and security issues with a low false-positive rate. +- **[heygrc](https://heygrc.com)** - GitHub App that reviews pull requests against compliance frameworks (ISO 27001, SOC 2, GDPR, EU AI Act, and more), flags changes that put a control at risk, and says what to fix, citing the control clause. + ## Static Analysis & Linters _Traditional and AI-enhanced tools for enforcing code quality, style, and correctness._