EU AI Act Annex IV Evidence Pack

{{ system_name }} v{{ system_version }} Generated: {{ generated_at }}

Risk Score
{{ annex_iv_sections['1_risk_management'].risk_score }}/100
Risk Label
{{ annex_iv_sections['1_risk_management'].risk_label }}
Total Tools
{{ annex_iv_sections['1_risk_management'].tool_count }}
Ungated Tools
{{ annex_iv_sections['1_risk_management'].ungated_tools }}
Critical Ungated
{{ annex_iv_sections['1_risk_management'].critical_ungated }}
OWASP Coverage
{{ owasp_agentic_coverage.coverage_percent }}%
{% for section_key, section in annex_iv_sections.items() %}

{{ section_key.split('_', 1)[1].replace('_', ' ').title() }}

{{ section.description }}

{% if section.components %} {% endif %} {% if section.recorded_fields %} {% for field in section.recorded_fields %} {% endfor %}
Field
{{ field }}
{% endif %} {% if section.measures %} {% endif %} {% if section.mitigations %} {% endif %} {% if section.verification_command %}

Verification: {{ section.verification_command }}

{% endif %} {% endfor %}

OWASP Agentic Top 10 Coverage

Metric Value
Total Risks{{ owasp_agentic_coverage.total }}
Covered{{ owasp_agentic_coverage.covered }}
Not Covered{{ owasp_agentic_coverage.not_covered }}
Full Coverage{{ owasp_agentic_coverage.full }}
Partial Coverage{{ owasp_agentic_coverage.partial }}
Planned{{ owasp_agentic_coverage.planned }}
Not Applicable{{ owasp_agentic_coverage.not_applicable }}
Coverage %{{ owasp_agentic_coverage.coverage_percent }}%