August 20, 2026 Research Brief

Agent safety moves outward.

Today’s strongest papers shift trust from model behavior to harnesses, verifiers, and deployment-shaped evaluation, while showing that aggregate wins often hide dangerous agent failure modes.

Takeaways

  1. Agent safety work is shifting from model-only defenses to **execution-bound controls**: several papers move guarantees into harnesses, verifiers, routing layers, or on-chain enforcement rather than trusting aligned behavior alone.
  2. A recurring pattern is **“good aggregate performance can hide dangerous failure modes”**: this shows up in self-evolving financial agents, memory-based self-improving agents, log anomaly detectors, unlearning benchmarks, and low-resource reasoning evaluation.
  3. Benchmarks are getting more **deployment-shaped**: long-horizon browser use, Android GUI safety, startup workflows, scientific research tasks, harness lifecycle safety, and mission-critical infrastructure provisioning all test realistic operational bottlenecks rather than toy tasks.
#1

Start with: PACE: Policy-Attested Contract Execution for Safe AI Agents in Decentralized Finance

Why it catches my eye: It offers a concrete execution-bound safety design for high-stakes agents, binding intent, simulation, policy, and action before irreversible execution.

Read skeptically for: The evidence comes from a deterministic sandbox and mock-LLM setup, so live adversarial robustness is still unproven.

agent-safety execution-control verification finance

Themes

Harness-level safety and execution control Several papers argue that the real safety boundary is not the model but the execution substrate around it. This is especially important when actions are irreversible, stateful, or tool-mediated.
Indirect, compositional, and stateful attack surfaces The strongest attack papers do not rely on obvious jailbreak strings. They exploit composition, grounding, memory, hidden context, or identity fragmentation—exactly the surfaces production agents increasingly expose.
Better RL signals for agents and reasoning Multiple papers show that RL performance hinges on how rewards are structured and attributed, not just whether a reward exists. Better local or decorrelated signals improve planning, interaction quality, and robustness.
Signal Safety is moving into execution layers. PACE, HarnessRisk, Task-Aware Harness Provisioning, and StagedWorkspace all treat safety as a property of the harness, policy, and artifacts, not the model alone.
Tension Better agents can become less safe. Financial self-evolution audits and self-improving-agent fragility studies show capability gains can coincide with security drift, variance, and task-order failures.
Bet Deployment-shaped evals will dominate. MobileWorldSafety, StartupBench, BrowserBench in Wuying, and HarnessRisk all test realistic workflows, long horizons, and operational constraints rather than toy tasks.

Papers Worth Your Reading Time

Ranked for research usefulness: novelty, method pattern, evidence quality, and skepticism value.

PACE: Policy-Attested Contract Execution for Safe AI Agents in Decentralized Finance

#1

Useful if you deploy high-impact agents: it moves safety from soft alignment to verifiable execution control.

Why now
Agentic finance and tool-using systems need concrete action-binding safeguards before broader deployment.
Skepticism
Results come from a simulator and mock-LLM environment rather than live-chain adversarial conditions.

Decomposition Attacks Across Unlinkable Identities: Limits of Stateful Defenses for LLM Services

#2

A sharp warning paper showing why memory and stateful monitoring alone may not stop adaptive attackers.

Why now
Many safety roadmaps assume stronger stateful defenses will scale with agent deployment.
Skepticism
The benchmark centers on synthetic cyber-programming tasks, so transfer to broader services remains uncertain.

MobileWorldSafety: Benchmarking GUI Agent Safety Against Environmental Injection Attacks in Android Apps

#3

It gives a realistic benchmark for GUI-agent safety where attacks arrive through app environments, not just prompts.

Why now
Mobile and GUI agents are becoming practical, and environmental injection is a deployment-near threat model.
Skepticism
Benchmark realism is strong, but benchmark performance may still depend on task design and app coverage.

Chinese version: [中文]

Run stats

  • Candidates: 226
  • Selected: 30
  • Deepread completed: 30
  • Window (UTC): 2026-08-18T00:00:00Z → 2026-08-19T00:00:00Z (arxiv_announce, expanded=0)
