v0.1.2 — docs/brand patch
No scanner changes. 13 patterns, 18/18 tests, fail-open behavior — all identical to v0.1.1. This release ships the docs site, a dedicated /roadmap page, and brings the design into full NEWELL brand compliance.
What's new
NEWELL brand compliance (full pre-flight pass)
- Hero typography: Space Grotesk SemiBold on
.hero h1. Per the NEWELL brand spec, Newell v0.1 is restricted to the literal "NEWELL" wordmark + N mark only — S reads as Z, C/D/O are rectilinear, so any other word exposes the alpha. The earlier docs build incorrectly applied Newell to "PAT SCANNER" and "ROADMAP"; this release fixes that. - Color tokens canonicalized: bg
#000000→#0A0A0A, primary#00FF00→#00FF41, accent#1AFF72added, text#e8e8e8→#FFFFFF, muted#5a5a5a→#A0A0A0, border#1a1a1a→#1F1F1F, surface#0d0d0d→#0F0F0F. Terminal bar#111→var(--bg-elevated), terminal dots#2a2a2a→var(--rule). - Anti-patterns removed: glassmorphism (
.topbarbackdrop-filter blur), glow effects (pulse box-shadow, hero h1 text-shadow), gradients (.pro-cta::beforeradial). - Decorative emoji removed:
⚡separators →·mid-dots. Social icons🐙🤍☕→ text labels (GitHub/Sponsor/Coffee). Demo-block indicators❌🔴→ CSS-class-only (the.errred styling carries the weight on its own). meta theme-coloraligned to#0A0A0A.
/roadmap page live
- Dedicated page at
/roadmap(was a section on the landing page). - Pricing vetted against live vendor rates 2026-07-27: Team tier $19/seat floor of GitGuardian ~$18 / Snyk $25, ~10% under Doppler $21, clearly below GitHub Secret Protection $30. Enterprise tier $24/seat with SAML/SCIM + on-prem collector.
GitHub Pages stood up
- Live at https://jordannewell.github.io/pat-scanner/
configure-pagesauto-enablement wired into CI so future fork/clone setups don't hit the manual-enable step.
Also in this release
SECURITY.md: Americanized spelling + ack SLA 48h→72h (solo maintainer with day job + 15-agent fleet — 48h breaks credibility when missed).FUNDING.yml: droppedcustomURLhttps://jordannewell.com/feedback(returns 404; sponsor flow already covered by GitHub Sponsors + Buy Me a Coffee).
Upgrade
claude plugin update pat-scanner
If update reports "Plugin not found" (stale marketplace cache):
claude plugin marketplace update pat-scanner
claude plugin uninstall pat-scanner
claude plugin install pat-scanner
Verification
- ✅ 18/18 tests pass (
bash tests/test-scan-secrets.sh) - ✅ All cross-page links resolve (landing ↔ roadmap ↔ GitHub)
- ✅ Pricing consistent across pages ($19 Team / $24 Enterprise)
- ✅ Zero gradients/glows/glassmorphism in CSS (grep-verified)
- ✅ Zero decorative emoji (only
✓/✕in checklist pseudo-content remain — functional UI, not decorative) - ✅ Zero non-canonical hex values — every color resolves to a
tokens.jsontoken - ✅ JSON manifests valid (
plugin.json,marketplace.json) - ✅ HTML structure balanced (41/41 divs on landing, 73/73 on roadmap)
- ✅ Asset URLs return 200 (favicon, OG image, Pages root)
- ✅ Zero scanner code changes since v0.1.1 — same detection logic, same bypass keyword, same audit log path
Commits bundled (9)
7ff6c81 fix(brand): replace remaining non-canonical hex with tokens
3e47845 fix(brand): swap hero to Space Grotesk, strip decorative emoji
6d029d9 chore(release): bump version 0.1.2 + changelog/roadmap entries
f938758 fix(brand+docs): bring pat-scanner into NEWELL brand compliance
543a00e docs(roadmap): vet pricing against comps, add window/strategy section
53b7533 docs(roadmap): remove stray duplicate favicon copy
69e6914 docs: add dedicated /roadmap page, wire main page links to it
01cd485 ci(pages): auto-enable Pages via configure-pages enablement flag
74551ae docs: add GitHub Pages site
What's NOT in this release
- No new credential patterns (still 13 classes). GitLab/Bitbucket/Linear/Datadog/Sentry roadmap for v0.3.
- No multi-line paste detection (still line-oriented). Roadmap for v0.4.
- No hosted Team tier. That's v0.2 — separate product, OSS plugin stays free.