What is Anthropic’s new AI tool, Claude Code Security, that wiped off billions from cybersecurity stocks in one night
Publish Date: 2026-02-22 01:26:00
Source Domain: timesofindia.indiatimes.com
Anthropic’s new AI tool, Claude Code Security, scans for code vulnerabilities, prompting a multi-billion dollar stock market crash in the cybersecurity sector. While existing scanners use pattern matching, this AI reasons like a human researcher, identifying complex flaws. Despite its research preview status and human oversight requirement for fixes, the market reacted sharply to the potential disruption. Anthropic on Thursday launched Claude Code Security—an AI-powered tool that scans codebases for security vulnerabilities, flags the critical ones, and suggests ready-to-apply patches. It’s built into Claude Code on the web. For now, it’s available only as a limited research preview for Enterprise and Team plan customers, with expedited access for open-source maintainers. One product announcement. No revenue numbers. No customer poaching. And yet, within hours, it wiped billions off the cybersecurity sector.CrowdStrike dropped around 8%. Cloudflare slid 8%. Okta tanked over 9%. SailPoint shed 9.4%. Zscaler fell 5.5%. The Global X Cybersecurity ETF (BUG) closed at its lowest level since November 2023. Across major names, the combined market value damage ran well into the billions.
So what exactly does Claude Code Security do
Most existing security scanners are rule-based. They match code against a library of known vulnerability patterns—think exposed passwords, outdated encryption, or common injection flaws. That catches the obvious stuff. But it misses the harder problems: broken business logic, weak access controls, risky data flows that only make sense when you understand how an entire application fits together.Claude Code Security works differently. It reads and reasons about code the way a human security researcher would. It traces how data moves through an application, maps how components interact, and spots subtle flaws that pattern-matching tools routinely miss.Anthropic says its latest model, Claude Opus 4.6, has already found over 500 vulnerabilities…
Source