Generating the dashboard
What it shows
The dashboard has a dark theme and includes these sections:Stats cards
At the top, you’ll see summary cards:- Total Runs - how many attack prompts were tested
- Bypassed - safety failures (red)
- Blocked - successful defenses (green)
- Other - partial, unclear results (yellow)
- Models - distinct models tested
- Attacks - distinct attack techniques used
Results table
A full table of every run with sortable columns:| Column | Description |
|---|---|
| # | Run ID |
| Model | Which model was tested |
| Attack | Attack technique name |
| Verdict | BYPASSED / BLOCKED / PARTIAL / UNCLEAR |
| Confidence | Evaluator confidence score (0.00 - 1.00) |
| Tokens | Input / output token counts |
MLCommons AILuminate alignment
A mapping table showing how ai-blackteam’s harm categories align to the MLCommons AILuminate v1.0 hazard taxonomy. This helps contextualize findings against the industry safety benchmark.Tips
Share it as an artifact. The HTML file is completely standalone. Attach it to a Jira ticket, upload it to Confluence, or include it as a CI artifact. Combine with CI. Generate the HTML report in your CI pipeline and upload it as a GitHub Actions artifact:ai-blackteam report --format json for the full dataset.