AI Arena: Controlled Defensive Benchmarking

Metrics-only publication from a contained adversarial laboratory. No exploit instructions, no payload disclosure, no attack playbooks.

AI Arena AI Arena Security Intel Security Intel Blockchain Brief Blockchain Brief QGEM SecSuite QGEM SecSuite Golden Dome Golden Dome Venus Flytrap Venus Flytrap

Status: {{ arena_status }} Last update: {{ last_update }} {% if full_access %} Full Access Active {% else %} Teaser Mode {% endif %}

Live Box Score

Events (24h)
{{ arena_score.get('event_count', 0) }}
Latency p95 (ms)
{{ (arena_score.get('detection_latency_ms') or {}).get('p95', 0) }}
Containment Rate
{{ (arena_score.get('containment') or {}).get('containment_rate', 0) }}
Active Teams
{{ (arena_score.get('team_counts') or {})|length }}
{% if arena_error %}

Arena API fallback: {{ arena_error }}

{% endif %}

Containment Trend

Latency p95 Trend

By Attack Class

{% set attack_counts = arena_score.get('attack_class_counts') or {} %} {% for key, value in attack_counts.items() %} {% endfor %} {% if not attack_counts %} {% endif %}
Attack ClassCount
{{ key }}{{ value }}
No data

By Outcome

{% set outcome_counts = arena_score.get('outcome_counts') or {} %} {% for key, value in outcome_counts.items() %} {% endfor %} {% if not outcome_counts %} {% endif %}
OutcomeCount
{{ key }}{{ value }}
No data

Detailed Team Dashboard

{% if full_access %}

Email: {{ entitlement.get('email') }} · Active entitlements: {{ entitlement.get('active_count') }}

{% set team_summary = arena_score.get('per_team_summary') or {} %} {% for team, row in team_summary.items() %} {% endfor %} {% if not team_summary %} {% endif %}
Team Events Containment Rate Latency p95 Most Common Attack Class
{{ team }} {{ row.get('events', 0) }} {{ row.get('containment_rate', 0) }} {{ row.get('p95_latency', 0) }} {{ row.get('most_common_attack_class', 'none') }}
No team summary available
{% else %}

Teaser mode active. Full per-team drilldown is entitlement-gated.

Validate access locally by appending ?email=you@example.com after your Stripe entitlement is active.

{% endif %}

Unlock AI Arena Access

Payments use the canonical Stripe registry. Bundle logic remains separate (two entitlements).

Telemetry Taxonomy

attack_class: auth egress privilege data_access runtime
defense_control: rate_limit auth_lockout egress_block policy_deny sandbox_contain
outcomes: detected contained escaped