Audit GDPR/CCPA cookie consent banners, privacy policy detection, telemetry trackers, and third-party script disclosures.
Verifies that non-essential marketing and analytics cookies are blocked prior to user consent, checks privacy policy links in footer, and catalogs all third-party tracker domains.
Canonical test payload dispatched during security surface audits.
Google Analytics / Meta Pixel executed before cookie banner consentWatch the probe engine test this signature in an isolated sandbox.
Prior-Consent Cookie Script Loading
<Script src="https://www.googletagmanager.com/gtag/js" strategy="afterInteractive" />
{consentGranted && (
<Script src="https://www.googletagmanager.com/gtag/js" strategy="afterInteractive" />
)}Do not load tracking scripts until the visitor explicitly gives opt-in consent via your cookie management banner.
Copy and paste into your editor to refactor this issue automatically.
Test your public domain specifically for Regulatory & Privacy Compliance Scanner.
Checks commonly evaluated alongside Regulatory & Privacy Compliance Scanner during surface discovery.
Verify anti-CSRF tokens, SameSite cookie policies, and origin validation on sensitive state-changing routes.
Detect sensitive tokens, passwords, or PII stored in unencrypted localStorage or sessionStorage.
Detect web cache poisoning, password reset link poisoning, and server-side routing hijack via spoofed Host headers.
Audit your site across all 41 vectors automatically on every deploy.