The Rundown AI homepage

Independent tool overview

Claude Security at a glance

Claude Security is Anthropic's AI vulnerability-scanning product for reasoning across a codebase, validating high-severity findings, and proposing patches for human review. The hosted Mythos 5 scanner is in public beta for Claude Enterprise, while a separate local Claude Code plugin is in beta for users on paid Claude Code plans.

Visit the official Claude Security site ↗
Claude Security product preview
Best for
Deep, context-aware application security review
Managed product
Public beta for Claude Enterprise
Managed scan model
Claude Mythos 5
Local option
Claude Security plugin for paid Claude Code plans
Patch behavior
Suggested only; never applied automatically

Overview

What Claude Security is

Claude Security looks for context-dependent vulnerabilities by mapping how components interact, tracing data flows, reading Git history and business logic, and independently challenging potential findings before surfacing them. Results include severity, confidence, impact, reproduction guidance, and a proposed remediation path.

There are two distinct products. The managed Claude.ai application connects to GitHub repositories, supports scheduled and parallel scans, uses Claude Mythos 5, and can send findings to audit and ticketing workflows. The Claude Code plugin runs inside a local session with the models available to that account and can scan GitHub, GitLab, Bitbucket, an unversioned folder, or a specific diff.

Neither path replaces deterministic static analysis, dependency scanning, secret scanning, penetration testing, or accountable engineering review. Anthropic explicitly says proposed patches can be wrong and require human approval.

Use cases

Who Claude Security is best for

The strongest fit depends on the job you need the product to complete, not the size of its feature list.

Application security teams

Investigate authentication, injection, memory-safety, and business-logic risks that depend on relationships across multiple files.

Security-minded engineering teams

Turn validated findings into focused patches and pull requests without losing repository context.

Recurring repository review

Schedule hosted scans and route results into existing triage, audit, Slack, Jira, or webhook processes.

Local or restricted repositories

Use the Claude Code plugin when code is hosted outside GitHub or must remain inside the developer's environment.

Capabilities

Core Claude Security features

1

Context-aware scanning

Reasons about architecture, data flows, Git history, and business logic rather than relying only on known code patterns.

2

Adversarial finding validation

Independent verifier passes challenge each candidate vulnerability before it appears in the final report.

3

Confidence and severity

Each managed finding includes vulnerability detail, affected location, severity, confidence, likely impact, and reproduction information.

4

Suggested patches

Creates targeted remediation guidance or patch files for a developer to inspect, test, and apply manually.

5

Targeted and scheduled scans

Managed scans can focus on a directory or branch and run on a recurring schedule for ongoing coverage.

6

Triage and audit exports

Export CSV or Markdown, retain documented dismissals, and send findings to Slack, Jira, or other systems through webhooks.

7

Local multi-agent plugin

The Claude Code plugin can scan a full repository, branch diff, pull-request diff, or commit and produce Markdown, JSONL, and SARIF reports.

Process

How the Claude Security workflow works

  1. Step 1

    Choose managed or local

    Use the Enterprise application for hosted Mythos 5 monitoring, or the paid Claude Code plugin for an on-demand scan in the local environment.

  2. Step 2

    Scope the scan

    Select a repository, branch, diff, directory, or high-risk module; smaller scopes improve determinism and make review more actionable.

  3. Step 3

    Triage validated findings

    Review exploitability, severity, confidence, affected paths, coverage, and evidence before accepting or dismissing a result.

  4. Step 4

    Patch in isolation

    Generate a remediation for one accepted finding, run the project's tests and security checks, and review the diff in its own pull request.

  5. Step 5

    Feed the security program

    Record disposition and ownership in the system of record, schedule follow-up scans, and retain exports or revision stamps for audit history.

Cost

Claude Security pricing and free plan

The managed Claude Security application requires Claude Enterprise, a Premium seat, Claude Code on the Web, and Extra Usage consumption billing. Enterprise is listed at $20 per seat plus usage at API rates; scan costs scale with repository size and scan count, and Anthropic does not publish a flat per-scan price. The local plugin requires a paid Claude Code plan and counts against that plan's usage limits.

Claude Security managed beta

Enterprise: $20/seat + usage

Hosted scanning with Mythos 5 for eligible Enterprise users.

  • Premium seat required
  • Extra Usage must be enabled
  • Consumption scales with scan size and frequency
  • Separate feature spend limit available

Claude Code plugin beta

