The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests About 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

An AI agent nearly rivalled human pentesters in a live campus network: ARTEMIS discovered nine valid vulnerabilities with an 82% validation rate and outperformed nine of ten professionals, with some variants operating at about $18/hour versus $60/hour for human testers; existing AI scaffolds lagged, and agents still suffer higher false positives and struggle with GUI-driven tasks.

Comparing AI Agents to Cybersecurity Professionals in Real-World Penetration Testing
Justin W. Lin, Eliot Krzysztof Jones, Donovan Julian Jasper, Ethan Jun-shen Ho, Anna Wu, Arnold Tianyi Yang, Neil Perry, Andy Zou, Matt Fredrikson, J. Zico Kolter, Percy Liang, Dan Boneh, Daniel E. Ho · December 10, 2025
arxiv quasi_experimental medium evidence 8/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Justin W. Lin unresolved corpus identity
  2. Eliot Krzysztof Jones unresolved corpus identity
  3. Donovan Julian Jasper unresolved corpus identity
  4. Ethan Jun-shen Ho unresolved corpus identity
  5. Anna Wu unresolved corpus identity
  6. Arnold Tianyi Yang unresolved corpus identity
  7. Neil Perry unresolved corpus identity
  8. Andy Zou unresolved corpus identity
  9. Matt Fredrikson unresolved corpus identity
  10. J. Zico Kolter unresolved corpus identity
  11. Percy Liang unresolved corpus identity
  12. Dan Boneh unresolved corpus identity
  13. Daniel E. Ho unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Justin W. Lin provider ID
  2. E. Jones provider ID
  3. D. Jasper provider ID
  4. Ethan Ho provider ID
  5. Anna Wu provider ID
  6. Arnold Tianyi Yang provider ID
  7. Neil Perry provider ID
  8. Andy Zou provider ID
  9. Matt Fredrikson provider ID
  10. J. Kolter provider ID
  11. Percy Liang provider ID
  12. Dan Boneh provider ID
  13. Daniel E. Ho provider ID
In a live university network test, the ARTEMIS multi-agent scaffold matched or exceeded most human penetration testers—finding nine valid vulnerabilities with an 82% valid submission rate—while some AI baselines underperformed and AI agents showed lower costs but higher false positives and GUI weaknesses.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

We present the first comprehensive evaluation of AI agents against human cybersecurity professionals in a live enterprise environment. We evaluate ten cybersecurity professionals alongside six existing AI agents and ARTEMIS, our new agent scaffold, on a large university network consisting of ~8,000 hosts across 12 subnets. ARTEMIS is a multi-agent framework featuring dynamic prompt generation, arbitrary sub-agents, and automatic vulnerability triaging. In our comparative study, ARTEMIS placed second overall, discovering 9 valid vulnerabilities with an 82% valid submission rate and outperforming 9 of 10 human participants. While existing scaffolds such as Codex and CyAgent underperformed relative to most human participants, ARTEMIS demonstrated technical sophistication and submission quality comparable to the strongest participants. We observe that AI agents offer advantages in systematic enumeration, parallel exploitation, and cost -- certain ARTEMIS variants cost $18/hour versus $60/hour for professional penetration testers. We also identify key capability gaps: AI agents exhibit higher false-positive rates and struggle with GUI-based tasks.

Summary

Main Finding

ARTEMIS, a purpose-built multi-agent AI scaffold, achieves near-human performance in a live enterprise penetration test. In a head-to-head study on a university network (~8,000 hosts, 12 subnets), ARTEMIS placed second overall: it produced high-quality, technically sophisticated exploits (9 validated vulnerabilities; ~82% valid submission rate as reported) and outperformed most existing AI scaffolds and the majority of participating human pentesters. Key limitations remain: higher false-positive rates and difficulty with GUI-based tasks. ARTEMIS-style agents offer systematic, parallel, and much lower-cost offensive capability relative to human professionals.

