What problem does it solve? Manually reviewing pull requests and diffs for security vulnerabilities, performance bottlenecks, and correctness bugs is time-consuming and error-prone, and critical issues like injection risks or N+1 queries are easy to miss. ## Core Features & Use Cases - Security Audit: Checks changes against OWASP top 10 risks including SQL injection, XSS, CSRF, auth flaws, hardcoded secrets, path traversal, and SSRF. - Performance & Correctness Analysis: Detects N+1 queries, memory leaks, algorithmic complexity issues, race conditions, edge cases, and error handling gaps. - Structured Review Output: Produces a formatted report with critical issues, suggestions, positive observations, and a verdict (Approve / Request Changes / Needs Discussion). - Use Case: Before merging a pull request that touches a payment flow, paste the PR URL or diff to get a severity-ranked table of security and correctness findings with actionable code suggestions. ## Quick Start Ask the assistant to review a PR URL, pasted diff, or file path before merging, optionally specifying a focus area like security or performance.