From 26ec7a2a90bebe56edcc2ddf6feccfe9c05dc62a Mon Sep 17 00:00:00 2001 From: "raye.deng" Date: Mon, 16 Mar 2026 04:27:34 +0800 Subject: [PATCH] Add Open Code Review to Multiple languages section Open Code Review is an AI-powered static analysis tool that detects AI-generated code defects invisible to traditional linters. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7e1105775..7668d1fdb 100644 --- a/README.md +++ b/README.md @@ -1560,6 +1560,8 @@ orchestration to ensure zero breaking changes. Specialized for React, Next.js, a - [Offensive 360](https://offensive360.com/) :copyright: — Commercial Static Code Analysis system doesn't require building the source code or pre-compilation. +- [Open Code Review](https://github.com/raye-deng/open-code-review) — AI-powered code quality gate that detects 5 types of AI-generated code defects (phantom packages, outdated APIs, context breaks, etc.) invisible to traditional linters and SonarQube. Supports TypeScript, Python, Java, Go, Kotlin with SARIF output. Designed for CI/CD pipelines. + - [OpenRewrite](https://docs.openrewrite.org/) — OpenRewrite [fixes common static analysis issues](https://docs.openrewrite.org/running-recipes/popular-recipe-guides/common-static-analysis-issue-remediation) reported through Sonar and other tools using a Maven and Gradle plugin or the Moderne CLI. - [OpenStaticAnalyzer](https://github.com/sed-inf-u-szeged/OpenStaticAnalyzer) — OpenStaticAnalyzer is a source code analyzer tool, which can perform deep static analysis of the source code of complex systems.