Show HN: CodeDrift – static analysis for AI-generated code
4.2(5,000 отзывов)
Платно· от US$20.00/мес.
Запущен в 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
Плюсы
- +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
Минусы
- −Requer conhecimento técnico para configurar e usar
- −Pode não cobrir todos os tipos de bugs