Qodo (CodiumAI) PR Agent
Open-source PR review agent. Generates review comments, suggests test additions, summarises diffs — directly in GitHub/GitLab.
Delv Safety Grade: B
Score 74/100 · assessed 2026-04-18
Qodo PR Agent is an open-source autonomous code review tool from CodiumAI, a legitimate Israeli AI company with VC backing and a known product line. The agent runs on GitHub/GitLab webhooks, reads PR diffs, calls external LLMs (OpenAI or self-hosted), and posts review comments directly to pull requests. Transparency is strong: fully open source with active maintenance, clear documentation, and 5,000+ GitHub stars. The main safety concern is the breadth of permissions required. The agent needs repo write access to post comments, reads all code in PRs (potentially including secrets in diffs), and sends that code to external LLM APIs by default. Supply chain is solid via PyPI with standard Python packaging. No known security incidents. The freemium model means the hosted version sends your code to Qodo's infrastructure and third-party LLMs, raising data residency questions for sensitive codebases. Self-hosted deployment mitigates this but requires managing API keys and infrastructure yourself.
Green flags
- Fully open source (Apache 2.0) with 5.6k+ stars and active maintenance
- Self-hosted option available for air-gapped or sensitive environments
- Distributed via PyPI with standard Python packaging and versioning
- Clear documentation and transparent about LLM usage and data flow
- Established vendor (CodiumAI/Qodo) with known product line and funding
Red flags
- Sends PR diffs to external LLM APIs (OpenAI) by default in hosted mode
- Requires repo write permissions to post comments on PRs
- Reads all code in PR diffs, may capture secrets or sensitive logic
- Freemium hosted service means code leaves your infrastructure
Permissions requested
Pricing
Platforms
Review
Pay for it if you're on a small team that moves fast and occasionally ships undertested code, or if you need self-hosting for compliance. Skip it if you're already drowning in review comments or working solo.
Good at
- Generates actionable test suggestions with specific fixtures and assertions
- Self-hosting option for regulated environments
- Diff summaries good enough to copy into release notes
- Works across GitHub and GitLab
- Open-source, so you can fork and customise behaviour
Watch out
- Struggles with PRs over 400 lines, output gets vague
- Occasionally suggests tests for already-covered code paths
- Freemium limit of 250 PRs/month tight for active repos
- Default config is verbose, needs tuning
- No Bitbucket or Azure DevOps support
Use cases
- Adding a second AI reviewer to your PRs
- Generating release notes from diffs
- Catching missing tests
- Self-hosting for compliance