{# ASI breakdown — 10 rows: Code, Category w/ subtitle, score bar, AIVSS, Weight, Findings chips, Status pill. #}
Per category

Owasp ASI 01 through 10.

The ten categories of the OWASP Top 10 for Agentic Applications 2026. Score is computed from per-probe pass rates weighted by severity.

{% for row in asi_rows %} {% endfor %}
Code Category Score Aivss Weight Findings Status
{{ row.code }} {{ row.name }} {{ row.subtitle }} {% if row.is_pending %}—{% else %}{{ row.score_label }}{% endif %} × {{ row.weight_label }} {% if row.findings.critical %}{{ row.findings.critical }}{% else %}—{% endif %} {% if row.findings.high %}{{ row.findings.high }}{% else %}—{% endif %} {% if row.findings.medium %}{{ row.findings.medium }}{% else %}—{% endif %} {{ row.status_label }}