SSL & Security
Web Security Scorecard
Grade a site's security posture
Tool features
Weighted A–F grade
CSP graded on quality
Certificate and TLS
Cookie audit
Mixed content scan
Third-party script audit
Scan any page, not just the home page
Paste-ready server config
Severity-ranked fixes
What the scorecard grades
A browser defends a site using whatever the server tells it to enforce: the certificate that proves who you are, the policy headers that constrain what the page may load and run, and the cookie attributes that decide who can read a session. Each is checked separately by its own tool. This one grades them together, because an attacker does not pick a category — they use whichever is weakest.
Every check is scored on quality rather than presence. A Content-Security-Policy containing 'unsafe-inline' does not score like a strict one, a max-age of five minutes does not score like a year, and a cookie without Secure fails outright. Checks are weighted, so a certificate that cannot be trusted moves the grade far more than a missing Permissions-Policy.
How to use this tool
example.com, or a full URL such as example.com/login to grade one page. Cookies usually only appear on a login page.