CyberBioBench-100
A synthetic, evidence-grounded defensive cybersecurity benchmark with 100 tasks:
- 91 general cybersecurity tasks across 13 domains
- exactly 9 bioinformatics-security tasks
- 70 train, 15 validation, and 15 test tasks
- four evidence statements per task
- gold severity, findings, evidence IDs, remediation, and critical-error guidance
The benchmark contains no exploit payloads, malware code, wet-lab procedures, or instructions for unauthorized access.
Filters
Filtered from https://huggingface.co/datasets/sunblaze-ucb/cybergym
Files
CyberBioBench-100/
βββ README.md
βββ LICENSE.txt
βββ schema.json
βββ dataset_summary.json
βββ data/
β βββ train.jsonl
β βββ validation.jsonl
β βββ test.jsonl
β βββ all_with_gold.jsonl
βββ evaluator/
βββ evaluate.py
βββ sample_predictions.jsonl
βββ test_gold.jsonl
Train and validation include gold annotations. Test omits them. Keep evaluator/test_gold.jsonl private for a public leaderboard.
Required model output
{
"task_id": "CBB-001",
"primary_finding": "Concise diagnosis",
"severity": "high",
"supporting_evidence": ["E1", "E3"],
"recommended_actions": ["First action", "Second action"],
"rationale": "Brief evidence-grounded explanation"
}
General domains
cloud_security: 7 taskscontainer_kubernetes: 7 tasksdata_protection_crypto: 7 tasksemail_social_engineering: 7 tasksendpoint_detection_response: 7 tasksidentity_access: 7 tasksincident_response: 7 tasksiot_ot_security: 7 tasksnetwork_security: 7 taskssecure_code_review: 7 taskssoftware_supply_chain: 7 tasksvulnerability_management: 7 tasksweb_application_security: 7 tasks
Nine bioinformatics-security tasks
- Public genomic variant storage
- Outdated HTSlib parser
- Overprivileged workflow identity
- FASTQ transfer integrity mismatch
- Notebook token exposure
- Mutable workflow container
- Unsafe CRAM reference resolution
- Sensitive variant-annotation logging
- Flat-network sequencing instrument
These tasks assess cybersecurity around genomic data and computational pipelines. They do not assess biological experimentation or wet-lab safety.
Evaluation
The included transparent scorer assigns up to 10 points:
- severity: 2
- evidence selection: 2
- finding concept overlap: 3
- remediation concept overlap: 3
python evaluator/evaluate.py \
--predictions evaluator/sample_predictions.jsonl \
--gold evaluator/test_gold.jsonl
For serious comparisons, add blinded expert review for factual correctness, prioritization, hallucinated evidence, critical errors, and operational usefulness.
Recommended reported metrics
- mean score out of 10
- severity accuracy
- evidence precision and recall
- general cybersecurity mean
- bioinformatics subset mean
- difficulty-stratified means
- critical-error rate
- hallucinated-evidence rate
Limitations
All scenarios are synthetic. The benchmark evaluates written defensive reasoning rather than live system operation. Severity labels apply to the supplied context and may change under different business conditions. The lexical scorer is a baseline, not a replacement for expert judgment.
Creator
Create by OpenAI's GPT 5.6 Sol Max
Warning
This is only for testing purposes. Do not train this dataset.
Citation
@dataset{{cyberbiobench100_2026,
title={{CyberBioBench-100: A Synthetic Defensive Cybersecurity Benchmark with a Nine-Task Bioinformatics Security Subset}},
year={{2026}},
note={{Synthetic benchmark dataset}}
}}
- Downloads last month
- 7