{% extends "base.html" %} {% block title %}approvals · Maverick{% endblock %} {% block content %}
High-risk actions an agent has parked for your decision. Populated
when a goal runs with MAVERICK_CONSENT_MODE=dashboard:
the agent waits here until you approve or deny.
| action | risk | scope | detail | decision |
|---|---|---|---|---|
{{ a.action }} |
{{ a.risk }} | {{ a.scope or '—' }} | {{ a.detail or '' }} |
No pending approvals.
{% endif %}