Vibe coding — building software by describing what you want in natural language — has gone mainstream. Google, IBM, and Wikipedia now have dedicated pages explaining it. Startups ship faster than ever. Solo developers build full-stack apps in a weekend.
But underneath the velocity, there's a problem nobody wants to talk about: the code is dangerous.
And that's just what gets reported. The real numbers are likely 5× higher, according to the same researchers. Here's what we know:
Most vibe coding security discourse focuses on application code — web apps, APIs, frontends. But there's a scarier category that gets less attention: vibe-coded infrastructure.
When someone vibe-codes a web app and it has an XSS vulnerability, you patch the code. When someone vibe-codes infrastructure commands and they go wrong, you can:
The blast radius isn't one application. It's everything.
When you paste your infrastructure context into an AI tool — server IPs, API keys, database passwords — that data goes to a third-party LLM. You're handing over the keys to your kingdom on every request. And 64% of exposed credentials remain unrevoked months later.
Most AI coding tools operate in a "do what I say" mode. If you vaguely say "clean up the old deployments," the AI might interpret that as "delete all previous versions including the one currently in production." There's no checkpoint between intent and execution.
Security scanners catch injection flaws and hardcoded secrets — the measurable stuff. But they miss business logic errors, authorization design flaws, and infrastructure misconfigurations. The Supabase RLS breach in 2026 wasn't a scanner gap; it was a design-level failure that no automated tool can catch.
The answer isn't to stop using AI for infrastructure. The velocity gains are real and competitive. The answer is to build guardrails that make vibe-driven operations as safe as traditional CLI work:
The New Stack compared unreviewed AI-generated code in production to the Challenger disaster — where known issues were ignored because "it hadn't failed yet." That's the exact mindset teams have with vibe-coded infrastructure right now.
OX Security found critical vulnerabilities in VS Code, Cursor, and Windsurf in February 2026 — tools that millions of developers use daily. The attack surface isn't theoretical. It's actively being exploited.
Vibe coding is not going away. The productivity gains are too significant, and the tooling is improving fast. But security has to be designed into the workflow — not bolted on after a breach.
For infrastructure teams, the bar should be higher than for application developers. A bad web app can be patched in minutes. A bad infrastructure command can take down an entire region and take weeks to fully recover from.
Build fast. But build with gates.
VibeComputing obfuscates your infrastructure data before it reaches the AI, enforces three-tier approval gates, and uses zero-trust agents with outbound-only connections.
Free tier available — 3 systems, no credit card required.
Try VibeComputing Free →