Example PDF Report
This is a preview of the 12-page executive fix report generated for example-saas.com
Compliance Audit
example-saas.com
Generated On
October 24, 2026
Risk Profile
High Risk
Executive Summary
example-saas.comRegulatory Assessment
This site has critical privacy compliance failures that may expose the business to regulatory penalties. Immediate remediation is strongly recommended to securely process user data and maintain B2B trust.
Liability Context
Legal Exposure Warning
Pre-consent tracking architecture directly violates GDPR (Art. 5 & 7) and CPRA guidelines, creating immediate regulatory exposure. Raw Personal Identifiable Information (PII) was detected in client-side storage or network requests, exposing the organization to severe data breach liabilities and strict disclosure laws.
Audit Breakdown
Remediation Action Plan
example-saas.comUnencrypted PII in DataLayer
Regulatory Impact: Violates immediate GDPR strict disclosure laws and enables mass data profiling.
Required Fix Steps
- Audit Google Tag Manager implementations.
- Hash all user identifier properties before attaching to `window.dataLayer`.
Code Implementation
window.dataLayer.push({
event: 'purchase',
user_id: hash(user.email) // REQUIRED FIX
});Missing Terms of Service
Regulatory Impact: Without Terms of Service, your legal protections and liability limitations are undefined.
Free during early access