Claude Code

Anthropic's agentic coding tool with a managed GitHub PR review service, local review commands, and security-scanning plugins.

$17/user/moLast verified 2026-09-06

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.

Real-Time IDE FeedbackPartial

Security guidance plugin pattern-checks each file edit Claude makes; no linting as a human types.

AI Agent Guardrail (MCP)Yes

Security guidance plugin reviews Claude's edits, end-of-turn diffs and commits, then re-prompts Claude to fix.

Local CLI / Pre-CommitYes

/code-review and /security-review run in the terminal; /claude-security local scan needs a paid plan.

PR Inline ReviewYesTeam

Managed Code Review posts severity-tagged inline GitHub comments plus a check run; Team/Enterprise only.

Merge Gate BlockingNo

Check run always completes neutral by design; gating requires parsing the JSON summary line in your own CI.

Full Repo ScanYesPro

/claude-security plugin scans a whole codebase; verifier agents confirm findings before reporting.

Scheduled / Continuous RescanYesEnterprise

Managed Claude Security continuously monitors repositories on a schedule; cron runs also possible via GitHub Actions.

Runtime / Production MonitoringNo

Not offered in vendor documentation reviewed as of 2026-09-05.

Analysis & detection

Every detection and code-analysis capability tracked for Claude Code.

SASTYesPro

Agentic security review statically finds injection, SSRF, auth bypass, IDOR and weak crypto in code.

Taint / Data-Flow AnalysisPartialEnterprise

Managed Claude Security "traces data flows across files" per vendor docs; beta, Enterprise plan only.

Secrets DetectionNo

Not mentioned in Claude Security, security-guidance, /security-review, or Code Review vulnerability checklists.

Secrets ValidationNo

Not mentioned anywhere; no capability to verify whether a found secret still works.

SCA (Dependencies)No

No native dependency scanning; Anthropic's plugin docs defer supply-chain checks to your existing scanners.

Reachability AnalysisNo

Not mentioned in any Claude Code security-scanning documentation checked.

Malicious Package DetectionNo

Claude Security plugin explicitly delegates "supply-chain checks" to external dependency scanners.

License ComplianceNo

Not documented in Claude Code's security scanning or legal-and-compliance docs.

SBOM GenerationNo

Not documented in any Claude Code security-scanning page checked.

IaC ScanningNo

No Terraform, Kubernetes, or Dockerfile scanning mentioned in any Claude Code security docs.

Container ScanningNo

Not documented in any Claude Code security-scanning page checked.

Cloud Posture (CSPM)No

No live cloud-account configuration scanning mentioned in any Claude Code docs.

DAST / API ScanningNo

Docs state reviews read "source code in your checkout, not a running site or deployed service."

Code Smells & MaintainabilityYes

/code-review reports reuse, simplification and efficiency cleanups; managed PR review excludes formatting and style.

Complexity MetricsNo

Code Review scopes explicitly to correctness bugs and cleanup suggestions only, per its docs.

Duplication DetectionNo

Not documented as clone detection; /code-review "reuse" cleanups are adjacent but different.

Dead / Unused CodeNo

Not mentioned in any Claude Code review-product documentation checked.

Test Coverage TrackingNo

Code Review explicitly does not flag missing test coverage by default; no coverage measurement documented.

Diff / New-Code CoverageNo

Code Review docs explicitly exclude "missing test coverage" from its default checks.

Architecture GovernanceNo

No module-boundary or dependency-direction enforcement mentioned in any Claude Code docs.

Technical Debt QuantificationNo

No remediation-effort or cost quantification feature mentioned in any Claude Code docs.

Behavioral Delivery AnalyticsNo

No git-history hotspot, change-coupling, or bus-factor analytics product exists in the docs.

AI Logic Bug DetectionYes

Parallel agents hunt correctness bugs; a verification step checks findings against actual code behavior.

PR Summaries & WalkthroughsYesTeam

Review body summary plus severity-sorted check-run Details; REVIEW.md can reshape its format.

Custom Rule AuthoringYes

REVIEW.md, hierarchical CLAUDE.md, and up to 50 custom regex patterns in security-patterns.yaml.

Autofix SuggestionsYes

/code-review --fix edits the working tree; /claude-security drafts F<n>.patch files for manual git apply.

Autofix via Agentic PRsYes

Opens fix PRs on request; the GitHub Action can commit fixes automatically.

AI Triage / False-Positive FilteringYes

Independent verifier agents reproduce findings before reporting, in Code Review, ultrareview and Claude Security.

Monorepo SupportYes

Dedicated docs cover per-package CLAUDE.md, sparse worktrees, and per-directory skills for monorepos.

AI capabilities

AI Review EngineYes

Entire product is agent-based: parallel reviewer agents on Anthropic infrastructure with independent verification.

BYO Model / BYOKYes

Bring your own key via Console, Bedrock, Vertex, Foundry or LLM gateways; Claude models only.

MCP ServerPartial

Consumes MCP servers with first-use trust verification; no MCP server exposing review findings documented.

AI Usage GovernanceNo

No AI-generated-code inventory; org analytics cover usage, per-repo cost and spend caps instead.

Chat With ReviewerYes

Web/desktop diff comments get responses; replying to GitHub Code Review comments does not prompt a reply.

Learns From FeedbackYesTeam

Thumbs up/down reaction counts collected post-merge to tune the reviewer; no immediate re-review.

Code Excluded From TrainingPartialEnterprise

Zero Data Retention for qualified Enterprise accounts; no explicit training-exclusion statement in source.

Models used

Claude Opus 4.7

Compliance & governance

Audit LogsYes

Audit logging listed among cloud/web session execution safeguards for Anthropic-managed VMs.

SSO / SAMLYesEnterprise

Enterprise plans include SSO identity federation via OIDC.

Role-Based Access ControlYesTeam

Owner/Primary Owner roles gate setup; PR triggers require owner, member or collaborator access.

Compliance Reporting ExportsNo

Not offered in vendor documentation reviewed as of 2026-09-05.

Certifications

SOC 2 Type 2ISO 27001Zero Data Retention (qualified Enterprise accounts)HIPAA compliance configuration (customer-enabled, not a certification)HackerOne vulnerability disclosure program

Integrations

GitHubYes
GitHub Enterprise ServerYes
GitLabPartial
GitLab Self-ManagedYes
BitbucketPartial
Bitbucket Data CenterPartial
Azure DevOpsNo
REST APIPartial
CLIYes
WebhooksPartial

CI/CD systems

GitHub Actions (anthropics/claude-code-action)GitHub Enterprise Server (workflows must be adapted manually)GitLab CI/CD (beta, GitLab-maintained)

IDEs

VS CodeIntelliJ IDEAPyCharmCLI (terminal)Desktop app (macOS)Claude Code on the webMobile app (iOS, Android)

Issue trackers

GitHub Issues

Chat & notifications

Slack (Claude Code in Slack)

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

Free$0Individual, no subscription
  • 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
Pronot published in sourceIndividual subscriber
  • 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
Maxnot published in sourcePower-user individual subscriber
  • 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
Teamnot published in source (docs point to claude.com/pricing)Small and mid-size organizations
  • 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
Enterprisenot published in source (docs point to claude.com/pricing)Large organizations
  • 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
Anthropic Console (API key)standard per-token API ratesAPI-billed organizations and developers
  • 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
Cloud providers (Amazon Bedrock, Claude Platform on AWS, Google Cloud's Agent Platform, Microsoft Foundry)provider per-token ratesCloud-native enterprise deployments
  • 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.