Beyond Success Rate: Cost-Aware Evaluation of Offensive and Defensive Security Agents
Summary
This paper introduces a cost-aware evaluation framework for security AI agents, measuring not just success rate but also inference and tool costs. It finds that offensive CTF performance scales with compute, while defensive SOC tasks depend more on disciplined tool use than raw reasoning budget.
View Cached Full Text
Cached at: 07/21/26, 01:28 AM
Paper page - Beyond Success Rate: Cost-Aware Evaluation of Offensive and Defensive Security Agents
Source: https://huggingface.co/papers/2607.15263
Abstract
Security-agentevaluationscommonlymeasurepeakoffensivecapabilityundergenerousinferencebudgets,emphasizingvulnerabilitydiscovery,exploitdevelopment,penetrationtesting,andCTFcompletion.Suchmeasurementsareusefulbutincomplete:inoperationalsecurity,everyreasoningstep,toolcall,telemetryquery,andenrichmentrequestconsumesbudget.Weevaluatelanguage-modelsecurityagentsthroughthiscost-successlensonoffensiveCybenchchallengesanddefensiveSplunkBOTSv1investigationchallenges.Insteadofreportingonlybest-casesuccess,wecomparemodelsatfixedcostlevelsanddecomposeperformancebyinferencespendandtoolspend.Ourresultsshowdistinctscalingregimesforred-andblue-teamtasks.OffensiveCTFperformanceimproveswithadditionaltest-timecompute,andscaledopen-weightmodelscanapproachfrontierproprietarysystemswhileremainingcost-competitive.DefensiveSOCinvestigationdoesnotscaleinthesameway:successdependsmoreheavilyondisciplinedtooluse,telemetrynavigation,andselectiveenrichmentthanonrawreasoningbudgetalone.Wearguethatsecurity-agentbenchmarksshouldmeasureeconomicefficiencyandoperationalfitalongsidetasksuccess.Cost-aware,SOC-nativeevaluationsprovideaclearerpictureofwhichmodelsarepracticallyusefultodayandwheredefensiveagentsstillneedtoimprove.Wepresentaninteractivewebsitewithourresultshttps://evals.frontier.security.
View arXiv pageView PDFAdd to collection
Get this paper in your agent:
hf papers read 2607\.15263
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2607.15263 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2607.15263 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2607.15263 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
I tested AI agents on fixing real security bugs. Here's what I found.
Independent research benchmarked AI agents on fixing 20 real vulnerabilities from Python projects; best solve rate was 50%, expensive models not worth it, and dangerous false positives where agents produced convincing but incomplete fixes.
From Controlled to the Wild: Evaluation of Pentesting Agents for the Real-World
This paper presents a practical evaluation protocol for assessing AI pentesting agents in realistic, complex targets rather than simplified benchmarks. It uses LLM-based semantic matching, bipartite resolution, and continuous ground-truth to score vulnerabilities discovered, and releases expert-annotated ground truth and code.
AI Agent Intelligence tool - Incident debugging, Cost spike detection
Building a tool for AI Agent incident debugging and cost spike detection without additional instrumentation, covering issues like prompt injection, reasoning loops, and data exfiltration. Asking if customers in production environments see this as a pain point worth paying for.
StealthBench: Measuring Operational Stealth in Autonomous Offensive-Security Agents
StealthBench measures operational stealth in autonomous offensive-security agents across six OPSEC dimensions, using a 3-model LLM judge panel. Results show no model exceeds 54% safe success rate, indicating systematic OPSEC failures.
)
Vercel releases DeepsecBench, a benchmark for evaluating AI models' ability to find cybersecurity vulnerabilities in application code, with findings that open-weight models are becoming more cost-effective for security scanning.