Generated: {{ timestamp }}
| Test Suite | Accuracy | Precision | Recall | F1 Score | Status |
|---|---|---|---|---|---|
| {{ result.test_name }} | {{ "%.1f" | format(result.accuracy * 100) }}% | {{ "%.1f" | format(result.precision * 100) }}% | {{ "%.1f" | format(result.recall * 100) }}% | {{ "%.1f" | format(result.f1_score * 100) }}% | {% if result.accuracy > 0.8 %} ✓ Pass {% else %} ✗ Fail {% endif %} |
{{ vuln.details }}
{% if vuln.missed_detections %} Missed detections: {{ vuln.missed_detections }} {% endif %}{{ strength.details }}
{% if strength.accuracy %} Accuracy: {{ "%.1f" | format(strength.accuracy * 100) }}% {% endif %}