{# T27.1: CSRF token for the rerun + feedback POSTs. Empty when the #} {# report is rendered for an anonymous viewer (no dashboard cookie). #} {# Bearer-auth callers (CLI report-cache export) ignore this meta. #} {# T52: csrf meta is stripped entirely in download_mode (the token is #} {# stale once the file is saved; including it would just confuse #} {# whoever opens the offline copy). #} {% if not download_mode %} {% endif %}
{{ tagged_anti_bot | length }} anti-bot finding{{ '' if (tagged_anti_bot | length) == 1 else 's' }} captured. Cards are ordered by severity tier descending.
{% for entry in tagged_anti_bot %} {% set finding = entry.finding %} {% set is_primary = entry.is_primary %} {% include 'partials/detection_card.html' %} {% endfor %} {% else %}No anti-bot protection detected on this site.