CRCLLGJul 29, 2025

Cyber-Zero: Training Cybersecurity Agents without Runtime

Amazon
arXiv:2508.00910v212 citationsh-index: 19
Originality Highly original
AI Analysis

This addresses the challenge of limited runtime access in cybersecurity for developers, offering a cost-effective solution to democratize state-of-the-art agent development.

The paper tackles the problem of training cybersecurity agents without runtime environments by introducing Cyber-Zero, a framework that synthesizes agent trajectories from CTF writeups, resulting in LLM-based agents achieving up to 13.1% absolute performance gains on benchmarks and matching proprietary systems.

Large Language Models (LLMs) have achieved remarkable success in software engineering tasks when trained with executable runtime environments, particularly in resolving GitHub issues. However, such runtime environments are often unavailable in other domains, especially cybersecurity, where challenge configurations and execution contexts are ephemeral or restricted. We present Cyber-Zero, the first runtime-free framework for synthesizing high-quality agent trajectories to train cybersecurity LLMs. Cyber-Zero leverages publicly available CTF writeups and employs persona-driven LLM simulation to reverse-engineer runtime behaviors and generate realistic, long-horizon interaction sequences without actual environments. Using trajectories synthesized by Cyber-Zero, we train LLM-based agents that achieve up to 13.1% absolute performance gains over baseline models on three prominent CTF benchmarks: InterCode-CTF, NYU CTF Bench, and Cybench. Our best model, Cyber-Zero-32B, establishes new state-of-the-art performance among open-weight models, matching the capabilities of proprietary systems like DeepSeek-V3-0324 and Claude-3.5-Sonnet while offering superior cost-effectiveness, and demonstrating that runtime-free trajectory synthesis can effectively democratize the development of state-of-the-art cybersecurity agents.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes