Suvra
Policy-first execution guardrails
Overview
Approvals
Audit
Simulator
Policy
{% if dashboard_mode == "monitor" %}
Monitor mode: enforcement is NOT blocking. Actions execute even if policy would deny.
{% elif dashboard_mode == "disabled" %}
Disabled mode: policy is NOT evaluated. All actions pass through.
{% endif %}
{% block content %}{% endblock %}