Quarterly Security Summary
{{ quarter_label }}
{{ generated_at }}
{{ classification | default('INTERNAL') }}
1. Quarter Overview
{{ tests_this_quarter }}
Tests Executed
{{ org_score.overall | default(0) }}%
Org Score
{{ detection_rate }}%
Detection Rate
2. Coverage Trend
Date
Validated
Total Techniques
Org Score
{% for row in trend_rows %}
{{ row.date }}
{{ row.validated_count }}
{{ row.total_techniques }}
{{ row.organization_score }}%
{% endfor %}
3. Top Gaps
{% for gap in top_gaps %}
{{ gap.tactic }}
: {{ gap.coverage_pct }}% coverage
{% endfor %}