feat(site): bright "Inspector" website redesign + v3.0.1 audit hardening#28
Merged
Conversation
A correctness/security/tooling pass from a full code audit. No feature changes. - batch.js: HTML-escape provider errors + pasted URLs (stored-input XSS) - library.js: hoist FIT_ORDER to one module const — fixes a ReferenceError in the compare modal's Fit-delta cell; drop the duplicate per-function locals - background.js: read saved_at (not savedAt) so the daily drift alert fires; add the missing .catch on the RERUN path; make the combinator seed immutable; drop two production console.log - format.js: esc() now escapes single quotes (matches the safe-html escaper) - batch.html, stack-tab.html: honour prefers-reduced-motion (loaders pulsed on) - themes.css, website/app/global.css: darken faint text on light themes to AA - manifest.json: explicit content_security_policy; version -> 3.0.1 - eslint.config.js: lint .mjs so the dev driver stops flooding no-undef - ci.yml: npm ci (synced lockfile) + blocking lint + advisory npm audit - package.json / package-lock.json: version -> 3.0.1; regenerate the stale lockfile 733/733 tests pass; eslint 0 errors.
- CHANGELOG: add [3.0.1] — Audit hardening (Fixed / Changed / Notes) - README: v3.0.1 "What's new" block + version badge 3.0.0 -> 3.0.1 - docs/audits: add the 2026-06-15 deep-review report
fix: audit hardening pass — XSS, crash, drift alert, a11y, CI (v3.0.1)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Lands the bright "Inspector" website redesign plus the v3.0.1 audit hardening pass (the 14 commits on
redesign/bright-inspectorbeyondmain). This is the base of the extension feature stack (#25 → #26 → #27); merging it first lets those retarget cleanly tomain.Merging to
maintriggers the GitHub Pages deploy of the redesigned site (deploys frommainonwebsite/**).Test plan
/RepoLensbase path