XUI Auditor — Scan Report

Panel: {{ panel_name }} | Scan #{{ scan.id }} | {{ scan.started_at.strftime('%Y-%m-%d %H:%M:%S') if scan.started_at else 'N/A' }} | {{ scan.total_checks }} checks executed
{{ summary.total }}
Total Issues
{{ summary.by_severity.get('critical', 0) }}
Critical
{{ summary.by_severity.get('high', 0) }}
High
{{ summary.by_severity.get('medium', 0) }}
Medium
{{ summary.by_severity.get('low', 0) }}
Low

Issues ({{ issues|length }})

{% if issues %} {% for issue in issues %} {% endfor %}
ID Severity Category Title Fixable
{{ issue.check_id }} {{ issue.severity_val }} {{ issue.category_val }} {{ issue.title }}
{{ issue.description }}
{% if edition == 'full' %} {% if issue.fixable %}Yes{% else %}{% endif %} {% else %} Full {% endif %}
{% else %}

No issues found. The panel looks secure!

{% endif %}