Website Scanned: {{ scanned_url }}
Scan Timestamp: {{ results.timestamp }}
Execution Time: {{ results.execution_time_seconds }} seconds
Compliance Level: {{ compliance_level }}
Weighted Score: {{ compliance_percentage }}%
Category | Score |
---|---|
{{ key.replace('_', ' ').capitalize() }} | {{ score }} |
No detailed compliance breakdown available.
{% endif %}Protocol: {{ ssl.get('protocol', 'N/A') }}
Status: {% if ssl.get('is_secure') %} Secure {% else %} Insecure {% endif %}
{% if ssl.get('recommendation') %}Recommendation: {{ ssl.get('recommendation') }}
{% endif %}Privacy Policy Found: {% if privacy.get('found') %} Yes {% else %} No {% endif %}
{% if privacy.get('found') %}Confidence Score: {{ privacy.get('confidence_score', 'N/A') }}
{% if privacy.get('link') %}Policy Link: {{ privacy.get('link') }}
{% endif %} {% if privacy.get('text') %}Policy Summary (First 500 characters): {{ privacy.get('text')[:500] ~ ('...' if privacy.get('text')|length > 500 else '') }}
{% endif %} {% endif %} {% if privacy.get('recommendation') %}Recommendation: {{ privacy.get('recommendation') }}
{% endif %} {% if privacy.get('uk_gdpr') %}UK GDPR Compliance: {% if privacy.get('uk_gdpr').get('compliant') %} Compliant {% else %} Not Compliant {% endif %}
{% if privacy.get('uk_gdpr').get('recommendation') %}UK GDPR Recommendation: {{ privacy.get('uk_gdpr').get('recommendation') }}
{% endif %} {% endif %}Consent Banner Detected: {% if cookie.get('consent_banner_detected') %} Yes {% else %} No {% endif %}
{% set cd = results.get('cookie_details', {}) %} {% if cd.get('total_cookie_count') %}Total Cookies Found: {{ cd.get('total_cookie_count') }}
Compliance Ratio: {{ cd.get('compliance_ratio') }}%
{% if cd.get('cookie_categories') %}Category | Count |
---|---|
{{ category }} | {{ cookies|length }} |
Name | Domain | Secure | HttpOnly | Expiry |
---|---|---|---|---|
{{ cookie.get("name", "N/A") }} | {{ cookie.get("domain", "N/A") }} | {{ "Yes" if cookie.get("secure") else "No" }} | {{ "Yes" if cookie.get("httpOnly") else "No" }} | {% if cookie.get("expires") %} {{ cookie.get("expires") }} {% else %} Session {% endif %} |
No cookies were analyzed.
{% endif %}DPO Information Found: {% if dpo.get('dpo_keywords_found') %} Yes {% else %} No {% endif %}
{% if dpo.get('contact_methods') %} {% set cm = dpo.get('contact_methods') %}Emails: {{ cm.get('emails')|join(', ') if cm.get('emails') else 'N/A' }}
Phone Numbers: {{ cm.get('phones')|join(', ') if cm.get('phones') else 'N/A' }}
Contact Forms: {{ cm.get('forms')|join(', ') if cm.get('forms') else 'N/A' }}
{% endif %} {% if dpo.get('recommendation') %}Recommendation: {{ dpo.get('recommendation') }}
{% endif %}User Rights Section Found: {% if rights.get('found') %} Yes {% else %} No {% endif %}
{% if rights.get('rights') %}Right | Status |
---|---|
{{ key.replace('_', ' ').capitalize() }} | {% if status %}Yes{% else %}No{% endif %} |
Recommendation: {{ rights.get('recommendation') }}
{% endif %}Breach Notification Found: {% if breach.get('found') %} Yes {% else %} No {% endif %}
{% if breach.get('semantic_score') %}Semantic Score: {{ breach.get('semantic_score') }}
{% endif %} {% if breach.get('keywords_found') %}Keywords Found: {{ breach.get('keywords_found')|join(', ') }}
{% endif %} {% if breach.get('recommendation') %}Recommendation: {{ breach.get('recommendation') }}
{% endif %}No recommendations available.
{% endif %}