What problem does it solve?
Provides a focused, actionable review process to detect correctness, security, performance, testability, and ColdBox convention issues in application code so teams can ship safer, more maintainable features.
Core Features & Use Cases
- Checklist-driven reviews for handlers, services, DAOs, interceptors, modules, routing, and view templates to enforce layering and thin handlers.
- Security and correctness guidance covering input validation, XSS/CSRF prevention, parameterized queries, mass-assignment protection, and authorization checks.
- Performance and testability checks for N+1 queries, caching opportunities, DI best practices, and patterns that hinder unit testing.
- Use case: audit a pull request or module release to flag unsafe HQL/SQL, missing allowedMethods, singleton state leaks, improper status codes in REST endpoints, and undocumented public APIs.
Quick Start
Review the pull request diff and produce a prioritized checklist of correctness, security, performance, and testability issues tailored to ColdBox conventions.