What problem does it solve? It provides a structured quality assurance review process that catches security vulnerabilities, performance regressions, accessibility violations, and test coverage gaps before deployment, with reproducible evidence and concrete remediation steps. ## Core Features & Use Cases - Security Audits: Checks OWASP Top 10 risks, authentication flaws, injection vectors, and dependency vulnerabilities using tools like npm audit and bandit. - Performance & Accessibility Review: Validates Core Web Vitals via Lighthouse and WCAG 2.2 AA compliance with prioritized findings. - Runtime Verification: Uses browser automation and curl-based API checks to detect stubbed features and broken user flows that static review misses. - Use Case: Before a production release, run a full pre-launch audit that produces a PASS/WARNING/FAIL report with CRITICAL-to-LOW severity findings, file:line references, and remediation code. ## Quick Start Ask the agent to perform a full QA review of your current branch or pull request before deployment, including security, performance, and accessibility checks.