web-launch-check — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited web-launch-check (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.
Run this before any production website launch to catch missing legal pages, broken SEO, accessibility violations, or compliance gaps that would expose the user to legal risk or hurt search ranking.
| Page | Path checked | Required when |
|---|---|---|
| Privacy Policy | /privacy, /privacy-policy, footer link | Always (any data collection, including cookies/IP) |
| Terms of Service | /terms, /tos, /terms-of-service | Any signup, transaction, or user-generated content |
| Cookie Policy | /cookies, section in /privacy | EU/UK visitors, or any non-essential cookies |
| Contact / Address | /contact, footer | EU jurisdictions (Impressum, EU consumer law); always recommended |
| Refund / Cancellation | /refunds, /cancellation | Any e-commerce or paid product |
Secure, HttpOnly, SameSite=Lax (or Strict).localStorage if long-lived.<title> (≤ 60 chars).<meta name="description"> (~150 chars).<link rel="canonical">.og:title, og:description, og:image, og:url, og:type).<html lang> set.<h1> per page; heading hierarchy correct.robots.txt at root with explicit rules and sitemap reference.sitemap.xml at root, all canonical URLs, lastmod dates./.well-known/security.txt (recommended).aria-describedby.prefers-reduced-motion respected.?email=...).Critical | High | Medium | Low | Pass.## Verdict: GO | CONDITIONAL (fix Critical + High) | NO-GO
## Executive summary
2–3 sentences. Most important risk first.
## Findings by layer
### Layer 1 — Legal pages
- [Critical] /privacy missing — add a route and a stub policy.
- [High] /terms missing — needed because there's a signup form at /signup.
### Layer 4 — SEO essentials
- [High] No <meta name="description"> on /pricing, /features, /blog/*.
- [Medium] Open Graph tags missing site-wide.
### Layer 7 — Accessibility
- [High] Color contrast 3.2:1 on primary CTA — needs ≥ 4.5:1.
…
## Quick wins
3–5 items the user can ship in one PR.
## Defer-with-issue
Items not blocking launch but tracked.Do:
Don't:
/legal-pages skill).~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.