Total Findings
{{ total_findings }}
across all hosts
High Risk
{{ stats.high_findings or 0 }}
immediate attention
Medium Risk
{{ stats.medium_findings or 0 }}
investigate soon
Low Risk
{{ stats.low_findings or 0 }}
monitor & review
Recent Findings
{% if findings %}
{% for finding in findings %}
{{ finding.title }}
{{ finding.risk|upper }}
{{ finding.hostname }} • {{ finding.category }}
{{ finding.description[:200] }}{% if finding.description|length > 200 %}...{% endif %}
{{ finding.timestamp }}
{% endfor %}
{% else %}
No findings yet
Upload your first LOT-Squatch report to get started
{% endif %}