Most “site graders” hide a black-box score. The Website Health Check on sky-ai.my is different on purpose: we run live probes, explain evidence in plain English, and rank issues by real-world impact — not by whether your stack matches someone else’s marketing checklist.
We built the check for three audiences that usually talk past each other: developers who need evidence, small-business owners who need priorities, and agencies who need a shareable handoff. That means:
Findings are grouped into three practical buckets:
Context matters. A static brochure site with no outbound mail is not graded the same way as a store that sends order receipts. The report text calls out when a gap is catastrophic versus optional hardening — read the explanation, not only the color.
TLS / SSL — We complete a handshake to the hostname on 443 and inspect the presented leaf certificate (validity window, name coverage, issuer, protocol). We care about what browsers will see on that name, including common apex vs www mismatches. Details: SSL Checker.
DNS — We query public DNS for the records that make a site and its mail reachable. Inconsistencies and missing essentials surface here; deep record browsing lives in DNS Lookup and DNS Propagation.
Email authentication — MX resolvability plus SPF (and related TXT signals) so “site moved, mail died” is visible in the same report as HTTPS. Deeper rollouts: MX Validator and SPF, DKIM & DMARC.
Security headers — Response headers that reduce clickjacking, mixed content fallout, and XSS blast radius (HSTS, CSP, frame options, and related). Absence is often a warning or info depending on platform constraints — many managed hosts set these at the edge. Use Security Headers / Header Inspector for raw evidence.
Crawl / ads signals — robots.txt (and ads.txt when relevant) so you do not accidentally block indexing or leave publisher files inconsistent after a redesign.
Performance snapshot — Time-to-first-byte and related timing from our vantage point. It is a signal, not a lab Lighthouse substitute from every city.
Full check extras — Path and common-port visibility from our infrastructure when you need to know whether a firewall change left SSH or a database port exposed. Authorization still applies — only test systems you own or may assess.
Fix priority items first, re-run after DNS TTL, then schedule warnings. Share the priority list with contractors as the acceptance criteria for a migration. For section-by-section reading tips, continue with How to Read a Website Health Report. For launch timing, use Pre-Launch Audit.
Run a Website Health Check