web-design-guidelines — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited web-design-guidelines (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.
This skill reviews UI source against a living checklist of interface best practices and reports what falls short. Because the rules are fetched fresh each run, the audit reflects the most recent published guidance rather than a snapshot frozen into this file.
Given one or more files (or a glob), it retrieves the current guidelines, reads the target code, evaluates every applicable rule, and emits concise findings keyed to file:line so each issue is easy to locate and fix.
start of every review — do not work from memory or a cached copy. The fetched content carries both the rules to apply and the exact output format to follow.
which files or pattern to review before continuing.
file:line form the guidelines specify, oneissue per line.
Retrieve the latest rules before each audit:
https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.mdUse a web fetch to load that URL. Treat whatever it returns as the authority for both the checks and the reporting format — it supersedes anything described here.
Two skills bracket the act of building UI: one informs the design before code exists, this one inspects the result after.
| Phase | Skill | Purpose |
|---|---|---|
| Before coding | frontend-design | Learn the principles — color, type, spacing, UX |
| After coding | web-design-guidelines (this) | Audit the implementation for compliance |
1. DESIGN -> absorb the principles
2. BUILD -> implement the interface
3. AUDIT -> run this review <- you are here
4. FIX -> resolve the findings~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.