site-preflight — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited site-preflight (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.
A mechanical, pass/fail QA sweep of a live site before anyone important sees it. This skill checks function, not content — it has no opinions about design quality or storytelling (that's portfolio-critique / portfolio-edit-pass). Its job is making sure nothing embarrassing and avoidable happens: the broken deep link, the blank OG preview in a recruiter's Slack, the lorem ipsum in the footer.
Run scripts/preflight.py <url> (Python 3, stdlib only — no installs needed). It crawls every same-domain page reachable from the start URL, checks every internal and external link, and extracts meta/OG data and asset weights per page. If the script can't run in the current environment, replicate its checks manually with fetches.
Links & navigation
Link-share preview (how the URL unfurls in Slack/iMessage/LinkedIn when a recruiter shares it)
og:title, og:description, og:image present on every page, and the values actually describe the person/work — FAIL on framework defaults ("Vite + React"), empty strings, or localhost image URLs.<title> and meta description set per page; favicon present and loading.Content hygiene
Weight & speed
Mobile
Accessibility basics (not a full audit — the embarrassment-prevention tier)
h1; heading levels don't skip wildly; links have discernible text (no bare "click here" or icon-only links without labels); html lang attribute set; obvious contrast disasters flagged.Console & errors
Deliver preflight-report.md:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.