{% extends "base.html" %} {% block title %}safety · Maverick{% endblock %} {% block content %}
What Agent Shield blocked — denied inputs, tool calls, and outputs, read
from the local audit log (shield_block events).
{{ total }}
| reason | count |
|---|---|
| {{ reason }} | {{ count }} |
| ts | stage | reason | score |
|---|---|---|---|
| {{ ev.ts | datetime }} | {{ ev.stage or '-' }} |
{{ ev.reason or '-' }} | {% set s = ev.score | default(none) %} {% if s is not none %}{{ "%.2f" | format(s) }}{% else %}-{% endif %} |
No shield blocks for the selected day — nothing was denied. Maverick records
these as shield_block events in
~/.maverick/audit/YYYY-MM-DD.ndjson.