Skip to content

Add Open Code Review to Multiple languages section#1770

Open
raye-deng wants to merge 1 commit intoanalysis-tools-dev:masterfrom
raye-deng:add-open-code-review
Open

Add Open Code Review to Multiple languages section#1770
raye-deng wants to merge 1 commit intoanalysis-tools-dev:masterfrom
raye-deng:add-open-code-review

Conversation

@raye-deng
Copy link

Summary

Adds Open Code Review to the Multiple languages section.

Open Code Review is a free, open-source AI-powered static analysis tool that detects 5 types of AI-generated code defects invisible to traditional linters and SonarQube:

  • Phantom/hallucinated packages
  • Outdated/nonexistent API references
  • Context window breaks in AI-generated code
  • Import order errors
  • Other AI-specific anti-patterns

Key features:

  • Supports TypeScript, Python, Java, Go, Kotlin
  • SARIF output for CI/CD integration
  • Works alongside traditional linters as a complementary quality gate
  • Free and open-source

Why it fits: It's a multi-language static analysis tool designed for CI/CD pipelines, similar to other entries in this section.

Open Code Review is an AI-powered static analysis tool that detects
AI-generated code defects invisible to traditional linters.
@mre
Copy link
Member

mre commented Mar 17, 2026

Thanks for the submission, Raye. A couple of issues here:

  1. The PR edits README.md directly. Contributions need to go through a YAML file under data/tools/ -- please check CONTRIBUTING.md for the format.
  2. The repo currently has 4 stars, which is below our minimum threshold of 20.

We'll keep this open for now. Feel free to update it once the project has grown a bit and you've had a chance to convert it to the YAML format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants