01Scans for legacy backward compatibility shims and deprecated migration patterns
02Detects unreachable code patterns after return, throw, or break statements
03Analyzes and flags large blocks of commented-out code using grep patterns
04Identifies unused imports, variables, and functions using linter-based logic
05Generates a quantitative compliance score and detailed JSON report for automated workflows
0638 GitHub stars