discovery-sweep
scope {{ scope_hash[:12] }}
queue: {{ totals.queue }}
questions: {{ totals.questions }}
rejected: {{ totals.rejected }}
{% if metadata %}
{% if metadata.spent_usd is defined %}
spend ${{ "%.4f"|format(metadata.spent_usd|float) }}
{% endif %}
{% if metadata.duration_ms is defined %}
duration {{ metadata.duration_ms }}ms
{% endif %}
{% if metadata.failures %}
{{ metadata.failures|length }} source failure(s)
{% endif %}
{% endif %}
{{ blurb }}
{% if rows %}{{ row.description }}
{% endif %} {% if row.extra %}
{{ row.extra.label }}: {{ row.extra.value }}
{% if row.extra.follow_up %}
— {{ row.extra.follow_up }}
{% endif %}
{{ row.evidence }}
No findings in this bucket.
{% endif %}