Anthropic Launches Claude Security Public Beta — Agentic Code Scanner Uses Claude Opus 4.7 to Find and Patch Vulnerabilities
Anthropic’s Claude Security has exited closed preview and is now open to all Claude Enterprise subscribers. The product — powered by Claude Opus 4.7 — marks a meaningful expansion of what AI can do in the security space: not just flag potential issues, but trace data flows across an entire codebase, validate findings to reduce false positives, and generate patches that developers can integrate directly through Claude Code. What Claude Security Actually Does This isn’t a simple static analyzer with an LLM veneer. Claude Security uses parallel agents to scan full GitHub repositories concurrently, which is what enables it to reason about data flows that cross multiple files, services, and abstraction layers — the kind of vulnerabilities that traditional scanners miss because they look at code in isolation. ...