Key Points

  • Comparative setup: 10 professional pentesters vs six prior AI agents plus ARTEMIS in a live university environment (mixed Unix/IoT/Windows, Kerberos auth). Participants had ~10 hours; agents were run up to 16 hours (first 10 hours used for direct comparability).
  • ARTEMIS architecture: supervisor + dynamically spawned sub-agents + automatic triager. Features dynamic prompt generation, task-specific system prompts, long-horizon session management, and a reproduction/severity triage pipeline.
  • Performance summary:
    • ARTEMIS placed second on the leaderboard (second-most severe/complex submissions).
    • Reported ARTEMIS outcome: 9 valid vulnerabilities, ~82% valid submission rate, and outperformed 9 of 10 human participants in overall ranking (per abstract).
    • Human cohort found 49 validated unique vulnerabilities in total; individual human results varied (3–13 valid findings each).
    • Existing scaffolds (Codex, CyAgent, Claude Code, MAPTA, Incalmo) underperformed: many produced only low-complexity scanner-style findings or refused/failed due to model refusals or brittle architectures.
  • Strengths of ARTEMIS/agents:
    • Systematic enumeration and repeatable scanning at scale.
    • Parallelism (multiple concurrent sub-agents) enabling faster multi-host exploitation.
    • Cost efficiency: certain ARTEMIS variants estimated ~$18/hour vs ~$60/hour for professional testers.
    • Long-horizon task persistence—ARTEMIS operated across sessions and resumed work without losing context.
  • Weaknesses/risk vectors:
    • Higher false-positive rate compared to humans (triage module mitigates but does not eliminate).
    • Struggles with GUI-driven tasks and complex human-interactive steps.
    • Agents can be brittle/adversarially attacked; require monitoring and safe-harbor controls in live environments.
  • Safety/operational controls: dual-layer monitoring during runs (researcher and IT), VDP and IRB procedures, session termination capability. No agent went out of scope in the study.

Data & Methods

  • Target: a research university Computer Science network — ~12 subnets, ~8,000 hosts; 7 public subnets, 5 VPN-only subnets; heterogeneous hosts (mostly Unix, some Windows, IoT).
  • Participants: 10 cybersecurity professionals recruited via industry channels; self-reported experience; each given a standardized Kali VM on GCP; compensated $2,000 each; asked for ≥10 hours engagement.
  • Agents tested: ARTEMIS (two configurations: A1 with GPT-5 supervisor/subagents; A2 ensemble supervisor with Claude Sonnet 4 subagents), Codex, CyAgent (variants), Claude Code, Incalmo, MAPTA.
  • ARTEMIS design:
    • Supervisor issues work, spawns arbitrary sub-agents with dynamically generated expert prompts.
    • Note-taking, structured task lists, summarization to maintain long runs.
    • Triager: three-phase verification (initial review, repro/validation, severity classification/CVSS-like scoring).
  • Scoring framework:
    • Unified metric combining technical complexity (detection complexity + exploit complexity; exploitation rewarded, verification-only penalized) and weighted criticality (exponential-like weights mirroring bug-bounty payouts: Critical=8, High=5, Medium=3, Low=2, Informational=1).
    • MITRE ATT&CK mapping used to categorize techniques.
  • Safety: informed consent, recording, VDP-defined safe harbor, dual monitoring to terminate sessions if needed.
  • Benchmarks: ARTEMIS showed no scaffold uplift on single-host CTF benchmark (Cybench) beyond model effects — scaffold improves execution/planning in complex, noisy production environments rather than model knowledge.

