← Back to site This is an example report — not a real client's site.
Sample report · illustrative example only

Website Security & Privacy Audit

Prepared for: Example Business Ltd · example-business.com

62/100
Security score
Report date [sample] Pages scanned Home, checkout, contact Findings 1 high · 3 medium · 2 low Turnaround 24–48 hours

Executive summary

Your website is broadly functional but is missing several standard protections that attackers routinely look for. The most urgent issue is the lack of a Content Security Policy, which leaves visitors exposed to injected scripts. None of the fixes below require rebuilding your site — they're configuration changes your developer can apply quickly. Addressing the high and medium items would lift your score from 62 to an estimated 90+.

Findings

High

No Content Security Policy (CSP)

Your site doesn't tell browsers which scripts are allowed to run. If an attacker manages to inject code, it will execute and can quietly steal customer data.

Fix: add a Content-Security-Policy response header restricting scripts to trusted sources.
Medium

Third-party scripts aren't verified (no SRI)

External scripts load without an integrity check. If one of those providers is compromised, your site would load the tampered version.

Fix: add Subresource Integrity (integrity="...") hashes to third-party <script> tags.
Medium

Weak HTTPS enforcement (HSTS)

Visitors can be downgraded to an insecure connection, exposing logins and payment details on untrusted networks.

Fix: send a Strict-Transport-Security header with a long max-age.
Medium

Missing Referrer-Policy

Your pages may leak private URLs and customer information to other sites your visitors click through to.

Fix: set Referrer-Policy: strict-origin-when-cross-origin.
Low

Cookie without SameSite attribute

A cookie is set without a SameSite flag, slightly increasing cross-site request risk.

Fix: set SameSite=Lax (or Strict) on cookies.

Privacy & GDPR / CCPA check

Analytics loads before any consent is captured, and the site has no linked privacy policy. If you have visitors in the UK/EU or California, both are common compliance gaps. We recommend adding a privacy policy and a consent step before non-essential tracking loads.

Developer fix checklist

This is an illustrative sample using a fictional business to show the format and depth of a Sleak Check Audit. A real report reflects your own website's actual configuration. The audit is an external, point-in-time assessment and does not guarantee your site cannot be compromised.