Included with paid Claude Code access

Local, on-demand multi-agent scans using the models available in the user's Claude Code account.

  • Counts against plan usage limits
  • Does not provide Mythos 5 managed scans
  • Requires Python 3.9.6 or later and Git for change scans

Enterprise sales-assisted

Contact sales

For organizations requiring negotiated deployment, usage, support, and commercial terms.

  • Audit and access controls
  • Custom organizational requirements
  • Taxes and related infrastructure may be additional

Pricing checked . Check current pricing at the source ↗

Assessment

Claude Security strengths and limitations

Where it stands out

  • Can reason about multi-file and business-logic vulnerabilities that pattern matching may miss
  • Independent validation and confidence ratings reduce some triage noise
  • Findings connect directly to proposed remediations and Claude Code sessions
  • Managed scheduling, exports, dismissals, and webhooks fit existing security operations
  • Local plugin covers repositories and environments the hosted GitHub application cannot reach

What to consider

  • The hosted Mythos 5 product remains a public beta and is limited to eligible Claude Enterprise users with Premium seats and consumption billing.
  • The managed product currently supports GitHub.com and GitHub Enterprise Server repositories, while other hosts require the local plugin.
  • AI findings and patches can be incorrect or incomplete; every result needs human validation, testing, and normal change control.
  • Scans are nondeterministic, so repeated runs over the same code can surface different findings and do not prove full coverage.
  • Large repositories can take minutes or hours and should be split into modules to improve scan success and control usage cost.
  • It does not replace static analysis, software-composition analysis, dependency and secret scanning, CI policy enforcement, threat modeling, or penetration testing.

Compare

Claude Security alternatives

The right alternative depends on the specific output, workflow, controls and budget your project requires.

Agents

Codex Security

OpenAI's repository security agent for teams evaluating another frontier-model approach to finding and patching vulnerabilities.

Explore Codex Security

Coding

DryRun Security

A code-security platform focused on contextual review integrated with developer workflows.

Explore DryRun Security

Coding

Claude Code Review

Anthropic's pull-request review product for broader correctness and security checks at merge time rather than deep scheduled vulnerability scans.

Explore Claude Code Review

Questions

Claude Security FAQs

What is Claude Security?

It is Anthropic's AI application-security scanner for finding context-dependent vulnerabilities, validating findings, and proposing patches that developers review and apply.

Who can use Claude Security?

The hosted Mythos 5 application is in public beta for eligible Claude Enterprise users with Premium seats. The separate local Claude Code plugin is in beta for users with paid Claude Code access.

How much does Claude Security cost?

The managed product requires Enterprise, listed at $20 per seat plus usage at API rates, along with a Premium seat and Extra Usage enabled. Anthropic does not publish a flat per-scan price; cost scales with scan size and frequency.

Does Claude Security automatically fix vulnerabilities?

No. It proposes patches, but patches are never applied automatically. A developer must review, test, and explicitly apply each change.

Does it work with GitLab or Bitbucket?

The hosted product currently supports GitHub.com and GitHub Enterprise Server. The local Claude Code plugin can scan repositories from GitLab, Bitbucket, or other local sources because it runs inside the user's environment.

Can it replace SAST and dependency scanning?

No. Anthropic positions it as a deep reasoning layer alongside deterministic static analysis, dependency scanning, secret scanning, code review, and other defense-in-depth controls.

Bottom line

Our Claude Security verdict

Claude Security is promising for deep, context-aware review of complex application vulnerabilities, especially where conventional scanners struggle with business logic. The managed product is still an Enterprise beta with variable usage cost, so teams should pilot it on a scoped repository, measure validated findings and time-to-fix, and keep established security controls in place.

Visit Claude Security website ↗
The Rundown University

AI training for the future of work.

Get access to all our AI courses, hundreds of real-world AI use cases, live expert-led workshops, an exclusive network of AI early adopters, and more.

AI Courses

Get unlimited access to all of our current & upcoming industry-specific AI courses for the duration of your subscription.

Daily Guides

To keep up with the rapid pace of AI, our team publishes AI implementation guides daily. Our library contains 300+ practical use cases to automate real-world work.

Workshops

Join weekly, live, interactive sessions with industry leaders who are at the forefront of AI for hands-on implementation guidance and exclusive insights.

Community

Network with an exclusive community of AI-first professionals who are working smarter with AI. Learn how early adopters are using AI in their work and businesses.