Implications for AI Economics

  • Labor substitution and cost structure:
    • Significant unit-cost advantages for routine/scaleable penetration tasks: reported ~$18/hour for ARTEMIS variants vs ~$60/hour for human professionals. This suggests AI agents can undercut human labor for many standard scanning/enumeration/exploitation activities.
    • Reduced marginal cost per task and ability to horizontally scale (spawn many sub-agents) imply higher throughput and lower average cost of offensive capabilities.
  • Demand-shift within cybersecurity labor:
    • Routine pentest work (scanning, standard exploit chains, verification-lite tasks) may be increasingly automated, depressing demand—and potentially wages—for lower-skill pentesters.
    • Demand will likely rise for higher-skill roles: oversight, triage, reproducibility verification, GUI/human-interaction tasks, red-team strategy, and incident response. Human labor will shift toward verification, judgment, and handling corner cases where agents fail.
  • Productivity and market structure:
    • Higher productivity from agents could lower costs of defensive testing (if defenders adopt) and increase the supply of “red-team” labor, potentially improving baseline security if widely used by defenders.
    • Conversely, attackers adopting similar tools lower the cost of attack, increasing expected frequency of incidents—creating asymmetric adoption externalities and potential adverse selection for insurers.
    • Markets for pentesting and bug-bounty programs may reprice: downward pressure on routine payouts, while payouts for complex/novel exploits may rise due to scarcity of human expertise.
  • Verification/triage as a new bottleneck:
    • The study shows higher false-positive rates for agents; economic value shifts toward triage/verification labor and tooling. A new market may emerge for standardized triage services, reproducibility infrastructure, and automated exploit-proofing.
  • Systemic risk and externalities:
    • Horizontal scalability of agentic attacks increases tail risk: an effective automated agent can be replicated/parallelized cheaply, raising potential aggregate loss and systemic cyber risk.
    • Cyber insurance markets, firms, and regulators may need to factor in agents’ marginal impact on attack frequency and severity when pricing coverage or mandating controls.
  • Policy and investment implications:
    • Regulatory attention may be warranted (access controls, model governance, usage auditing) given dual-use harms and the potential for cheaper, faster offensive operations.
    • Investment priorities should include detection techniques oriented toward agentic behavior (e.g., anomalous parallelized probes, AI-driven exploit patterns), robust triage pipelines, and architectural mitigations that raise the cost for automated exploitation (hardening GUIs, multi-factor human interactions).
  • Open research directions (economic questions):
    • Formal modeling of attacker-defender adoption equilibria when agentic tools are available to both sides.
    • Quantification of marginal productivity of agents across pentest task types; decomposition of how much value accrues to scaffolding vs model improvements.
    • Impact on wages and employment composition in cybersecurity (task-level automation vs augmentation).
    • Market design for bounties/inspections when automated submissions have higher false-positive rates—mechanisms to discourage spamming while not disincentivizing defender use.

Takeaway: ARTEMIS demonstrates that scaffolded, multi-agent AI can reach near-top human performance on complex, real-world penetration tasks and do so at much lower cost—this creates both productive opportunities (cheaper defensive testing) and heightened risks (lower-cost offensive capabilities). Economically, the most important near-term effects will be reallocation of human effort toward triage/oversight and structural shifts in pricing, insurance, and regulation to address the externalities introduced by scalable agentic offensive tooling.

Assessment

Paper Typequasi_experimental Evidence Strengthmedium — The study directly measures task-level outputs (vulnerabilities found and valid submission rates) in a realistic environment, providing strong internal comparability across participants; however, the sample of humans and agents is small, the evaluation is confined to a single university network and specific agent implementations, and there is no randomization or pre-registered protocol, limiting external validity and causal claims about general substitution of human labor. Methods Rigormedium — The evaluation uses a realistic, live network and clear quantitative metrics, and introduces a systematic multi-agent scaffold (ARTEMIS) with automated triaging, but lacks randomization and blinding, provides limited detail on participant selection and hyperparameter/configuration choices, and does not demonstrate replication across multiple networks or larger participant pools. SampleA live enterprise-style environment: a large university network of roughly 8,000 hosts across 12 subnets; participants included 10 professional penetration testers and six existing AI agent scaffolds (including Codex and CyAgent) plus multiple ARTEMIS variants; outcomes measured were number of valid vulnerabilities discovered, valid submission rate (e.g., ARTEMIS 82%), and estimated operating cost per hour for agent variants (~$18/hour for some ARTEMIS variants versus ~$60/hour for professional testers). Themesproductivity labor_markets human_ai_collab IdentificationHead-to-head benchmarking in a controlled live environment: the same large university network (~8,000 hosts, 12 subnets) and the same scoring rules were used to compare performance (valid vulnerabilities found, valid submission rate, cost per hour) of 10 human penetration testers, six existing AI agent scaffolds, and variants of the ARTEMIS multi-agent framework; no random assignment or blinding was used. GeneralizabilitySingle-site evaluation on one university network limits transferability to other sectors (enterprise, cloud-only, industrial OT networks)., Small number of human participants (N=10) and few agent variants reduce population representativeness., Results depend on specific AI models, prompt scaffolds, hyperparameters, and tool integrations tested; different implementations may perform differently., Task scope limited to penetration-testing style vulnerability discovery; does not cover broader security operations or long-term red-team engagements., Cost estimates rely on particular runtime and cloud pricing assumptions and may not scale linearly in other settings., GUI-based tasks and certain human-only skills were underrepresented and noted as AI weaknesses, so conclusions about full substitution are limited.

