Use Claude Security Anthropic has launched Claude Security in public beta for Enterprise plan users, a tool that scans codebases for security vulnerabilities and suggests targeted patches for human review. The tool identifies complex, multi-component vulnerability patterns across files and validates findings through multi-stage verification to reduce false positives. Overview Claude Security is a capability built into Claude that scans codebases for security vulnerabilities and suggests targeted patches for human review. It helps teams find and fix issues that traditional methods often miss. Learn more about Claude security . Claude Security is now available in public beta for users on Enterprise plans. Claude Security allows you to: Scan your code in parallel — Claude Security understands context, traces data flows across files, and identifies complex, multi-component vulnerability patterns that traditional scanners might not detect. Validate findings — Every finding goes through multi-stage verification, with Claude challenging its own results before surfacing them. The result: more real issues reported and fewer false positives. Review and patch — Move from a finding into a Claude Code session to review the proposed fix. Resolve vulnerabilities quickly instead of growing a backlog. Learn how to get started and how leading enterprises use the tool here: Getting started with Claude Security . Enable Claude Security An organization owner can enable Claude Security by going to Organization settings Claude Security and switching the Turn on for your organization toggle on. Finding types Finding falls into these example categories below. Injection SQL, Command, Code, XSS : Untrusted input changes query structure or gets executed. E.g., ' OR 1=1--, ; rm -rf /,