← BACK TO FEED
securityopen sourcevulnerability scanningCapital OneAnthropic

Capital One Releases AI Vulnerability Hunter to the Public

Capital One has open-sourced an internally developed AI-powered security tool called VulnHunter, designed to identify and fix software vulnerabilities at the code level. Unlike traditional scanners, it uses an agentic reasoning workflow to map attack paths, propose targeted code fixes, and reduce false positives that slow developer workflows. The company released it publicly on GitHub, citing the need for widely distributed defensive tools to address the interconnected risks of modern software supply chains.

Capital One has open-sourced an internal security tool called VulnHunter, and it's pitching it as something more interesting than your average vulnerability scanner.

The tool uses agentic AI reasoning to trace code paths, identify potentially exploitable defects, map attack vectors, and suggest targeted fixes. The key selling point, according to Capital One CISO Chris Nims, is that it was built specifically to cut through the noise of false positives that plague existing tools and quietly kill developer productivity.

That's a real problem, to be fair. Security tooling that cries wolf constantly tends to get ignored. If VulnHunter genuinely reduces that friction, teams might actually act on what it surfaces.

Internally, Capital One claims the tool successfully found and remediated vulnerabilities across thousands of repositories spanning dozens of business areas. That's a large surface area, and if the numbers hold up under scrutiny, it's a reasonable proof of concept.

The code is now on GitHub, complete with architecture docs, a quickstart guide, and example workflows. There's a catch, though: you'll need access to Claude Opus 4.8 and a working Claude Code environment to run it. So this isn't exactly a plug-and-play solution for teams without Anthropic access already sorted.

Capital One's reasoning for releasing it publicly is straightforward enough. Software supply chains are deeply tangled, a single flaw in a popular open-source component can cascade across thousands of organisations at once, and no single company can keep up with that alone. Sharing the tooling makes sense.

Whether the open-source community picks this up and runs with it, or whether it quietly collects GitHub stars and gathers dust, remains to be seen.

READ NEXT
Anthropic quietly buried hidden tracking code in Claude Code. Now it's removing it.Linus Torvalds on AI Coding Critics: Fork OffClaude for Chrome Still Has an Unpatched Extension Hijack Bug, Eight Versions On