Show HN: CodeDrift – static analysis for AI-generated code
4.2(5,000 reviews)
Paid· from US$20.00/mo
Launched in 2026
Sobre
Hi HN,<p>I built *CodeDrift*, a CLI tool that detects bugs commonly introduced by AI coding assistants like Copilot, Cursor and ChatGPT.<p>Over the last year I noticed that AI tools often generate code that compiles correctly, passes linting and looks reasonable in code review but still contains subtle issues.<p>Some common examples I kept seeing:<p>* async `forEach` loops that never await promises * missing authorization checks (IDOR) * hallucinated dependencies that don’t exist * stack traces
Pros
- +Detecção de bugs em código gerado por assistentes de codificação AI
- +Análise estática para identificar problemas sutis
- +Compatibilidade com vários assistentes de codificação AI
Cons
- −Requer conhecimento técnico para configurar e usar
- −Pode não cobrir todos os tipos de bugs