01Detects information leakage patterns that expose internal data structures or database schemas.
02Provides actionable refactoring advice to hide design decisions and improve encapsulation.
03Identifies architectural 'Red Flags' such as generic naming (Manager/Util) and temporal decomposition.
04Analyzes code for 'pass-through' methods that add indirection without adding semantic value.
05Evaluates module 'depth' by comparing interface simplicity against implementation power.
062 GitHub stars