🛡️ AI Guardrail Assessment — Summary

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.

Overall Result

${overall_results.total_probes} Total Probes
${overall_results.total_bypassed} Total Bypassed
${overall_results.total_errors} Total Errors
${"%.2f" % overall_results.success_rate}% Success Rate
${"%.3f" % overall_results.average_duration}s Avg Duration

Group by Tool

% for auditor, result in auditor_results.items(): % endfor
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