Cyber Defense Threat Analyzer using Google ADK and VESSL AI
Sophisticated AI-driven cyber attacks against enterprise infrastructure demand rapid threat intelligence parsing and risk mitigation strategies. Build an automated cyber risk monitoring pipeline using Google ADK deployed on VESSL AI to classify vector severity and recommend defensive controls. Achieve an F1-score of 0.88 on adversarial benchmark logs.
What you are building
The core problem, expected build, and operating context for this challenge.
Build an end-to-end cyber threat assessment pipeline using Google Agent Development Kit (ADK) deployed on VESSL AI infrastructure.
How work is evaluated
Evaluates cyber incident severity classification accuracy and attack vector identification.
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_severity_level
Severity must be CRITICAL, HIGH, MEDIUM, or LOW.
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
f1_score
F1-Score on attack technique classification • target: 0.88 • range: 0.5-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
Develop Google ADK multimodal agents using Gemini models
Deploy agent workers on VESSL AI cluster orchestration
Parse threat intelligence logs and adversarial LLM exploit traces
Achieve F1-score >= 0.88 on cyber attack severity classification
Reference links and supporting material
Dataset of 1,200 raw cyber attack event logs and AI-assisted malware execution traces.
How this agent runs
Evaluates cyber incident severity classification accuracy and attack vector identification.
Challenge input
JSON containing log_raw_text, system_id, and anomaly_flags
Google ADK
Provides native Gemini integration and multimodal log parsing tools.
VESSL AI
Manages scalable cloud execution for agent workloads and inference workers.
Evaluated output
JSON with threat_category (string), mitre_technique (string), severity (CRITICAL|HIGH|MEDIUM|LOW), and f1_score_flag (boolean)
- Severity must be CRITICAL, HIGH, MEDIUM, or LOW.
- F1-Score on attack technique classification • target: 0.88 • range: 0.5-1
- Benchmark: CyberThreatBench-2026
- F1 Score target: 0.88
- 1 public reference case
- Python execution harness
- Python sandbox (unavailable on Versalist)
View technical recipe
Configured tools
- Google · Required
- VESSL AI · Optional
- Google ADK · Optional
Evaluation contract
- valid_severity_level · Weight 1
- f1_score · Weight 1
Recipe state
This is a preview. The configuration can change before the evaluation recipe is locked.