Capture the Flags: Family-Based Evaluation of Agentic LLMs via Semantics-Preserving Transformations
Shahin Honarvar, Amber Gorzynski, James Lee-Jones, Harry Coppock, Marek Rei, Joseph Ryan, Alastair F. Donaldson
TL;DR
The study addresses how to evaluate agentic LLMs in cybersecurity beyond single-instance benchmarks by introducing CTF families—semantics-preserving transformations of base challenges—and a dedicated tool, Evolve-CTF, to generate them. Through large-scale experiments with 13 model configurations across 16 Python CTFs from Cybench and Intercode, the authors quantify robustness to transformations, especially under composed obfuscations, and examine tool-use behavior. Key findings show models are robust to identifier renaming and simple insertions but struggle with combined transformations and PyObfuscator-based obfuscation, while explicit reasoning provides limited gains. The work yields a principled framework and dataset for future LLM evaluations in cybersecurity, enabling deeper insights into robustness, generalisation, and tool-assisted reasoning, with open-source plans for Evolve-CTF and experimental data.
Abstract
Agentic large language models (LLMs) are increasingly evaluated on cybersecurity tasks using capture-the-flag (CTF) benchmarks. However, existing pointwise benchmarks have limited ability to shed light on the robustness and generalisation abilities of agents across alternative versions of the source code. We introduce CTF challenge families, whereby a single CTF is used as the basis for generating a family of semantically-equivalent challenges via semantics-preserving program transformations. This enables controlled evaluation of agent robustness to source code transformations while keeping the underlying exploit strategy fixed. We introduce a new tool, Evolve-CTF, that generates CTF families from Python challenges using a range of transformations. Using Evolve-CTF to derive families from Cybench and Intercode challenges, we evaluate 13 agentic LLM configurations with tool access. We find that models are remarkably robust to intrusive renaming and code insertion-based transformations, but that composed transformations and deeper obfuscation affect performance by requiring more sophisticated use of tools. We also find that enabling explicit reasoning has little effect on solution success rates across challenge families. Our work contributes a valuable technique and tool for future LLM evaluations, and a large dataset characterising the capabilities of current state-of-the-art models in this domain.
