{% extends "base.html" %} {% block title %}Threat Dashboard — SentinelAI{% endblock %} {% block meta_description %}Review privacy-safe phishing and scam scan results by risk level, score, and explanation.{% endblock %} {% block content %}
Dashboard

Threat scan history

Monitor risk levels, review explanations, and identify items that need human verification.

Total scans{{ total_scans }}
Average risk{{ avg_score }}/100
High-risk items{{ high_risk_count }}
{% if scans %}
{% for scan in scans %} {% endfor %}
Risk Type Preview Verdict Created
{{ scan.risk_score }}/100 {{ scan.get_scan_type_display }} {{ scan.target_preview }} {{ scan.verdict }} {{ scan.created_at|date:"M j, Y H:i" }} Review
{% else %}

No detections yet

Use the scanner to create your first privacy-safe result.

Run first scan
{% endif %}
{% endblock %}