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

Analyses

{{ total }} total · page {{ page_num }}/{{ total_pages }}
{% for r in items %} {% else %} {% endfor %}
Timestamp Risk Policy Findings Classification Request
{{ r.timestamp[:19] }} {{ r.risk_level }} {{ r.risk_score }} {{ r.policy_action }} {{ r.finding_count }} {{ r.classification_label }}
{% endblock %} {% block scripts %} {% endblock %}