Show selected papers
arXiv IDTitle / LinksCategoriesScoreWhyTags
2608.17659MobileWorldSafety: Benchmarking GUI Agent Safety Against Environmental Injection Attacks in Android Apps
PDF
cs.CR, cs.AI95Android GUI-agent safety benchmark for environmental/prompt injection in realistic mobile tasks.agent-safety, gui-agents, prompt-injection, benchmark, mobile, evaluation
2608.17360Fair ASR: Re-Evaluating Black-Box Jailbreaks under Shared Target-Call Budgets
PDF
cs.CR, cs.AI95Fair target-call-budget protocol for jailbreaks; strong safety eval contribution.llm-safety, jailbreaks, evaluation, security, benchmark
2608.17597HarnessRisk: A Lifecycle-Oriented Benchmark for Agent Harness Safety
PDF
cs.CR, cs.AI94Lifecycle benchmark for agent harness safety across config, runtime, state, actions, and recovery.agent-safety, harness, benchmark, prompt-injection, permissions, evaluation
2608.17445Decomposition Attacks Across Unlinkable Identities: Limits of Stateful Defenses for LLM Services
PDF
cs.CR, cs.CL94Analyzes limits of stateful defenses against decomposition attacks with unlinkable IDs.llm-safety, security, decomposition-attacks, stateful-defenses, theory
2608.17665GraphWake: Group Polarization via Memory-Mediated Polarization Cascade in LLM-Agent Communities
PDF
cs.AI94New attack on LLM-agent communities via memory persistence and public propagation.agent-safety, multi-agent, memory, security, social-manipulation, evaluation
2608.17836Leveraging Association Context Retrieval in Knowledge Edit- ing to Build White-Box Attacks on LLMs
PDF
cs.LG93White-box attack on LLM safety via knowledge editing; directly relevant to model misuse and robustness.llm-safety, adversarial-attacks, knowledge-editing, red-teaming, security
2608.17234COMIC: Reference-Aware Safety Gating for Multimodal Large Language Models
PDF
cs.CR, cs.AI92Targets a key multimodal jailbreak failure mode with reference-aware safety gating.multimodal, safety, jailbreaks, guardrails, mllm, defense
2608.18066On the Fragility of Self-Improving Agents: Variance, Task Order, and Underspecification
PDF
cs.AI, cs.CL, cs.LG92Important reliability study showing variance and task-order fragility in self-improving agents.agents, reliability, evaluation, memory, self-improvement, robustness
2608.17960COMA: A Compositional Misleading Attack Class on Security-RAG, and a Causal Counterfactual Defense
PDF
cs.CR91Important RAG security attack class where truthful docs mislead by composition; includes defense.rag, security, adversarial-evaluation, defense, retrieval, copilots
2608.17684Auditing Self-Evolution in Financial Agents: Capability Gains, Security Drift, and Execution-Interface Mismatch
PDF
cs.AI90Audits self-evolving financial agents, showing capability gains can increase overall attack success.agents, security, self-improvement, auditing, finance, evaluation
2608.17804An Empirical Study of Reward Specification and Benchmark Reliability in GRPO-based LLM Unlearning
PDF
cs.LG, cs.CL90Studies reward-spec pitfalls in LLM unlearning and benchmark reliability.unlearning, alignment, rl, evaluation, reliability
2608.17433Task-Aware Harness Provisioning for LLM Agents in Mission-Critical Infrastructure Operations
PDF
cs.AI, cs.MA90Task-aware harness design for mission-critical LLM agents; strong agent safety and least-privilege relevance.agents, agent-safety, harness, mission-critical, tool-use, permissions
2608.17220PACE: Policy-Attested Contract Execution for Safe AI Agents in Decentralized Finance
PDF
cs.CR, cs.AI89Concrete transaction-authorization framework binding LLM agent intent to exact on-chain execution.agent-safety, web3, defense, verification, tool-use, finance
2608.17319Wuying-Browser-Agent: Real-World Centric Fundamental Long-Horizon Browser Agents
PDF
cs.AI89Long-horizon browser agent framework with recovery training and online RL.agents, browser-agents, long-horizon, rl, frontier-llm
2608.17800StartupBench: Benchmarking General-Purpose Agents on Market-Validated End-to-End Workflows
PDF
cs.AI89Real-world end-to-end agent benchmark grounded in market-validated workflows.agents, benchmark, evaluation, real-world, workflows
2608.17776Debate Training Reduces Reward Hacking in RLAIF
PDF
cs.LG88Debate training addresses reward hacking in RLAIF, relevant to scalable oversight and alignment.alignment, rlaif, reward-hacking, debate, oversight, rl
2608.17528Agent Lightning v1.0: Towards Harnessed Agentic RL
PDF
cs.AI, cs.SE88Framework for RL post-training of harnessed agents; important for agent training infrastructure and evaluation.agents, reinforcement-learning, post-training, harness, llm-training
2608.17289PlanPO: Group Planning-Aware Policy Optimization for Multi-Turn Agentic LLMs
PDF
cs.AI87Planning-aware policy optimization for multi-turn agentic LLMs with efficiency signal.agents, rl, policy-optimization, planning, llm-training
2608.18050StagedWorkspace: A Versioned Workspace for Knowledge-Work Agents
PDF
cs.AI87Versioned workspace contract for agents addresses state inconsistency in knowledge work.agents, tool-use, workspace, reliability, infrastructure, knowledge-work
2608.17829The Model's Tell: Measuring Context-Leakage Attack Signals with Behavior Gauges
PDF
cs.CR, cs.AI86Practical context-leakage risk signal using token-probability gauges without hidden-state access.privacy, context-leakage, monitoring, security, llm-safety, detection
2608.17687Mixture-of-Expert Blocks Contain Strong Hallucination Detection Signals
PDF
cs.AI, cs.LG86Uses MoE internal routing signals for token-level hallucination detection and intervention.llm-reliability, hallucination, moe, interpretability, detection
2608.17499Towards Better Agents for Multi-Turn User Interaction: The Next User Turn Is More Than Context
PDF
cs.AI86Improves credit assignment in multi-turn tool agents using user reactions; practical agent reliability advance.agents, reinforcement-learning, dialogue, credit-assignment, tool-use
2608.17588TRUSS: Towards Task-Reliable and User-Safe Automated Agent Skill Generation
PDF
cs.AI, cs.SE85Framework for generating agent skills with static safety checks and shadow execution validation.agents, skill-generation, safety, tool-use, validation, framework
2608.18062TokEval: A Tokenizer Evaluation Suite
PDF
cs.CL, cs.LG85Tokenizer evaluation suite tied to controlled pretraining; useful for model design.llm, tokenization, evaluation, pretraining, infrastructure
2608.17994Judge, Retrieve, or Abstain: Uncertainty-Guarded LLM Judging with Provable Risk Guarantees
PDF
cs.CL84Uncertainty-guarded LLM judging with abstain/retrieve options and provable risk guarantees.evaluation, llm-as-judge, uncertainty, reliability, retrieval, guarantees
2608.17271ASI-Bench: At the Dawn of Artificial Superintelligence
PDF
cs.AI84Benchmark for innovative exploration and autonomous scientific execution by AI systems.benchmark, agents, evaluation, autonomy, scientific-reasoning
2608.17587Write, Execute, Refine: From Skill Followers to Skill Optimizers via Reinforcement Learning from Execution Feedback
PDF
cs.CL84RL from execution feedback for improving tool-using agent-authored skills looks reusable.agents, reinforcement-learning, tool-use, execution-feedback, post-training
2608.17965Too Sure to Be Safe: Model Calibration for Reliable Log Anomaly Detection
PDF
cs.LG, cs.AI, cs.SE84Calibration for log anomaly detectors targets overconfidence on errors; useful reliability work for deployment.calibration, reliability, monitoring, anomaly-detection, deployment
2608.17744Thinking in a Low-Resource Language: What SFT Builds, What RL Fixes, What Accuracy Cannot See
PDF
cs.CL, cs.LG, cs.RO, stat.ML83Shows SFT/RL change reasoning language behavior beyond accuracy; useful auditability insight.reasoning, alignment, evaluation, low-resource, auditability, post-training
2608.17253Co-RL: Unsupervised Reasoning Emerges from Diverse Cohort in Multi-agent RL
PDF
cs.LG, cs.AI, cs.CV83Multi-agent RL for unsupervised reasoning without verifiable rewards; notable frontier reasoning direction.reasoning, multi-agent, reinforcement-learning, self-rewarding, llm-training

