Production-dependency vulnerability checks. See the setup index for the other setup pages.
npm run audit:prodrunsnpm audit --omit=dev --audit-level=moderate. Moderate, high, and critical findings fail the command. Low findings do not.npm run validateand the CI static job (.github/workflows/validate.yml) runaudit:prod. A green validate means production dependencies have no moderate-or-higher advisories.- See
docs/contributing/dependency-overrides.mdforoverridesentries in the rootpackage.jsonand their justifications.