Highlights
- 1Hybrid deterministic pipelines + LLM Agent
- 2Built-in rules for NPE, thread-safety, XSS, SQL injection
- 3Precise line-level comments; OpenAI & Anthropic compatible
Overview
alibaba/open-code-review is an open-source, battle-tested code review platform implemented in Go that combines deterministic pipelines with an LLM Agent. The project produces precise line-level comments and ships a built-in fine-tuned ruleset covering specific issues such as NPE (null-pointer exceptions), thread-safety, XSS, and SQL injection. It is explicitly compatible with OpenAI and Anthropic models and is designed for large-scale use (battle-tested at Alibaba's scale).