AI Paper Insight Brief

2026-08-20

0) Executive takeaways (read this first)

  • Agent safety work is shifting from model-only defenses to execution-bound controls: several papers move guarantees into harnesses, verifiers, routing layers, or on-chain enforcement rather than trusting aligned behavior alone.
  • A recurring pattern is “good aggregate performance can hide dangerous failure modes”: this shows up in self-evolving financial agents, memory-based self-improving agents, log anomaly detectors, unlearning benchmarks, and low-resource reasoning evaluation.
  • Benchmarks are getting more deployment-shaped: long-horizon browser use, Android GUI safety, startup workflows, scientific research tasks, harness lifecycle safety, and mission-critical infrastructure provisioning all test realistic operational bottlenecks rather than toy tasks.
  • For RL and post-training, the strongest signal is that credit assignment matters more than raw reward availability: peer-supervised RL, planning-aware GRPO, next-user-turn credit, debate training, and harness-aware rollout accounting all improve outcomes by making supervision more local or less gameable.
  • Security results increasingly emphasize compositional and indirect attacks: decomposition across unlinkable identities, compositional misleading in security RAG, environmental injection in mobile apps, multimodal reference-grounded jailbreaks, and context leakage all bypass simpler single-input or stateless defenses.
  • Practical implication: if you deploy agents, prioritize policy/harness design, provenance, versioning, uncertainty gating, and attack-budget-aware evaluation before chasing another small model-quality gain.

