Use when asked to review a MR/PR on GitHub or GitLab. Checks for XSS vulnerabilities, validates ARIA attributes and WCAG compliance, identifies render-blocking issues and race conditions, enforces semantic HTML. Produces actionable feedback.
93
93%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Advisory
Suggest reviewing before use
Reference standards for project organization, package management, and front-end architecture (framework-agnostic).
.nvmrc, .node-version, engines in package.json, README or CONTRIBUTING). [Suggestion]package.json. [Important]"exports" and "files" fields if the package is published. [Suggestion]package.json changed (dependencies/devDependencies) without package-lock.json (or yarn/pnpm lock). [Blocking]composer.json require/require-dev changed without composer.lock. [Blocking]