We've added two specialized reviewers to help teams ship safer and more consistent backend code
🛡️ Basic Security Patterns: Automatically flags hardcoded secrets, SQL/command injection risks, and identifiable PII exposure in backend code. Designed to avoid noise by ignoring placeholders, test data, and non-sensitive logs, this reviewer focuses only on precise, actionable issues.
🌐 REST API Best Practices: Enforces clear and maintainable API design by checking for consistent route naming, correct HTTP method usage, logical parameterization, and versioning structure. Applies exclusively to backend API implementations to ensure standards without interfering with client-side code.
These reviewers are now available in your workflow configuration to improve code quality and reduce manual review effort. Let us know what else you'd like to see added.