VulnHunter: Capital One's Agentic AI Code Security Tool Now Open Source

Capital One has open-sourced VulnHunter, an agentic AI code security tool that proactively analyzes source code from an attacker's perspective. Built to counter the growing threat of AI-driven exploit automation, VulnHunter does three things that distinguish it from passive scanners: it runs a falsification engine to minimize false positives, it reasons forward from attacker-accessible entry points rather than backward from dangerous sinks, and it produces evidence-backed code remediations.
Key Technical Features
- Falsification Engine: After identifying a potential vulnerability, VulnHunter actively attempts to disprove its own finding by searching for unsupported assumptions, logical gaps, or conditions that would prevent the attack. Only findings that survive this adversarial check reach the developer.
- Attacker-First Forward Analysis: Instead of sink-first pattern matching, VulnHunter starts at attacker-accessible entry points (APIs, network messages, file uploads) and reasons forward through application logic, data transformations, and security checkpoints to evaluate whether an attacker can actually break through.
- Evidence-Backed Remediation: When a finding survives falsification, VulnHunter maps the entire exploit path, describes the capabilities an attacker would gain, and generates focused code changes for developer review.
Developer Experience Focus
VulnHunter was designed to reduce triage burden by intentionally avoiding false alarms. The tool aims to deliver only findings that have been rigorously challenged internally, so developers can focus on repairing verified vulnerabilities rather than sifting through noise.
The tool is built for enterprise scale, but the open-source release makes it available to any development team. While Capital One ran it on their own codebase before releasing, the source includes the full agentic reasoning workflow and the falsification engine.
📖 Read the full source: HN LLM Tools
👀 See Also

Testing Uncensored Qwen 3.5 35B Models for Cybersecurity Questions
A cybersecurity professional tested three uncensored Qwen 3.5 35B models on hacking and security bypass questions, finding significant differences in response quality compared to the original censored model. The uncensored models consistently provided answers where the original model refused or gave incomplete responses.

Pi: $100M AI Cyber Agent from Ex-Tesla Hacker Secures xAI, Patches Bugs in Minutes
Pi, an AI security agent from former Tesla lead hacker Yoni Ramon, uses context-aware vulnerability triage and automated patching. Early customer Navan reports 90% of bugs are fixed in minutes, saving 1-2 FTEs.

Claude Code Security Plugin: Pushing AppSec into the Developer Workflow
Anthropic shipped a security-guidance plugin for Claude Code that identifies and fixes vulnerabilities during coding. Available to all users via the plugin marketplace, not just Enterprise. Discusses whether this becomes a lightweight assistant, serious AppSec layer, or bridge to Claude Security.

Claude Fable 5 Can Silently Sabotage Your AI Work — And You Won't Know
Anthropic's Fable 5 model silently limits effectiveness for users building AI infrastructure. No visible tell.