Red Teaming Dashboards
In the main Red Teaming screen you can select an active target from the Target drop-down.
Once a target is selected, you can view the available data for that target, which is displayed in under two main tabs: Target Summary and Campaign History.

Campaign History
Available columns:
Started By: User who initiated the campaign
Executed On: Timestamp of campaign execution
Status: Current campaign status (Finished/Running/Failed)
Probes: Probe types included in the campaign
Passed: The number of passed tests
Failed: The number of failed tests
Errors: The number of errors
Attack Success Rate:
Pass Rate:
Actions: Export Report (
) / View Test Run Configuration (
)
Note: You can sort every column in the table (bar “Actions”). Filtering is available for selected columns, indicated by the filter icon.

Campaign Details View
Click on a campaign row to display the available data for that campaign.
Campaign Header

Target Information: Target name, campaign execution date and time.
Summary Metrics
Probes: Total number of probes executed
Passed: Number of successful defenses
Failed: Number of vulnerabilities found
Errors: Number of test errors
Pass Rate: Overall success percentage
Overview
Total Probes: Aggregate count of all probe tests (e.g., 38)
Pass Rate: Percentage of tests where the target successfully defended (e.g., 88.3%)
Vulnerabilities Found: Count of identified vulnerabilities (e.g., 3)
Vulnerabilities by Severity Chart: Scatter plot showing Attack Success Rate (%) on the X-axis, Risk Score on the Y-axis, Bubble size for Severity level, and Color coding (Critical (red), High (orange), Medium (yellow), Low (gray)).

Framework Compliance
Displays a per-framework compliance status for this scan. Each card lists categories with passed / failed / not-tested / coming-soon items and an Attack Success Rate.
Risk Categories
Expandable sections for each risk category:
Security & Access Control
Description: "Data protection, access control, and system security risks"
Drill-down items:
RBAC Implementation
Command Injection
SQL Injection
System Prompt Disclosure
Brand
Description: "Output reliability, accuracy, and brand reputation risks"
Drill-down items:
Excessive Agency

Vulnerability Findings
Detailed vulnerability listing with actionable information:
Columns:
Type: Vulnerability name (e.g., "SQL Injection")
Category: Risk category (e.g., "Security & Access Control")
Severity: Risk level badge (High/Medium/Low/Critical)
Risk Score: Numerical risk assessment (e.g., 7.72)
Successful Attacks: Count of successful exploit attempts (e.g., 4)
Total Tests: Total number of tests executed (e.g., 10)
Attack Success Rate: Percentage of successful attacks (e.g., 40.0%)

Actions:
Click a row to open the finding side-panel, containing detailed attack conversations and test results.
You can suppress a finding by clicking the suppress icon on the right.

Provide a suppression reason and click Suppress to confirm.

Note: Suppressed findings are removed from statistics and summary reports. Suppressions also affect the Attack Success Rate in the Framework Compliance section.
Target Summary
The main dashboard provides comprehensive visibility into your target's security posture.
Overview
Overall Score
Last scanned: Timestamp of most recent campaign (e.g., "3 hours ago")
Test runs: Total number of completed test campaigns
Probe types tested: Number of unique probe types executed
Probe Success Rate: Percentage of probes that successfully exploited vulnerabilities
Vulnarbilities Found: Number of vulnerabilities detected during test runs
Top vulnerable: Most vulnerable risk category identified (e.g., "Security & Access Control")
The Overall Score box also contains a bar representation of:High: Count and percentage of high-severity vulnerabilities
Medium: Count and percentage of medium-severity vulnerabilities
Passed: Count and percentage of tests that passed (no vulnerability)
Errors: Count and percentage of tests that produced errors

Category Score
Security & Access Control: Progress bar showing pass/fail ratio, Overall percentage score
Brand: Progress bar showing pass/fail ratio, Overall percentage score
Additional categories displayed as configured.
Recent Adversary Campaigns

Table showing recent test runs:
Columns
Started By: Campaign initiator
Executed On: Execution timestamp
Status: Campaign status with visual indicator
Probes: Probe type badges
Result: Pass/fail/error counts with color coding
Progress: Visual progress bar showing completion percentage
Actions:

Export Report

Provides the following options:
Summary Report
PDF (Overview with charts)
CSV (Vulnerability Data)
Detailed Report
PDF (Full conversation logs)
CSV (All test results)
View Test Run Configuration
Edit Test Run Configuration
Re-Execute Adversary Simulation
More actions (Copy Job ID)
Compliance
Displays the compliance posture across industry frameworks (NIST AI RMF, OWASP LLM Top 10, MITRE ATLAS, etc.). The data are aggregated from all the campaigns listed in the Recent Adversary Campaigns section above.

Compliance settings
Click the Settings button at the top right to configure the minimal severity. All tests in lower severities will be considered as passed.

Risk Posture
Displays a per-probe pass/fail/error breakdown by category and vulnerability findings aggregated from all campaigns listed in the Recent Adversary Campaigns section above.
Probe Results by Category
Displays a per-probe pass/fail/error breakdown grouped by category, aggregated across all campaigns listed in the Recent Adversary Campaigns section.

Vulnerability Findings

Attack Conversation Details
When drilling down into a specific vulnerability, you can view:
Test Execution Details
Passed Tests Tab: Shows all tests where the target successfully defended. Each test displays status, type label, prompt, model output/response, and reason for success.
Failed Tests Tab: Shows all tests where vulnerabilities were exploited. Each test displays status, type label, attack prompt, vulnerable model output, explanation, and reason for failure with technical details.

Failed Test Example
Understanding Probe Execution
How Probes Work
Probe Selection: Each probe type tests for a specific vulnerability class.
Strategy Application: Selected strategies transform the base probe prompts.
Test Execution: Modified prompts are sent to the target system.
Response Analysis: Target responses are evaluated against security criteria.
Scoring: Results are aggregated into risk scores and pass/fail metrics.
Probe Success vs. Failure
Passed Test: Target successfully defended against the attack.
Failed Test: Target exhibited vulnerable behavior.
Error: Test execution encountered technical issues.
Risk Scoring
Risk scores are calculated based on:
Severity of the vulnerability type
Attack success rate
Potential impact on the system
Number of successful exploits