Detect and certify dead code in TypeScript/JavaScript projects with confidence scoring. Unlike simple lint rules, Dead Code Certifier uses control-flow analysis and cross-file reference analysis via the TypeScript Compiler API to prove code is unreachable — and explicitly flags potential false positives so you can trust the results.