2) Key themes (clusters)

Theme: Harness-level safety and execution control

Theme: Indirect, compositional, and stateful attack surfaces

Theme: Better RL signals for agents and reasoning

Theme: Evaluation realism is becoming the bottleneck

Theme: Hidden behavioral regressions and misleading aggregate metrics

Theme: Uncertainty, calibration, and selective automation

3) Technical synthesis

  • The dominant systems pattern is structured mediation: typed intents, workspace versions, harness levels, operation–target pairs, and route-specific calibrators all convert fuzzy model behavior into auditable interfaces.
  • Several papers independently show that local credit assignment beats terminal-only reward: PlanPO uses turn/trajectory length, FACA uses next-user reactions, Wuying uses divergence-aware step weighting, and debate training uses adversarial critique to preserve judge quality.
  • Distribution shift and hidden confounders are central across domains: task order in self-improving agents, interface mismatch in financial self-evolution audits, retrieval drift in LLM judging, and cross-model transfer limits in leakage probes.
  • A common defense move is conservative routing under uncertainty: COMIC blocks on max-risk candidates, Judge/Retrieve/Abstain escalates to retrieval then abstention, LoRD suppresses confidence on risky routes, and PACE refuses execution unless policy and simulation bind.
  • Multiple papers distinguish capability from safety via final-state or artifact-grounded evaluation: MobileWorldSafety, HarnessRisk, TRUSS, COMA, and PACE all avoid relying only on textual judgments of outputs.
  • Policy support matters for RL: CO-RL uses diverse peers to avoid self-collapse; unlearning work shows GRPO cannot learn desired broad-topic behavior if rollouts never contain it; debate training works partly by changing the game, not just the reward.
  • There is a broad move from single-input threat models to compositional ones: attacks now exploit memory, retrieval composition, multi-request pooling, localized references, and environmental content.
  • Several benchmark papers show strict success rates remain low despite decent average scores, implying current agents often produce plausible partial work but fail on exact deliverable requirements.
  • The strongest empirical papers rely on ablations that isolate mechanism: PACE policy/touched-contract ablations, COMIC grounding-quality routing, Wuying’s PBRS/divergence/response-level stack, and COMA’s per-document vs aggregate ccd.
  • Across safety and evaluation, seed variance and run multiplicity are becoming first-class concerns, especially for low-resource adaptation and self-improving agents.

