{% extends "base.html" %} {% block title %}Overview · PromptShield{% endblock %} {% block content %}
| Time | Risk | Policy | Findings | Class |
|---|---|---|---|---|
| {{ r.timestamp[:19] }} | {{ r.risk_level }} {{ r.risk_score }} | {{ r.policy_action }} | {{ r.finding_count }} | {{ r.classification_label or '—' }} |
| No analyses yet. Run the API against some prompts. | ||||