{% extends "base.html" %} {% block content %}

Threat Mitigation Monitor

Recent Mitigation Jobs
{% for job in jobs %} {% if job.agent_reasoning %} {% endif %} {% else %} {% endfor %}
Job ID Threat ID Status Actions Severity Created At Control
{{ job.job_id }} {{ job.threat_id }} {{ job.status.value }} {% for action in job.request.requested_actions %} {{ action.value }} {% endfor %} {% if job.request.let_agent_decide %} agent-decided {% endif %} {{ job.request.severity.value }} {{ job.job_id.split(':')[-1] | int / 1000 | int }} {% if job.status.value == 'pending_approval' %} {% endif %} {% if job.status.value == 'completed' %} {% endif %}
Agent Reasoning:

{{ job.agent_reasoning }}

No mitigation jobs found.
{% endblock %}