SEC-bench: Automated Benchmarking of LLM Agents on Real-World Software Security Tasks
Hwiwon Lee, Ziqi Zhang, Hanxiao Lu, Lingming Zhang
TL;DR
SEC-bench introduces an automated, multi-agent framework for benchmarking LLM agents on real-world software security tasks, specifically PoC generation and vulnerability patching. By leveraging a Preprocessor-Verifier-Evaluator pipeline and sanitizer-based ground truth, it constructs reproducible CVE-derived datasets with high-quality PoCs and patches. Across extensive experiments with multiple agent scaffolds and models, state-of-the-art code agents exhibit substantial gaps — PoC success up to 18% and patch success up to 34% — highlighting the need for advanced reasoning, debugging, and program-analysis capabilities in security-focused AI agents. The work demonstrates the practicality of automated, scalable, and objective security benchmarks and outlines clear directions for improving agent autonomy and reliability in real-world security engineering.
Abstract
Rigorous security-focused evaluation of large language model (LLM) agents is imperative for establishing trust in their safe deployment throughout the software development lifecycle. However, existing benchmarks largely rely on synthetic challenges or simplified vulnerability datasets that fail to capture the complexity and ambiguity encountered by security engineers in practice. We introduce SEC-bench, the first fully automated benchmarking framework for evaluating LLM agents on authentic security engineering tasks. SEC-bench employs a novel multi-agent scaffold that automatically constructs code repositories with harnesses, reproduces vulnerabilities in isolated environments, and generates gold patches for reliable evaluation. Our framework automatically creates high-quality software vulnerability datasets with reproducible artifacts at a cost of only $0.87 per instance. Using SEC-bench, we implement two critical software security tasks to rigorously evaluate LLM agents' capabilities: proof-of-concept (PoC) generation and vulnerability patching. A comprehensive evaluation of state-of-the-art LLM code agents reveals significant performance gaps, achieving at most 18.0% success in PoC generation and 34.0% in vulnerability patching on our complete dataset. These results highlight the crucial steps needed toward developing LLM agents that are more practical, intelligent, and autonomous for security engineering.
