working-on-web — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited working-on-web (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.
Read docs/web.md for the dashboard architecture, onboarding state machine, and component specs.
cd web && npm run check # TypeScript + Svelte checks
cd web && npm run lint # ESLint
cd web && npm run test # Component tests$sources, MCP status) drive the UI — no explicit state machines.Storybook runs on port 6006. Start it before taking screenshots.
just storybook # Start Storybook (port 6006)Story IDs follow the pattern category-component--story-name (lowercase, hyphens).
Custom Playwright-based tool at web/scripts/screenshot.ts. Output goes to web/screenshots/<story-id>.png.
cd web && npm run screenshot components-gamecard--watching # Single story
cd web && npm run screenshot:all # All storiesNixOS requirement: Uses system chromium via findChromium(). Do NOT use Playwright's bundled chromium — it won't work on NixOS due to dynamic linking. The findChromium() function auto-detects the system binary.
web/src/routes/ # SvelteKit pages
web/src/lib/ # Shared components, stores, utilities
web/scripts/screenshot.ts # Playwright screenshot tool
web/screenshots/ # Screenshot output directory
web/.storybook/ # Storybook config~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.