Agent Coding Tool
Claude Code
Anthropic's agentic coding tool with a managed GitHub PR review service, local review commands, and security-scanning plugins.
Deployment
Cloud · Self-Hosted (partial)
Languages
22+
Pricing model
Per developer seat, Usage-based credits, Quote-based / Enterprise
Free tier
No
Workflow coverage
Where in the development lifecycle Claude Code operates.
Security guidance plugin pattern-checks each file edit Claude makes; no linting as a human types.
Security guidance plugin reviews Claude's edits, end-of-turn diffs and commits, then re-prompts Claude to fix.
/code-review and /security-review run in the terminal; /claude-security local scan needs a paid plan.
Managed Code Review posts severity-tagged inline GitHub comments plus a check run; Team/Enterprise only.
Check run always completes neutral by design; gating requires parsing the JSON summary line in your own CI.
/claude-security plugin scans a whole codebase; verifier agents confirm findings before reporting.
Managed Claude Security continuously monitors repositories on a schedule; cron runs also possible via GitHub Actions.
Not offered in vendor documentation reviewed as of 2026-09-05.
Analysis & detection
Every detection and code-analysis capability tracked for Claude Code.
Agentic security review statically finds injection, SSRF, auth bypass, IDOR and weak crypto in code.
Managed Claude Security "traces data flows across files" per vendor docs; beta, Enterprise plan only.
Not mentioned in Claude Security, security-guidance, /security-review, or Code Review vulnerability checklists.
Not mentioned anywhere; no capability to verify whether a found secret still works.
No native dependency scanning; Anthropic's plugin docs defer supply-chain checks to your existing scanners.
Not mentioned in any Claude Code security-scanning documentation checked.
Claude Security plugin explicitly delegates "supply-chain checks" to external dependency scanners.
Not documented in Claude Code's security scanning or legal-and-compliance docs.
Not documented in any Claude Code security-scanning page checked.
No Terraform, Kubernetes, or Dockerfile scanning mentioned in any Claude Code security docs.
Not documented in any Claude Code security-scanning page checked.
No live cloud-account configuration scanning mentioned in any Claude Code docs.
Docs state reviews read "source code in your checkout, not a running site or deployed service."
/code-review reports reuse, simplification and efficiency cleanups; managed PR review excludes formatting and style.
Code Review scopes explicitly to correctness bugs and cleanup suggestions only, per its docs.
Not documented as clone detection; /code-review "reuse" cleanups are adjacent but different.
Not mentioned in any Claude Code review-product documentation checked.
Code Review explicitly does not flag missing test coverage by default; no coverage measurement documented.
Code Review docs explicitly exclude "missing test coverage" from its default checks.
No module-boundary or dependency-direction enforcement mentioned in any Claude Code docs.
No remediation-effort or cost quantification feature mentioned in any Claude Code docs.
No git-history hotspot, change-coupling, or bus-factor analytics product exists in the docs.
Parallel agents hunt correctness bugs; a verification step checks findings against actual code behavior.
Review body summary plus severity-sorted check-run Details; REVIEW.md can reshape its format.
REVIEW.md, hierarchical CLAUDE.md, and up to 50 custom regex patterns in security-patterns.yaml.
/code-review --fix edits the working tree; /claude-security drafts F<n>.patch files for manual git apply.
Opens fix PRs on request; the GitHub Action can commit fixes automatically.
Independent verifier agents reproduce findings before reporting, in Code Review, ultrareview and Claude Security.
Dedicated docs cover per-package CLAUDE.md, sparse worktrees, and per-directory skills for monorepos.
AI capabilities
Entire product is agent-based: parallel reviewer agents on Anthropic infrastructure with independent verification.
Bring your own key via Console, Bedrock, Vertex, Foundry or LLM gateways; Claude models only.
Consumes MCP servers with first-use trust verification; no MCP server exposing review findings documented.
No AI-generated-code inventory; org analytics cover usage, per-repo cost and spend caps instead.
Web/desktop diff comments get responses; replying to GitHub Code Review comments does not prompt a reply.
Thumbs up/down reaction counts collected post-merge to tune the reviewer; no immediate re-review.
Zero Data Retention for qualified Enterprise accounts; no explicit training-exclusion statement in source.
Models used
Compliance & governance
Audit logging listed among cloud/web session execution safeguards for Anthropic-managed VMs.
Enterprise plans include SSO identity federation via OIDC.
Owner/Primary Owner roles gate setup; PR triggers require owner, member or collaborator access.
Not offered in vendor documentation reviewed as of 2026-09-05.
Certifications
Integrations
CI/CD systems
IDEs
Issue trackers
Chat & notifications
Pricing & plans
$17/user/month billed annually ($200 billed upfront) ($20/user/month if billed monthly)
Minimum seats: Not applicable — Pro is an individual plan; Team plan requires 2-150 seats
- Security guidance plugin not stated as restricted
- Code Review not available
- Ultrareview not available (requires claude.ai account plus plan)
- Claude Security plugin not available (paid plan required)
- Managed Claude Security not available
- Self-hosted environments not available
- Analytics dashboard not available
- Local /code-review and /security-review commands
- Security guidance plugin (all plans)
- Claude Security plugin local scans (Dynamic workflows must be enabled in /config)
- Ultrareview with 3 free one-time runs, then usage credits
- GitHub Actions with Claude subscription auth
- Managed Code Review not available (Team/Enterprise only)
- Managed Claude Security not available
- Self-hosted environments not available
- No analytics dashboard or API
- Everything in Pro
- Higher shared usage allowance on rolling five-hour and weekly windows
- Ultrareview with 3 free one-time runs, then usage credits
- Managed Code Review not available (Team/Enterprise only)
- Managed Claude Security not available
- Self-hosted environments not available
- Managed Code Review, enabled org-wide by an Owner
- Org-wide GitHub Actions rollout with org-level app install and shared secrets
- Claude Security plugin local scans
- Security guidance plugin
- Self-hosted environments (public beta)
- Code Review analytics dashboard
- Managed Claude Security is Enterprise-gated
- Enterprise Analytics API not included (dashboard only)
- Code Review unavailable if Zero Data Retention is enabled
- Code Review billed via usage credits on top of the subscription
- Managed Code Review
- Managed Claude Security continuous repository monitoring
- GitHub Actions with SSO/OIDC federation options
- Self-hosted environments (public beta)
- Code Review dashboard plus Enterprise Analytics API
- Zero Data Retention available for qualified accounts
- Enabling Zero Data Retention disables Code Review, ultrareview and self-hosted environments
- Code Review and ultrareview still bill against usage credits
- HIPAA configuration disables voice dictation and some desktop features
- GitHub Actions
- Claude Security plugin
- Security guidance plugin
- Console dashboard/API for cost tracking
- Code Review not available (requires a claude.ai subscription)
- Ultrareview not available
- No Code Review analytics
- GitHub Actions on Bedrock, Google Cloud and Foundry
- GitLab CI/CD on Bedrock, Claude Platform on AWS and Google Cloud
- Security guidance plugin
- OIDC workload identity federation, no long-lived cloud credentials
- Code Review not available
- Ultrareview not available
- GitHub Actions unavailable specifically on Claude Platform on AWS
- GitLab CI/CD not available on Microsoft Foundry
- Self-hosted environments not available
Who it's for
Notable strengths
- Reviews Claude's own work before a PR exists: per-edit pattern checks, end-of-turn diff review, and a deeper agentic review on each commit or push Claude makes.
- Independent verifier agents reproduce or verify a finding before it is reported, across Code Review, ultrareview and Claude Security.
- REVIEW.md injects highest-priority natural-language review rules covering severity thresholds, nit caps, skip rules, required checks, a file:line citation bar and re-review convergence.
- The local /claude-security plugin reaches GitLab, Bitbucket and inbound-blocked networks that the managed Claude Security product cannot reach.
- Managed Code Review is fully hosted with no workflow file to maintain, org-wide enablement, per-repo trigger modes and an admin cost dashboard with spend caps.
Notable limitations
- The Code Review check run always completes with a neutral conclusion and never blocks merges; gating requires parsing a JSON summary line in your own CI.
- Managed Code Review requires a Team or Enterprise claude.ai subscription and is unavailable to organizations with Zero Data Retention enabled.
- Code Review and ultrareview bill against usage credits ($15-$25 and $5-$25 per review) rather than plan-included usage.
- No managed PR review or CI runner for Bitbucket or Azure DevOps, and the GitLab CI/CD integration is a GitLab-maintained beta supported through GitLab's issue tracker.
- Failed reviews do not auto-retry and GitHub's Checks-tab Re-run button does not retrigger them; recovery requires an @claude review comment. Claude Security scans are also explicitly nondeterministic.
Similar tools
Other Agent Coding Tool tools in the directory.
FAQ
When should you choose Claude Code?
Claude Code best fits Indie developers, Mid-market teams, Enterprise, Regulated industries. Reviews Claude's own work before a PR exists: per-edit pattern checks, end-of-turn diff review, and a deeper agentic review on each commit or push Claude makes.
What languages does Claude Code support?
Claude Code supports 22+ languages and frameworks, including Bash, C, C++, C#, Dart, Go, GoogleSQL, Java, JavaScript, Kotlin, and 12 more.
What does Claude Code integrate with?
Claude Code integrates with GitHub, GitHub Enterprise Server, GitLab (partial), GitLab Self-Managed, Bitbucket (partial), Bitbucket Data Center (partial) for source control, CI systems including GitHub Actions (anthropics/claude-code-action), GitHub Enterprise Server (workflows must be adapted manually), GitLab CI/CD (beta, GitLab-maintained), and IDEs including VS Code, IntelliJ IDEA, PyCharm, CLI (terminal), Desktop app (macOS), and 2 more.
What tools are similar to Claude Code?
Similar Agent Coding Tool tools tracked here include ChatGPT / Codex, Gemini Code Assist.
What are Claude Code's plans and pricing?
Claude Code has paid plans starting around $17/user/mo; enterprise pricing is quote-only.
Opens www.claude.com in a new tab. Review Radar is not affiliated with Anthropic.