Date: ${created_at.strftime('%Y-%m-%d')}
This report presents a high-level summary of the AI guardrail assessment. It consolidates the results of all adversarial probes run across every security tool, showing overall pass/fail metrics and a per-tool breakdown. Use the tool links in the Group by Tool section to navigate to the full detail report for each tool.
| Tool | Total Probes | Total Bypassed | Total Errors | Success Rate | Avg Duration |
|---|---|---|---|---|---|
| ${auditor | h} | ${result.total_probes} | ${result.total_bypassed} | ${result.total_errors} | ${"%.2f" % result.success_rate}% | ${"%.3f" % result.average_duration}s |