- TESIGN / RADAR
- open-code-review
open-code-review
AI code review for developers
WHO USES ITTeam lead · Security owner · Solo developer
Reviews code line by line with fixed rule pipelines plus an LLM agent.
28,581 stars · checked on GitHub GitHub check 30 h late · incl. +454 observed via GH Archive since then · 7-day +1,064 observed via GH Archive (as of )
RANKS Rising this week #6 SECURITY #3
RISING +416 ★ / 24h



TESIGN TAKE
Splitting deterministic steps from the agent is a convincing answer to reviews that drift off the right line.
AT A GLANCE
- LICENSE
- Apache-2.0
- USAGE
- Commercial use, redistribution OK. Keep notices; mark changes.
- LANGUAGE
- Go
- PLATFORM
- windows · macos · linux · cli
- ACTIVITY
- last commit 1 day ago () · latest release v1.12.2 () · 126 releases
- COMMUNITY
- 165 contributors · 164 open issues (incl. PRs) · made by: an organization
- SOURCES
- GitHub
- OPEN SOURCE
- YES
- FIRST SEEN
- CATEGORY
- DEV TOOLS · SECURITY
A summary, not legal advice.
WHY IT MATTERS
Rule-only review tools miss a lot; review left to a model alone comes out uneven. open-code-review runs deterministic pipelines alongside an LLM agent and leaves line-level comments. It ships a multi-language ruleset covering NPE, thread safety, XSS and SQL injection, and works with both OpenAI and Anthropic models. Alibaba published it under Apache-2.0.
BUILD FROM THIS
- An internal review step that runs on every pull request
- A report that looks only at insecure patterns
- A team ruleset extended with your own internal rules
WHO IT'S FOR
- Team lead
- adds an automatic review step to CI for every PR
- Security owner
- checks for XSS and SQL injection patterns regularly
- Solo developer
- wants a second pair of eyes before merging
START IN 5 MINUTES
# Needs Git 2.41 or newer
$ npm install -g @alibaba-group/open-code-review
$ ocr config provider
$ ocr config model
$ cd your-project
$ ocr reviewCAVEATS
- Needs an LLM provider and API key (except in delegation mode)
- It favours precision and states that recall is lower by design
- Benchmark figures come from the repository's own dataset
RECEIPT
- FIRST SEEN
- AT SOURCE
- KEPT
- STAR DELTA
- +416 ★ / 24h
- CREATED → FIRST SEEN
- 118d
- WHEN FIRST SEEN
- 22,814 ★
- SOURCES
- GitHub
The same facts in machine-readable form — View as Markdown · JSON
SIMILAR TOOLS
Up to five from DEV TOOLS by ★ total: edited entries first, then repository cards; this entry is highlighted. Drawn from the same stored snapshot as the rankings — a comparison, not a recommendation.
| IMAGE | NAME | ★ TOTAL | ▲ 7d | LICENSE | PLATFORM | LAST PUSH |
|---|---|---|---|---|---|---|
![]() | eccSkills, memory and security for agents | ★ 259k | ▲ +832 | MITpermissive | windows · macos · linux · cli | |
![]() | DeepSeek HarnessPlugin agent harness for developers | ★ 225k | ▲ +1,356 | MITpermissive | web · cli | |
![]() | ponytailMake your agent write less code | ★ 139k | ▲ +1,068 | MITpermissive | — | |
![]() | Spec KitSpec-first process for coding agents | ★ 137k | ▲ +560 | MITpermissive | cli · windows · macos · linux | |
![]() | open-code-reviewAI code review for developersTHIS ENTRY | ★ 28.6k | ▲ +1,064 | Apache-2.0permissive | windows · macos · linux · cli |
TIMELINE
- Repository created
- FIRST SEEN BY TESIGN








