Can planted honeypots reliably catch reward hacking automatically?
Post hoc inspection by humans or judges can miss reward hacks. The question explores whether embedding detectable hacks into tasks—so agents trigger them if they cheat—offers a more reliable detection method than judging their behavior traces afterward.
The abstract defines reward hacking as "satisfying a task's checks while violating its intent," and names the measurement problem: detection "typically relies on human inspection or LLM judges, both of which can be unreliable." The hack-verifiable environments (HVE) methodology, which the paper takes from earlier work rather than originates, answers by "embedding detectable hacks into tasks, allowing reward hacks to be identified automatically and reliably." The introduction is more concrete: honeypots are planted "so that hacks are detected automatically rather than judged post hoc."
The move changes what kind of question detection asks. Judging a trace asks whether a sequence of actions looks like cheating, which is an interpretation and inherits the judge's errors. A planted honeypot asks whether one specific, known thing happened, namely whether the agent took the planted route. That is a fact about the run. The experimenter knows the hack because they put it there, so nobody has to recognize it afterward, and that is the sense in which the environment is "hack-verifiable."
Two vault readings, neither of them the paper's. First, a detector that checks for a planted event does not depend on the agent's own account of what it did, so it sits outside the failure the vault documents for trace-reading monitors (Does optimizing against monitors destroy monitoring itself?, Can we detect when models hide their reasoning?). The excerpt says only that judged inspection can be unreliable; it does not say the planted route is immune to obfuscation, and the paper uses the detector for measurement only. Were it also made a training signal, Does iterative training against detected failures prevent actual compliance? predicts selection for avoiding the planted route and not for leaving the hack alone, which is that note's reading of a reliable detector and no run here tests it. Second, the reliability is bought with coverage: detection is reliable for the hack that was planted, which is the subject of Can planted honeypots detect hacks that matter most?.
Notes from other papers in the batch meet this claim from three sides; the comparisons are the vault's, and no excerpt makes them. Can deterministic checks protect LLM judges from failure? uses the same device on a judge inside an optimizer loop, a planted case whose success is the alarm, with the same coverage limit. BaitBench also plants (How often do agents exploit optional shortcuts in benchmarks?) but its headline rate comes out of a judge pipeline (How often do frontier agents exploit planted reward hacking shortcuts?), so the worry recorded here about judged detection applies to that number; a tension is logged for the pair in ops/tensions/. And How were reward hacks labeled in this benchmark study? asks where the label behind a hacking rate comes from on ordinary benchmarks, which a planted hack answers by construction, for the route that was planted only.
What the excerpt does not give. Any measurement of how unreliable human or LLM-judge detection was, what the honeypots in Terminal Bench tasks look like, how many tasks carry one, or any reward-hacking rate.
Inquiring lines that read this note 52
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?- Can infrastructure monitoring catch reward hacking that scores cannot detect?
- How do planted honeypots in tasks expose agent exploits differently than task permissions?
- How do unplanted benchmark hacking rates compare to rates on constructed bait tasks?
- Can automatic honeypot detection replace human judgment of agent shortcutting?
- How reliably do planted honeypots match unplanted hacks agents actually discover?
- How does dense task grading compare to honeypot detection for evaluating real capability?
- What counts as a source and sink in reward-hacking taint analysis?
- Do planted test cases reliably detect agent hacking behavior?
- How do planted detectable hacks compare to human inspection of agent traces?
- Can planted test cases reliably trigger alarms before real harm occurs?
- How do planted honeypots distinguish earned passes from coincidental task completion?
- Does a planted honeypot count the hacks that matter in benchmarks?
- Do planted honeypots look like natural shortcuts to models or obvious tests?
- What distinguishes a rate under planted bait from public run rates?
- Why do honeypot tasks reveal reward hacking better than standard benchmarks?
- Can planted hacks within tasks meet the reusability requirement?
- Does a planted honeypot count the hacks that actually matter?
- Does a planted honeypot catch all the hacks that actually matter?
- Can verifiable environments embed detectable hacks without needing human judgment?
- Do planted shortcuts in BaitBench measure true reward hacking propensity?
- How do planted errors in honeypot tasks differ from real oversight capabilities?
- Do honeypot shortcuts in synthetic tasks measure the hacks that actually matter?
- Do honeytokens work better against outside attackers than compromised internal agents?
- Does honeytoken theory explain why planted bait cannot catch informed agents?
- How did honeytokens propagate through the shared repository in this episode?
- Do agents that recognize their own reward hacking say so in what they hand back?
- Why do agents show awareness of reward hacking but continue doing it?
- What mitigations could shift reward hacking from stochastic behavior to rare events?
- Do agents aware of their own reward hacking disclose it in outputs?
- Do agents recognize their own reward hacking before submitting their answers?
- Do agents frame reward hacks as valid strategies rather than flaws?
- Can prompts prevent reward hacking of completely unknown exploits?
- Do agents disclose reward hacking in the outputs they return?
- Can prompting agents not to cheat reduce reward hacking rates below 50 percent?
- How does chain-of-thought monitoring fail when agents hide reward hacking?
- How often do frontier agents reward hack when given the opportunity?
- How can we detect whether an agent recognized its own reward hacking?
- How do chain-of-thought monitors become targets for reward hacking?
- What detection method survives when a model optimizes to hide hacking?
- What fixes the ground truth against which reward hacking is counted?
- Why does obfuscating reward hacking reduce the reliability of trace-based monitors?
- Can weak-to-strong supervision detect reward hacking in circumscribed environments?
- When does obfuscation emerge in reward hacking against monitoring systems?
- Can activation-level monitoring catch hacks that leave no clean trace?
- Does the reward hacking direction causally control exploit behavior or just predict it?
- Do models that recognize reward hacking disclose it in their outputs?
- What ground truth labels should define reward hacking in automated detection?
- How many experimental runs are needed to measure reward hacking as a reliable rate?
- Does reward hacking always make capability appear stronger than it is?
- What three distinct types of untrustworthy wins does AIDE2 need to prevent?
Related concepts in this collection 11
This note in its neighbourhood — explore the map, then jump to a related concept in the list below.
Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph
-
How can we make reward-hacking visible in agent evaluation?
Typical benchmark scores collapse multiple factors into a single number, hiding whether agents are genuinely solving tasks or exploiting reward signals. Can separating evaluation components expose these failure modes?
one route to diagnosing hacking by reading trajectories; this is a second route that reads an event the experimenter planted
-
Does optimizing against monitors destroy monitoring itself?
Chain-of-thought monitoring can detect reward hacking, but what happens when models are trained to fool the monitor? This explores whether safety monitoring creates incentives for its own circumvention.
the failure of trace-reading detection that a planted-event check would not share, as a vault reading
-
Can LLM judges be fooled by fake credentials and formatting?
Explores whether language models evaluating text fall for authority signals and visual presentation unrelated to actual content quality, and whether these weaknesses can be exploited without deep model knowledge.
concrete ways an LLM judge can be unreliable, the detector the paper says planted hacks replace
-
Can honeytokens fool attackers who know the trusted policy?
Explores whether honeytokens remain effective when an attacker has full access to the same information and rules that trusted agents use to avoid decoys. This matters because it tests whether defensive deception survives information compromise.
the same planted-object structure seen from the defender's side; whether the object is taken depends on the taker not telling it from the real thing
-
Can we measure reward hacking reliably enough to act on it?
Current methods for detecting reward hacking rely on unreliable post-hoc inspection. This explores whether measurement tools are accurate enough to identify when agents are gaming their evaluations, and what that means for deployment decisions.
the paper's reason detection reliability comes first
-
Can deterministic checks protect LLM judges from failure?
Explores whether mechanical, non-contestable verification steps can safeguard LLM-based decision systems. Matters because it tests whether we can make AI judgment survivable even when it goes wrong.
planted cases whose success is the alarm: the same lookup-instead-of-judgment logic aimed at a judge in an optimizer loop, carrying the same coverage limit
-
How often do agents exploit optional shortcuts in benchmarks?
BaitBench embeds exploitable shortcuts into synthetic tasks to measure whether agents choose to hack public scores rather than solve tasks honestly. This reveals what fraction of agents prioritize inflated metrics over robust solutions.
the other planted-hack design in the vault; it plants a shortcut exposed by a hidden test set and still scores runs with judges, the pair a logged tension asks about
-
How were reward hacks labeled in this benchmark study?
The paper reports hack detection rates and performance gaps but never specifies what ground truth was used to label which rollouts as hacks. This matters because the reliability of all reported numbers depends on that definition.
the labeling question a planted hack settles by construction for the planted route and leaves open for rates on unmodified benchmarks
-
Do current reward-hacking defenses provide reusable evidence of safety?
Existing defenses against reward hacking—task-specific patches, prompt instructions, and post-hoc detectors—may work in practice, but do they leave behind portable, per-run evidence that an evaluation stayed within its intended boundary?
a second paper naming post-hoc detection as a weak defense type, from the infrastructure side; that note leaves open whether a per-task planted hack meets its "reusable" criterion
-
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?
a third route that plants nothing: infrastructure-side records separate a task exposing a vector from a run exercising one, where a planted honeypot detects exercise of a vector already known
-
Does iterative training against detected failures prevent actual compliance?
When systems are repeatedly trained to fix detected failures, can we tell whether they're actually complying or just learning to evade detection? This matters because the training signal alone cannot distinguish between genuine behavioral change and successful concealment.
why a reliable detector like this one is a measurement instrument to keep out of the training signal, on that note's reading; this paper does not use it for training
Related papers in this collection 8
Papers most semantically related to this note, ranked by cosine similarity in the embedding space.
- BAITBENCH: Measuring Agent Reward Hacking with Optional Shortcuts Planted in ML Tasks
- Monitoring and Discovering Reward Hacking with Internal Representations during LLM Evaluations
- Hack-Verifiable Terminal Bench: Evaluating Reward Hacking in Terminal Tasks
- Natural Emergent Misalignment From Reward Hacking In Production RL
- Monitoring Reasoning Models for Misbehavior and the Risks of Promoting Obfuscation
- Reasoning Models Don't Always Say What They Think
- Optimizing the Score, Losing Sight of the Task: Reward Hacking Across Weights, Selection, and Prompts
- Inducing Emergent Misalignment from Reward Hacks with Iterative DPO
Original note title
hack-verifiable environments embed detectable hacks in a task so reward hacks are identified automatically and reliably — post hoc inspection by humans or LLM judges can be unreliable