4) Top 5 papers (with “why now”)

  • PACE: Policy-Attested Contract Execution for Safe AI Agents in Decentralized Finance
    • Moves DeFi agent safety from model alignment to a deterministic verifier plus on-chain enforcement.
    • Cryptographically binds approved intent, simulation, policy, and calldata, closing post-simulation mutation gaps.
    • In its deterministic sandbox, achieved 0.00 unsafe execution and 0.00 false positives across 2,800 trials.
    • Why now: agentic finance is growing faster than trustworthy execution controls; this is a concrete blueprint for execution-bound safety.
    • Skepticism: results are from an in-memory simulator and mock-LLM setup, not live-chain adversarial deployment.
  • COMIC: Reference-Aware Safety Gating for Multimodal Large Language Models
    • Identifies a real multimodal gap: harm appears only after grounding a benign operation to a localized visual target.
    • Uses candidate grounding plus conservative max-risk aggregation before generation.
    • Drives FigStep ASR to near-zero across four open-source MLLMs while keeping latency modest.
    • Why now: multimodal agents increasingly act on screenshots, diagrams, and UI elements where global moderation is too coarse.
    • Skepticism: depends on OCR/proposal recall and struggles with multi-region or highly ambiguous attacks.
  • Wuying-Browser-Agent: Real-World Centric Fundamental Long-Horizon Browser Agents
    • Combines a structured browser harness, recovery-focused SFT curriculum, and divergence-aware online RL.
    • Introduces BrowserBench: 350 bilingual real-web tasks averaging 37.9 steps.
    • Reports open-source SOTA browser-use performance, with detailed ablations showing recovery data and branch-sensitive credit both matter.
    • Why now: browser agents are moving from demos to production, and long-horizon recovery is the real bottleneck.
    • Skepticism: relies on LLM-based divergence/progress estimators and significant curation effort.
  • Decomposition Attacks Across Unlinkable Identities: Limits of Stateful Defenses for LLM Services
    • Provides exact security–utility frontiers for stateful defenses when attackers can split tasks across fresh identities.
    • Shows practical defenses fail badly under realistic retry/feedback settings; adaptive attackers reached 99.4% ASR.
    • Contributes an executable benchmark with certified operations and matched benign controls.
    • Why now: many service-side safety roadmaps assume “more memory” or “stateful monitoring” is enough; this paper sharply bounds that hope.
    • Skepticism: benchmark domain is synthetic cyber-programming, so breadth beyond that setting is still open.
  • Debate Training Reduces Reward Hacking in RLAIF
    • Shows multi-agent debate can preserve judge MCC and sustain higher peak accuracy than single-player RLAIF under a weaker frozen judge.
    • Recovers roughly 45% of the gap to an RLVR roofline in peak validation accuracy.
    • Surfaces game-design constraints like critique word limits and judge weakness.
    • Why now: as labs rely more on model judges for scalable RL, reward hacking against weak judges is becoming a central failure mode.
    • Skepticism: evidence is limited to math reasoning with verifiable answers and a specific judge/policy setup.

5) Practical next steps

  • Add execution-bound safety layers for any high-impact agent: typed intents, provenance, versioned artifacts, explicit approval records, and deterministic pre-execution checks.
  • Evaluate agents under shared operational budgets, not just final ASR or success: target calls, attacker calls, latency, token cost, and human-review burden should be tracked separately.
  • Red-team for compositional attacks, not only direct prompt injection: multi-request pooling, document composition, environmental content, localized references, and persistent memory poisoning.
  • For RL pipelines, test whether gains survive reward-hacking probes and local-credit ablations: randomize local signals, shuffle task order, weaken judges, and compare against rollout-level controls.
  • Instrument deployments with uncertainty-aware routing: retrieve-or-abstain for judges, confidence suppression on risky routes, and lightweight pre-decoding probes for leakage or attack intent.
  • Audit self-improving or self-evolving agents with paired capability/security metrics: exposure, unauthorized state change, regression counts, and interface-compatibility checks.
  • Build benchmarks and internal evals that separate partial progress from strict completion, especially for browser, workspace, and professional deliverable tasks.
  • Run more multi-seed, order-randomized evaluations before shipping memory-based or adaptive agents; several papers show single-run wins can reverse under shuffle or seed changes.

Generated from per-paper analyses; no external browsing.