{# Reconnaissance section — collapsible
with the target metadata, adapter info, and ASI radar chart inline. Notion-style toggle. #}
Reconnaissance {{ asi_covered }}/10 ASI covered

Before the swarm began probing, the recon agent fingerprinted the target adapter, tier policy, and probe library. The numbers below define the surface the scan exercised.

Target
{{ target_ref }}
Adapter
{{ adapter_label }}
Tier
{{ tier_label }}
Commander
{{ commander_model }}
Attacker
{{ attacker_model }}
Evaluator
{{ evaluator_model }}
ASI breakdown {{ asi_rows | length }} categories

Higher is stronger. Scores below 70 indicate the agent handled fewer than 70 % of probes in that category safely. The radar gives a per-category shape; the list below drills into each one.

{% include "dashboard/narrative/_radar_subscores.html" %}
    {% for row in asi_rows %}
  1. {{ row.code }} {{ row.name }} {% if row.is_pending %}—{% else %}{{ row.score_label }}{% endif %} {% set _row_findings = (row.findings.critical | default(0)) + (row.findings.high | default(0)) + (row.findings.medium | default(0)) + (row.findings.low | default(0)) %} {{ _row_findings }} finding{% if _row_findings != 1 %}s{% endif %}
  2. {% endfor %}