0 cumulative citations
View corpus contextLarge language models are dissolving many Capture-the-Flag challenges and threatening CTFs' role as tests of human cyber skill; the authors map which challenge subcategories still resist AI and propose tiered divisions, LLM-resistant design, investigative telemetry and a community code to preserve fair play.
Citation observations
Cumulative provider counts captured on specific dates; providers are never combined.
Capture the Flag (CTF) competitions are among cybersecurity's most effective training grounds, developing practical skill across cryptography, web exploitation, and binary exploitation. Large language models (LLMs) can now solve a growing share of challenges with minimal human input, raising urgent questions about fairness, the validity of rankings, and whether participation still delivers the learning that justifies the effort. This paper reports a mixed-methods study of LLM impact on modern CTFs, combining a synthesis of published benchmarks, including a recent government evaluation, case studies of live competition across three challenge categories, structured observation of the public channels where the community debates AI use, and semi-structured interviews with experienced players and organisers. We map the current human-machine capability boundary by category, showing that easy and intermediate challenges in cryptography, web, and binary exploitation are now reliably automated while narrower sub-categories continue to resist. We find that community disagreement about whether AI should be permitted is downstream of an undeclared prior question: what a competition is for. Against this backdrop we contribute a four-component safeguard framework, combining tiered competition divisions, LLM-resistant challenge design, telemetry used investigatively, and a draft community code of conduct, together with a decision tool that ties the combination of safeguards to a competition's declared purpose. The argument reaches beyond CTFs to any setting in cybersecurity where a demonstrated result is taken as evidence of an underlying ability.
Summary
Main Finding
Large language models (LLMs) and agentic tool-chains have materially changed what Capture the Flag (CTF) competitions measure. Easy and intermediate tasks in cryptography, many web-exploitation patterns, and a large share of binary-exploitation “jeopardy” problems are now routinely solvable by agents. The core community dispute (“is AI cheating?”) is misplaced: the decisive question is competition purpose. The authors map the human–machine capability boundary, document community reactions, and propose a four-component safeguard framework (tiered divisions; LLM-resistant challenge design; investigative telemetry; community code of conduct) plus a decision tool that links safeguards to a competition’s declared purpose.
Key Points
- Disruption timeline: five overlapping phases from ChatGPT (Nov 2022) → agentic systems → long-context specialist models (late 2025–early 2026) that can ingest whole challenges and run tool chains.
- Category-specific capability boundary:
- Cryptography: “settled.” Many classical and intermediate exploits (RSA attacks, padding-oracle, classical weaknesses) are automatable. Hard math-first-principles problems (e.g., advanced lattice, novel ECC isogenies) still resist LLMs.
- Web exploitation: “in transition.” Common classes (SQLi, SSRF, JWT misconfigs, SSTI, prototype pollution) are increasingly solvable; remaining frontier involves novel business-logic flaws, desync/request-smuggling, race conditions, heavy obfuscation, or physical/interactive components.
- Binary exploitation (pwn): held out longest but has eroded fastest once agents could drive debuggers and tool-chains; only the hardest kernel/complex cases currently resist.
- Technical drivers:
- Agentic systems that can call debuggers, browsers, and local tools closed the representational and tooling gaps.
- Large context windows (~100k–1M tokens) let models ingest entire challenges and long tool-output traces.
- Economic factors: competing at the top now often involves paying for model credits — an emerging tooling budget/arms race.
- Community dynamics:
- Debate centers on whether competitions are outcome-focused (maximize score; AI is a tool/skill) or process-focused (develop human tacit knowledge; AI undermines purpose). Without explicit purpose declarations, unregulated competitions default to score-maximization, disadvantaging human-skill development.
- Safeguard framework (four components):
- Tiered competition divisions (e.g., “human-only” tracks, AI-allowed tracks).
- LLM-resistant challenge design (novelty, physicality, interaction, bespoke protocols).
- Telemetry used investigatively (server-side logs, submission patterns) to detect anomalous AI-style solves — noting methodology is still immature and privacy/implementability concerns exist.
- A community code of conduct and transparency norms (declare purpose, tooling policies).
- Decision tool: a practical mapping that ties which safeguards to apply based on the declared purpose of the event (education, recruitment, entertainment, talent ID).
- Broader claim: findings extend beyond CTFs to any cybersecurity setting where an observed artifact is used as evidence of underlying capability (certification, hiring pipelines, assessments).
Data & Methods
- Mixed-methods design with four strands:
- Synthesis of published benchmarks against public CTF datasets (Cybench, NYU CTF Bench, InterCode) plus a recent government evaluation showing agentic systems raise solve rates substantially.
- Observational case studies of live competitions across cryptography, web, and binary exploitation during the 2025–26 season, including DiceCTF and Insomni’hack, and authors’ own competitive play.
- Structured observation of public community channels (subreddits, Discords, CTFtime threads) for discourse context.
- Semi-structured interviews (three 30–60 min) with experienced players and organisers (pseudonymised); ethical approval obtained and anonymity protections applied.
- Limitations noted by authors:
- Small, self-selected interview sample (illustrative rather than representative).
- Fast-moving capability landscape — the mapped boundary is a snapshot; direction-of-travel matters.
- Telemetry and detection methodologies are still immature and raise practical/privacy concerns.
Implications for AI Economics
- Signalling and credentialing:
- CTFs and similar practical tasks are an important credential/talent pipeline. When LLMs produce demonstrable outputs detached from human competence, the signal value of flags/achievements is diluted. Economists should expect credential inflation or a reconfiguration of which signals employers trust (e.g., interviews, supervised tasks, in-person assessments).
- Labor-market impacts:
- Short-term: easier entry for novices (wider on-ramp), which can increase applicant pools but complicate filtering by true skill.
- Medium-term: firms may shift hiring practices to emphasize supervised/interaction-based evaluation or to price in tooling budgets as hiring offsets.
- Competitive dynamics and arms races:
- A tooling-budget arms race emerges — teams paying for inference/agent credits can capture leaderboards. This creates rent-seeking and unequal access; richer teams/organisations can outcompete skilled but resource-constrained individuals.
- Markets for specialised models, agentic orchestration tools, and long-context security models will grow, altering R&D and procurement incentives.
- Assessment and mechanism design:
- Organizations that rely on CTF-style evidence (universities, recruiters, certifiers) need mechanism redesign: tiered tracks, supervised assessments, or new observables that better reflect human competence.
- There is market value in “LLM-resistant” assessment design and in third-party verification services that assert human-in-the-loop integrity.
- Policy and standards:
- Standardization bodies and institutions may need to set norms (e.g., declared purpose, acceptable tooling) to avoid endogenous rules that favor score-maximization and privilege resource-rich actors.
- Regulatory interest may arise around fairness, procurement of AI for competitive advantage, and privacy/ethics of telemetry-based detection.
- Research and measurement agenda for economists:
- Quantify causal effects of agentic LLM availability on hiring outcomes, wage premia, and recruitment spending.
- Measure credential devaluation: how employer trust in CTF-derived signals changes over time and across sectors.
- Model the equilibrium between human-skill investment and reliance on tool budgets — predict specialization, divisioning of markets (human-certified vs agent-assisted tracks).
- Study distributional impacts: who gains/loses (students, independent competitors, firms with bigger budgets).
- Evaluate cost-benefit trade-offs of safeguards (implementation costs, enforcement, false positives in telemetry) and potential unintended consequences (privacy harms, gaming of detection signals).
Suggested short policy/economic responses for actors: - Recruiters: adopt supervised or interactive technical screens; treat CTF scores as one signal among many. - Universities/organisers: declare competition purpose; use tiered tracks and design challenges that reward human-only skills if pedagogy is the goal. - Firms/market designers: expect and budget for tooling expenditures if operating in AI-assisted competition markets; consider developing verification services or certification standards. - Researchers: prioritize causal studies on labor-market impacts and on the effectiveness and costs of proposed safeguards.
Assessment
Claims (10)
| Claim | Direction | Outcome | Confidence & Evidence | Details |
|---|---|---|---|---|
| Current frontier LLMs and agentic systems reliably automate easy and intermediate challenges in cryptography, web exploitation, and binary exploitation, while narrower subcategories remain resistant. Automation Exposure | positive | LLM capability to solve CTF challenges by category and difficulty |
Reading fidelity
high
Study strength
medium
|
not reported
|
| An autonomous LLM solver completed a head-to-head CTF challenge and auto-submitted the flag before its human player realized that the challenge had been solved. Task Completion Time | positive | Autonomous challenge completion and flag submission |
Reading fidelity
high
Study strength
low
|
n=1
completed before the player realised he had won
|
| An agent built by the authors solved 20 challenges from a beginner-oriented university competition in under ten minutes. Task Completion Time | positive | Number of CTF challenges solved and time to solve them |
Reading fidelity
high
Study strength
low
|
n=20
20 challenges in under ten minutes
|
| Agentic harnesses substantially raise the ceiling of LLM performance on public CTF datasets across categories, with recent agentic systems reaching solve rates that would place an agent in the upper half of a live leaderboard. Automation Exposure | positive | CTF challenge solve rate and implied leaderboard placement |
Reading fidelity
high
Study strength
medium
|
upper half of a live leaderboard
|
| In cryptography, frontier agents now solve easy and medium challenges end-to-end when they involve established attack patterns such as RSA structural weaknesses, padding oracles, Wiener’s attack, Håstad’s broadcast attack, and basic AES misimplementations. Automation Exposure | positive | End-to-end solution of cryptography challenges |
Reading fidelity
high
Study strength
low
|
not reported
|
| Complex elliptic-curve isogenies, advanced lattice-based cryptography, bespoke mathematical obfuscations, and challenges requiring novel first-principles reasoning continue to reliably defeat LLMs. Automation Exposure | negative | LLM failure to solve novel or mathematically complex cryptography challenges |
Reading fidelity
high
Study strength
low
|
not reported
|
| Frontier agents increasingly solve common web-exploitation patterns, including classic SQL injection, predictable IDOR, common SSTI, JWT misconfigurations, SSRF-to-metadata chains, and basic prototype pollution. Automation Exposure | positive | Agent capability to recognize and chain common web vulnerabilities |
Reading fidelity
high
Study strength
low
|
not reported
|
| At Insomni’hack, the top team solved 27 of 30 challenges using AI; the three remaining challenges required large physical data handling, interaction with a physical game console, or in-person social engineering. Automation Exposure | positive | Number and proportion of challenges solved with AI |
Reading fidelity
high
Study strength
low
|
n=30
27 of 30 challenges
|
| In the 2026 DiceCTF qualifiers, LLMs solved almost the entire binary-exploitation set; the only reported survivors were a difficult Linux-kernel exploitation problem and the single hardest challenge in the category. Automation Exposure | positive | Coverage of binary-exploitation challenges solved by LLMs |
Reading fidelity
high
Study strength
low
|
almost the entire pwn set
|
| The interview evidence is illustrative rather than representative because the study included only three self-selected participants, and one participant had received an outline of the study's framing before the interview. Other | negative | Representativeness and independence of qualitative interview evidence |
Reading fidelity
high
Study strength
high
|
n=3
|