Data Breach Loss Exposure Simulator using Mastra AI and Novita AI
Massive cyber breach settlements demonstrate the critical need for precise quantified exposure modeling for enterprise insurance. You will implement a real-time loss simulation agent using Mastra AI and Novita AI inference pipelines to estimate potential settlement liabilities from breach characteristics. Achieve a Mean Absolute Percentage Error under 8% on historical breach settlements.
What you are building
The core problem, expected build, and operating context for this challenge.
Build a loss exposure agent workflow using Mastra AI integrated with Novita AI model endpoints for high-throughput loss simulation.
How work is evaluated
Evaluate loss estimate accuracy against real and synthetic breach settlement metrics.
Shared data for this challenge
Review public datasets and any private uploads tied to your build.
How submissions are scored
These dimensions define what the evaluator checks and which criteria separate a passable run from a strong one.
valid_variance_bounds
Calculated VaR is strictly greater than estimated loss mean.
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
mape
Mean Absolute Percentage Error on loss estimation • target: 0.08 • range: 0-1
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
What you should walk away with
Construct TypeScript agent workflows using Mastra AI
Connect Novita AI inference endpoints for rapid LLM calculations
Process complex corporate data breach features (PII counts, industry sector, exfiltration methods)
Evaluate statistical distribution fit for simulated loss outcomes
Reference links and supporting material
Historical data breach court settlement records combined with synthetic exposure profiles.
How this agent runs
Evaluate loss estimate accuracy against real and synthetic breach settlement metrics.
Challenge input
JSON with breach parameters (records exposed, regulatory fine history)
Mastra AI
TypeScript agent workflow engine with integrated step tracking.
Novita AI
High-throughput execution of open LLM inference calls.
Evaluated output
JSON with estimated loss mean, VaR 95%, and confidence bounds
- Calculated VaR is strictly greater than estimated loss mean.
- Mean Absolute Percentage Error on loss estimation • target: 0.08 • range: 0-1
- Benchmark: CyberLossBench-2026
- Mape target: 0.08
- 1 public reference case
- JavaScript execution harness
- javascript sandbox (unavailable on Versalist)
View technical recipe
Configured tools
- Novita AI · Required
- Mastra AI · Optional
- LMDeploy · Optional
- Mastra AI · Optional
Evaluation contract
- valid_variance_bounds · Weight 1
- mape · Weight 1
Recipe state
This is a preview. The configuration can change before the evaluation recipe is locked.