Code Review Patterns Overview Structured patterns for multi-dimensional code review with strict confidence gating. Only issues with =80% confidence are reported. Zero tolerance for empty catch blocks. Four Dimensions Security (weight: 30%) - Injection vulnerabilities (SQL, XSS, command) - Authentication and authorization patterns - Secrets handling (no hardcoded credentials) - Input validation and sanitization Quality (weight: 25%) - Naming conventions and consistency - Code structure (SRP, cohesion, coupling) - Error handling completeness - Type safety (no escapes) Performance (weight: 20%)…