{% extends "base.html" %} {% block title %}Overview · PromptShield{% endblock %} {% block content %}

Security Overview

Updated just now
{{ summary.today.total_analyses }}
{{ summary.today.blocked }}
{{ summary.today.secrets_detected }}
{{ summary.today.average_risk_score }}

Risk distribution (30d)

Top detectors (30d)

Trend

Recent analyses

{% for r in recent %} {% else %} {% endfor %}
TimeRiskPolicyFindingsClass
{{ r.timestamp[:19] }} {{ r.risk_level }} {{ r.risk_score }} {{ r.policy_action }} {{ r.finding_count }} {{ r.classification_label or '—' }}

Audit timeline

    {% for e in events %}
  • {{ e.event_type }} {{ e.timestamp[:19] }}
  • {% else %} {% endfor %}
{% endblock %} {% block scripts %} {% endblock %}