Show HN: Vibe-coded your repo? Drift finds the architecture problems
Category: devtools
Tags: static-analysis, architecture, code-quality
Score: 7.0/10 (Innovation: 7, Technical: 7, Documentation: 8, Utility: 6)
Drift is a static analysis tool that detects architectural erosion and cross-file coherence problems in Python codebases, such as inconsistent error handling, layer boundary violations, and AST-level near-duplicate code. It's interesting because it operates deterministically without LLMs, focuses on structural patterns across modules that traditional linters miss, and provides actionable repair suggestions with severity scoring.
Target audience: backend devs, devops
Repository: https://mick-gsk.github.io/drift/ · Python · MIT · 7 stars
View on Hacker News