I’ve been tracking Georgia Tech’s Vibe Security Radar project since they launched it, and the March numbers stopped me cold.
The Acceleration Is Alarming
Their SSLab team tracks CVEs that are directly attributable to AI-generated code—not theoretical risks, but bugs that made it into production and got assigned real CVE numbers:
- January 2026: 6 CVEs
- February 2026: 15 CVEs
- March 2026: 35 CVEs
That’s nearly 6x growth in two months. Across all 74 confirmed cases, Claude Code is responsible for 27, GitHub Copilot for 4, Devin for 2. And the researchers estimate the true number is 5-10x higher—roughly 400-700 CVEs across the open-source ecosystem that simply haven’t been traced back to AI tooling yet.
The Moltbook Case Study
For those who missed it: Moltbook, a viral social network, exposed 1.5 million API tokens and 35,000 email addresses within days of launch. The founder famously “didn’t write a single line of code.” Security researchers found the exposed Supabase API key within minutes—the platform was missing Row Level Security, which is essentially Database Security 101.
This isn’t a story about a bad developer. It’s a story about what happens when the person shipping code has no mental model for what security even means.
Palo Alto’s Unit 42 Findings
Unit 42 isn’t being subtle about this. They’re calling vibe coding a “powerful force multiplier” that’s failing to enforce critical security controls in production. Their real-world incident data includes a sales lead application that was breached because the AI agent “neglected to incorporate key security controls such as authentication and rate limiting.”
They also found that most organizations allow employees to use vibe coding tools, but very few have visibility into their use or monitor for security issues. That’s the scariest part to me—it’s not just startups shipping insecure code. It’s happening inside enterprises where nobody’s watching.
The Product Leader’s Dilemma
Here’s where I’m genuinely conflicted. As a product leader, I’m responsible for shipping velocity AND for the product’s security posture. Those two things were always in tension, but AI coding tools have turned it into a crisis:
Before AI tools: A feature takes 2 weeks. Security review catches issues in week 3. Ship in week 4. Slow, but the process works.
With AI tools: A feature takes 2 days. PRs pile up faster than security can review. The backlog grows. Someone says “we’ll do a security sweep later.” Later never comes.
The velocity gain isn’t free—it’s borrowed from your security budget in ways that don’t show up until a breach.
What I’m Thinking About
- Should security review be a hard gate on AI-generated code? Not just a recommendation—a literal CI/CD blocker.
- Do product teams need security literacy? Not just engineers—PMs, designers, anyone who prompts an AI to generate code.
- Is the SHIELD framework (Palo Alto’s governance model) practical for startups? Or is it enterprise-only?
- How do you measure the security cost of velocity? Like, actually put a number on it for a board deck?
I’d love to hear from people who are actually navigating this. Are you blocking AI-generated code from certain surfaces? Have you implemented security gates? Or are you just hoping your pentest catches everything?
The Georgia Tech dashboard is updating in real-time. The trend line is going up. At some point we need to talk about this as a product risk, not just an engineering problem.