rebrand — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited rebrand (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
The single rebrand surface is src/config/app.ts (appConfig). It is consumed by the sidebar (logo + name + nav), the root document head (title + description), the theme provider, and the auth pages (brand header). Nothing else should hardcode the product name or logo.
src/config/app.ts:name — product name (sidebar, <title>, auth header).description — <meta name="description">.logo — any Phosphor icon component (e.g. import { RocketIcon }).theme — { defaultTheme: "light" | "dark" | "system", enableSystem }.src/lib/sidebar-items.ts (mainMenuItems,bottomMenuItems), surfaced as appConfig.nav. Add/remove/reorder items; keep the // create-resource:anchor line (the generator inserts above it).
src/styles/app.css(--primary, --chart-1..5, …) for light and .dark. Charts and StatusChips re-theme automatically.
bun run check, then load the app: the sidebar, browser tab title, and the login page all show the new brand. The appConfig unit test asserts the nav invariants (src/config/app.test.ts).
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.