Frequently asked questions about website security
What does the website security test check?
The test reads the six security headers your server sends along and what is in them, checks whether http is redirected to https, how long your TLS certificate is still valid, whether your domain registration is expiring, and whether the two files that are most often left open by accident are publicly reachable.
Is this a penetration test?
No. The check is passive and only uses information the website sends back publicly: the same response the browser of every visitor already gets. No forms, accounts or security vulnerabilities are actively attacked.
What does the letter next to my score mean?
The letter runs from F to A+ and counts how many of the six security headers are present. It is deliberately built on exactly those six, so you can put our letter next to that of any other header checker. The score from 0 to 100 covers the whole picture: also your certificate, your redirect, your cookies and exposed files.
Why do I get a warning for a header that is actually present?
Because present is not the same as fine. A Content-Security-Policy that allows ’unsafe-inline’ blocks nothing in practice, and an HSTS of one week has expired before your visitor comes back. That is why we read the value, not just the name. One weak header keeps your letter from going higher than A.
Why do you look at my certificate and my domain name?
Those are the two ways a working website breaks on its own, without anyone changing anything. An expired certificate does not make your site slower, it replaces it with a warning. That is why this point weighs more heavily than any header, and why it also runs in the regular check.
Does a good score mean my website is completely secure?
No. The result is a technical check of visible signals in what your server sends back. It says nothing about your code, your passwords, your back-ups or your hosting, and does not replace a code audit, penetration test or ongoing monitoring.
Is your question not listed? Ask it directly