Claims (15)

ClaimDirectionOutcomeConfidence & EvidenceDetails
We present the first comprehensive evaluation of AI agents against human cybersecurity professionals in a live enterprise environment. Other positive existence/novelty of the evaluation
Reading fidelity medium
Study strength speculative
not reported
0.05
We evaluate ten cybersecurity professionals alongside six existing AI agents and ARTEMIS, our new agent scaffold. Other neutral number and types of participants/agents evaluated
Reading fidelity high
Study strength medium
n=17
0.48
The evaluation was run on a large university network consisting of ~8,000 hosts across 12 subnets. Other neutral size and topology of test network (hosts and subnets)
Reading fidelity high
Study strength high
n=8000
0.8
ARTEMIS is a multi-agent framework featuring dynamic prompt generation, arbitrary sub-agents, and automatic vulnerability triaging. Other neutral architectural features of ARTEMIS
Reading fidelity high
Study strength low
not reported
0.24
In our comparative study, ARTEMIS placed second overall. Output Quality positive overall rank/placement in comparative evaluation
Reading fidelity high
Study strength medium
n=17
0.48
ARTEMIS discovered 9 valid vulnerabilities. Output Quality positive number of valid vulnerabilities discovered
Reading fidelity high
Study strength medium
n=1
9 valid vulnerabilities
0.48
ARTEMIS had an 82% valid submission rate. Output Quality positive valid submission rate (valid submissions / total submissions)
Reading fidelity high
Study strength medium
n=1
82% valid submission rate
0.48
ARTEMIS outperformed 9 of 10 human participants. Output Quality positive proportion of human participants outperformed
Reading fidelity high
Study strength medium
n=10
outperforming 9 of 10 human participants
0.48
Existing scaffolds such as Codex and CyAgent underperformed relative to most human participants. Output Quality negative relative performance (rank/score) of Codex and CyAgent vs human participants
Reading fidelity high
Study strength medium
n=2
0.48
ARTEMIS demonstrated technical sophistication and submission quality comparable to the strongest participants. Output Quality positive technical sophistication and submission quality
Reading fidelity high
Study strength medium
n=1
0.48
AI agents offer advantages in systematic enumeration. Task Allocation positive ability to systematically enumerate targets/attack surface
Reading fidelity medium
Study strength low
not reported
0.14
AI agents offer advantages in parallel exploitation. Task Allocation positive ability to perform parallel exploitation tasks
Reading fidelity medium
Study strength low
not reported
0.14
Certain ARTEMIS variants cost $18/hour versus $60/hour for professional penetration testers. Wages positive hourly cost of ARTEMIS variants vs professional penetration testers
Reading fidelity high
Study strength medium
$18/hour versus $60/hour
0.48
AI agents exhibit higher false-positive rates. Error Rate negative false-positive rate of AI agents
Reading fidelity medium
Study strength medium
not reported
0.29
AI agents struggle with GUI-based tasks. Task Completion Time negative ability to complete GUI-based tasks
Reading fidelity medium
Study strength medium
not reported
0.29

Notes