Resource Exhaustion and Denial of Service in AI-Generated Code The Performance Security Nexus Research from Databricks highlights: "Vibe coding often produces functionally correct but resource-inefficient code that can be exploited for denial of service attacks." The AI's focus on functionality over performance creates multiple attack vectors. 1.6.1 Uncontrolled Resource Consumption The Problem AI generates code that works perfectly for normal use but has no limits on resource consumption. This creates two major risks: 1. Denial of Service (DoS): Attackers overwhelm server, making it unavaila…