Red Team Results

{% if probe_result %}
{% if probe_result.success %}Completed{% else %}Failed{% endif %}
{% if probe_result.posture_state %}

Posture: {{ probe_result.posture_state }} {% if probe_result.metadata.total_probes %} — {{ probe_result.metadata.blocked_count }}/{{ probe_result.metadata.total_probes }} blocked{% endif %}

{% endif %} {% if probe_result.probes %}
{% for probe in probe_result.probes %}
{{ probe.category }} {% if probe.blocked %}Blocked{% else %}Bypassed{% endif %}
{{ probe.description|truncatechars:100 }}
{% endfor %}
{% endif %} {% else %}

No probe results available.

{% endif %}