SYNTHESIS NOTE
Topics›Evaluations›this note

Can runtime instrumentation distinguish hacking exposure from actual exploitation?

A benchmark task might be vulnerable to hacking without any run actually exploiting it. Can we instrument runtime authority-bearing transitions to tell exposure apart from exercise?

Synthesis note · 2026-09-24 · sourced from Evaluations

The conclusion: "Runtime instrumentation records authority-bearing transitions to separate tasks that merely expose a vector from runs that exercise one." The abstract adds the evidence source: the runtime counterpart "uses infrastructure-side evidence to attribute concrete agent use and emit evidence-backed claims."

Two claims are easy to run together. "This benchmark is hackable" is a property of a task. "This score was hacked" is a property of a run. The pre-run analysis (Can static analysis find reward-hacking paths before agents run?) speaks to the first only, and a leaderboard needs the second. Without the distinction, either every score from an exposed task is suspect or none is. The word "merely" in the conclusion marks exposure-without-exercise as a category of its own. My reading, not the paper's: an exposed task can still produce valid runs, so exposure alone does not invalidate a score and only exercise does.

"Authority-bearing transition" is not defined in the excerpt. The word "authority" suggests steps where control over reward-relevant state changes hands, which is my reading. "Infrastructure-side evidence" is easier to place: evidence recorded by the benchmark infrastructure, not reported by the agent or inferred from its narration. The vault has reason to care about that. Trace-reading monitors fail when influence never reaches the trace or arrives in clean-sounding words (Can we detect when models hide their reasoning?), and optimizing against them produces obfuscation (Does optimizing against monitors destroy monitoring itself?). A record made by the infrastructure does not pass through the agent's own account. The excerpt draws no such comparison, so that is a vault reading. A readout from the model's activations is a second way off the trace, from inside the model and not from outside the agent: How do cheap vector detectors compare to expensive LLM monitors? compares one with LLM monitors at a matched false positive rate and reports no test under pressure to hide the behavior.

Two notes from other papers say what an outcome number leaves out. Can a correct outcome hide protocol violations in multi-agent systems? finds a verification whose verdict was right though the required step never ran, and the vault's reading there is that a record that the step happened, kept independently of the verdict, is what would separate the two cases. Can action-level metrics alone expose contained attacks? reads the agent inside a pipeline because the action-level rate reads the same either way. Here the outcome is a score and the step is an authority-bearing transition. Neither of those papers involves a benchmark, and this excerpt reports no run in which a recorded transition differed from what the score showed, so the pairing is the vault's.

A record also has a limit, which the Troy Moment paper shows in a concrete case. Weakening a test to satisfy a grader and restoring a file believed damaged leave the same protected-state mismatch (Can a single state change reveal which failure mechanism occurred?). A recorded transition can then settle that a score is invalid without saying which failure produced the change, and the account that agents mostly restore and do not cheat rests on what they said (Do agents restore files believing they were tampered with?), the narration channel that infrastructure-side records are meant to replace on the reading above. Whether the audit agents (Can scoped agents reliably judge semantic hacks in runtime analysis?) are where the two would be told apart is filed as a second tension in ops/tensions/, and neither excerpt reports a test.

It rests on the recorder being out of the agent's reach, which the excerpt does not address. That worry is filed as a tension in ops/tensions/. The same placement question is open for a different kind of recorder, an anchored evidence layer over agent communications and tool calls, where the excerpt does not say how capture is secured (Can a black box see communication through unauthorized channels?), and for an authorization layer in a measured pipeline, where the excerpt says the tokens are signed and the policy oracle separately verified and does not say who issues a token or what the tested attacks could reach (How does the authorization layer stay outside the poisoned path?). Both pairings are the vault's.

What the excerpt does not give. The definition of a transition, which are authority-bearing, how a recorded transition becomes a claim, or any run classified as exposing versus exercising.

Inquiring lines that read this note 57

This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.

Do planted honeypot tests reliably measure reward hacking? How prevalent is reward hacking in frontier models? How does outcome-only reporting obscure which system components blocked attacks? What limitations prevent automated research from matching human research quality? Can defenses detect attacks composed across multiple skills? How can defenders detect coordinated attacks across episodes? How can evaluations detect conditional compliance in monitored AI systems? What determines whether AI system errors remain visible and contestable? How do models reward hack during evaluation and can detection succeed? How can workflow-level validation detect semantic corruption that protocol compliance misses? Where do unmonitored channels leave multi-agent planning vulnerable to attack? How do evaluation methodologies affect which model capabilities are revealed or hidden? What infrastructure evidence validates agent benchmark achievement claims? Do AI capability benchmarks accurately measure reasoning ability or just surface patterns? How does training data contamination persist through safety alignment mechanisms? How do agents balance task completion with privacy compliance and security? How can we verify agent claims against their actual capabilities and actions?

Related concepts in this collection 12

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
21 direct connections · 130 in 2-hop network ·medium cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

runtime instrumentation of authority-bearing transitions separates tasks that merely expose a hacking vector from runs that exercise one