Runtime Security Boundaries Require Runtime Enforcement: Lessons from n8n’s CVE Chain
n8n’s five critical CVEs in 90 days share a single architectural flaw: TypeScript type annotations used as runtime security enforcement — but TypeScript annotations don’t exist at JavaScript runtime. The patch for the first CVE was bypassed by the same mechanism two months later. If you build AI agent pipelines or any sandbox with compile-time security constraints, this CVE chain names the failure directly.