Score = percentage of analyses without findings mapped to each framework.
Empty database → 100% for all frameworks. No original prompts are shown.
{% for name in ['GDPR', 'SOC2', 'PCI_DSS', 'ISO27001'] %}
{% set fw = compliance.get(name) %}
{% if not fw and name == 'PCI_DSS' %}{% set fw = compliance.get('PCI-DSS') %}{% endif %}
{% if fw %}