August 5, 2026 Research Brief

Agent safety turns stateful.

Today’s strongest papers show agent failures emerge across trajectories, memories, and sessions, while lightweight runtime checks and process-aware benchmarks expose and sometimes repair them.

Takeaways

  1. Agent safety work is shifting from **single-step correctness to trajectory-level assurance**: multiple papers show that failures emerge from composition across steps, sessions, memories, tools, and collaborators—not from any one obviously bad action.
  2. **Memory is now a primary attack and reliability surface**. Today’s strongest signals include collusive memory poisoning, authority/provenance loss during consolidation, and stale-dependency failures where updated memory does not change behavior.
  3. Several papers show that **lightweight runtime controls can recover real performance** without retraining: read-before-finalize gates in agentic RAG, rollback-and-retry after anomaly detection, scoped declassification contracts, and attention firewalls for stale VLM reasoning.
#1

Start with: When Memory Becomes Authority: Benchmarking Authority Collapse at the Memory Consolidation Boundary

Why it catches my eye: It isolates a deployment-critical memory failure where preserved content loses source authority and triggers unauthorized actions.

Read skeptically for: The mitigation depends on source prediction and does not address omitted facts during consolidation.

agent-safety memory benchmark authorization

Themes

Trajectory-level safety and runtime assurance Multiple papers argue that agent failures are fundamentally sequential: locally acceptable actions can compose into policy violations, wrong answers, or misuse. This pushes safety from prompt-level filtering toward runtime invariants, monitors, and repair mechanisms.
Memory as both capability and attack surface Persistent memory is no longer just a personalization feature; it is a major source of security, provenance, and behavioral-alignment failures. The strongest papers today show that what is stored, how it is consolidated, and how it is later used all matter.
Process-aware evaluation is replacing endpoint-only scoring Several papers show that final-answer accuracy hides the real mechanism: models may retrieve the wrong evidence, use the right evidence badly, shortcut derivations, or over-trust noisy tools. Better benchmarks are now exposing these hidden failure modes.
Signal Safety has moved to trajectories. Securing Agentic AI, Agentic RAG failures, and real-time repair all treat sequential state and runtime invariants as the main control surface.
Tension Memory helps and destabilizes agents. Authority collapse, collusive memory poisoning, and stale-dependency repairs show persistent memory boosts capability while creating new security and reliability failures.
Bet Runtime controls will beat retraining first. Read-before-finalize gates, rollback-and-retry monitors, scoped declassification, and harness edits all improve behavior without changing base model weights.

Papers Worth Your Reading Time

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

When Memory Becomes Authority: Benchmarking Authority Collapse at the Memory Consolidation Boundary

#1

A sharp benchmark for a realistic persistent-agent failure: memory content survives while authority provenance disappears.

Why now
More agents are acting from long-term memory, so provenance loss is becoming a deployment blocker.
Skepticism
Results hinge on specific consolidation setups, and preserving authority labels may not solve missing-memory failures.

Real-Time Detection and Repair of LLM Agent Failures

#2

It offers a practical monitoring-and-repair loop using cheap telemetry rather than expensive per-step judging.

Why now
Teams need always-on agent reliability controls that are cheaper than the agents they supervise.
Skepticism
Monitors need deployment-specific calibration and may miss plausible but wrong outputs without external checks.

Salami Attack: Stealthy Collusive Memory Poisoning against OpenClaw

#3

It shows why auditing memory entries independently is insufficient once benign fragments can collude across sessions.

Why now
Persistent-memory agents are entering production before defenses account for compositional poisoning.
Skepticism
Exposure may depend on memory architectures that load multiple entries rather than stricter top-k or top-1 systems.

Chinese version: [中文]

Run stats

  • Candidates: 340
  • Selected: 30
  • Deepread completed: 30
  • Window (UTC): 2026-08-03T00:00:00Z → 2026-08-04T00:00:00Z (arxiv_announce, expanded=0)
Show selected papers
arXiv IDTitle / LinksCategoriesScoreWhyTags
2608.01558Securing Agentic AI: From Per-Action Checks to Trajectory Assurance
PDF
cs.AI, cs.CR, cs.MA95Broad, high-priority agent security framing from action checks to trajectory-level assurance.agent-safety, security, trajectory-assurance, multi-agent, governance
2608.02518Magnet: Detecting Cross-Session AI Misuse Through Capability Accumulation
PDF
cs.AI, cs.CY95Cross-session misuse detection for multi-agent AI closes a major monitoring gap.agent-safety, misuse-detection, monitoring, multi-agent, security
2608.01679When Memory Becomes Authority: Benchmarking Authority Collapse at the Memory Consolidation Boundary
PDF
cs.AI95Targets memory authority collapse in persistent agents with a controlled benchmark.agent-safety, memory, benchmark, authorization, persistent-agents
2608.01719MNC: Scope-Bound Semantic Declassification for Private LLM-Agent Communication
PDF
cs.CR, cs.AI95Strong agent privacy/control protocol with enforceable scopes for multi-agent communication.agent-safety, privacy, multi-agent, access-control, monitoring
2608.02011Before Reasoning Fails: Pre-Evidence Procedural Failures in Agentic RAG
PDF
cs.AI95Agentic RAG failure taxonomy plus simple runtime invariant with measured gains.agentic-rag, safety, evaluation, tool-use, runtime-guardrails
2608.01637Salami Attack: Stealthy Collusive Memory Poisoning against OpenClaw
PDF
cs.AI94Stealthy collusive memory poisoning exposes a serious long-term agent memory risk.agent-safety, memory-poisoning, red-teaming, long-term-memory, security
2608.01718LaCache: Robust Semantic Caching for LLM Serving
PDF
cs.AI93Targets a concrete LLM serving attack: semantic cache poisoning via collision attacks.security, llm-serving, semantic-caching, adversarial-robustness, inference
2608.02499SWE-Touch: Benchmarking Coding Agents When Users Touch the Code
PDF
cs.SE, cs.AI, cs.CL93Realistic benchmark for coding agents under user code edits; strong eval value for agent reliability.agents, benchmark, coding-agents, evaluation, reliability
2608.02464Real-Time Detection and Repair of LLM Agent Failures
PDF
cs.AI, cs.LG, cs.SE92Cheap telemetry-based failure detection/repair is highly practical for deployed agents.agents, monitoring, failure-detection, reliability, tool-use
2608.02024EduZone: A Framework for Evaluating LLM Safety for K-12 Students and Teachers
PDF
cs.AI, cs.CY92Safety eval for K-12 LLM use with grounded adversarial educational scenarios.llm-safety, evaluation, education, red-teaming, benchmark
2608.02520MedPRESS: A Multi-turn Benchmark for Patient-Pressure-Induced Medical Sycophancy in LLMs
PDF
cs.CL91New multi-turn benchmark for medical sycophancy under pressure in high-stakes dialogues.benchmark, medical-safety, sycophancy, evaluation, dialogue
2608.02442Right Answer, Wrong Method: Shortcut Hacking Misleads the Evaluation of LLM Reasoning on Frontier Science Benchmarks
PDF
cs.AI, cs.CL91Shows final-answer evals overstate reasoning via shortcut hacking on hard science tasks.evaluation, reasoning, benchmarking, reliability, scientific-llms
2608.01913Diagnosing Search Behavior and Failure Modes in Long-Horizon Search Agents
PDF
cs.AI, cs.CL, cs.IR91Diagnoses long-horizon search-agent failures into retrieval vs utilization gaps with human judgments.agents, search, evaluation, failure-analysis, retrieval
2608.01953Look Ahead Before You Distill: Future Trajectory Validation of Teacher Guidance for Agentic On-Policy Distillation
PDF
cs.CL, cs.LG91Improves agentic on-policy distillation by validating teacher guidance via future trajectories.agents, distillation, rl, post-training, trajectory-evaluation
2608.02276Harness-R1: Learning to Edit Executable Runtime Harnesses from Agent Failure Trajectories
PDF
cs.AI90Learns to patch agent runtime harnesses from failures, a reusable agent-improvement idea.agents, post-training, runtime, harness, self-improvement
2608.02491Long-term Measurements: Towards a Longitudinal Understanding of Human-AI Interactions
PDF
cs.AI90Argues for longitudinal measurement of human-AI risks beyond short-term evals.ai-safety, human-ai-interaction, longitudinal-evaluation, societal-risk
2608.01772FRAMES: Guarded and Dual-Objective Skill Evolution for Agents in Policy-Governed Enterprise Workflows
PDF
cs.AI90Enterprise agent framework with policy grounding, auditability, anti-regression, and cost-accuracy tradeoff.agents, enterprise, auditability, policy-compliance, optimization
2608.02372PredAct-Bench: Benchmarking Tool-Augmented Dialogue under Controlled Tool Noise
PDF
cs.CL89Benchmark for tool-augmented dialogue under noisy tools; highly relevant to agent reliability.agents, benchmark, tool-use, robustness, evaluation
2608.01930Recompute or Reuse? Diagnosing and Mitigating Textual Shortcuts in VLM Self-Reflection
PDF
cs.CV, cs.AI89Diagnoses shortcut reuse in VLM self-reflection; relevant to reliability and auditing.vlm, self-reflection, reliability, reasoning, evaluation
2608.02154Auditing Data Provenance in LLM Fine-tuning via Intrinsic Distributional Fingerprints
PDF
cs.AI88Post-hoc black-box auditing of unauthorized fine-tuning data provenance has strong practical value.auditing, data-provenance, fine-tuning, ip, black-box
2608.01684GABench: A Comprehensive Benchmark for Evaluating LLM Agents on Graph Analysis Tasks
PDF
cs.AI88Comprehensive benchmark for end-to-end graph-analysis agents, not just prompt QA.benchmark, agents, evaluation, graph-reasoning, tool-use
2608.02046CompanionBench: A Theory-Anchored, Real-World-Grounded Benchmark for AI Emotional Companionship
PDF
cs.CL, cs.AI88Real-world-grounded benchmark for emotional companion agents in high-stakes use.evaluation, companions, llm-safety, human-ai-interaction, benchmark
2608.02171From Profiling to Synthesis: Benchmarking Implicit Behavioral Alignment in Personalized LLM Agents
PDF
cs.AI88Benchmark targets implicit behavioral alignment in personalized agents from noisy longitudinal histories.alignment, agents, personalization, benchmark, behavior
2608.02181Start Classifying: Categorical Critics for LLM Reinforcement Learning
PDF
cs.LG88Critic redesign for RLVR/PPO could materially improve LLM post-training stability.llm-rl, ppo, rlvr, post-training, calibration
2608.01619When Memory Updates but Behavior Does Not: Repairing Implicit Stale Dependencies in Personalized Agent Responses
PDF
cs.AI87Addresses stale-memory failures in personalized agents with verified state-to-draft auditing.agents, memory, reliability, personalization, auditing
2608.02407Antares: Foundation Models for Agentic Vulnerability Localization
PDF
cs.CR, cs.AI87Compact agentic security models with strong vuln localization could matter for cyber agents.cybersecurity, agents, code, vulnerability-localization, foundation-models
2608.01849Exploring and Bridging Knowledge Holes in Unlearned Multimodal Large Language Models
PDF
cs.AI87Finds and benchmarks knowledge holes from MLLM unlearning; safety-relevant utility tradeoff.unlearning, multimodal-llm, safety, evaluation, robustness
2608.01676Understanding Sparse Attention Selectivity in Long-Context Foundation Models via Counterfactual Evaluation
PDF
cs.CL, cs.LG86Counterfactual audit of sparse attention gives useful long-context reliability insights.long-context, sparse-attention, interpretability, reliability, foundation-models
2608.02353Global Optimization and Inference-Time Region Grafting for Agentic Workflows
PDF
cs.CL86Inference-time workflow adaptation for agents using label-free quality signals; practical agent robustness.agents, workflow, inference-time, optimization, robustness
2608.02087Instruction-Conditioned Exploration with Asymmetric Reinforcement Learning and Self-Distillation
PDF
cs.AI, cs.CL, cs.LG86Exploration method for LLM RL with self-distillation; promising for capability gains.llm-rl, exploration, self-distillation, post-training, reasoning

AI Paper Insight Brief

2026-08-05

0) Executive takeaways (read this first)

  • Agent safety work is shifting from single-step correctness to trajectory-level assurance: multiple papers show that failures emerge from composition across steps, sessions, memories, tools, and collaborators—not from any one obviously bad action.
  • Memory is now a primary attack and reliability surface. Today’s strongest signals include collusive memory poisoning, authority/provenance loss during consolidation, and stale-dependency failures where updated memory does not change behavior.
  • Several papers show that lightweight runtime controls can recover real performance without retraining: read-before-finalize gates in agentic RAG, rollback-and-retry after anomaly detection, scoped declassification contracts, and attention firewalls for stale VLM reasoning.
  • Evaluation is becoming more process-aware and adversarially realistic: benchmarks now stress noisy tools, shared workspaces, multi-turn pressure, cross-session misuse, and derivation-vs-shortcut distinctions rather than static final-answer accuracy.
  • For frontier progress, a recurring pattern is better selection/validation beats more raw effort: search recall predicts answer quality better than search volume; local teacher disagreement needs future validation; sparse attention can silently distort evidence influence; categorical critics improve PPO via better calibration.
  • Practical implication: teams deploying agents should prioritize stateful invariants, provenance metadata, trajectory logging, and repair loops over adding more model “reasoning budget” alone.

2) Key themes (clusters)

Theme: Trajectory-level safety and runtime assurance

  • Why it matters: Multiple papers argue that agent failures are fundamentally sequential: locally acceptable actions can compose into policy violations, wrong answers, or misuse. This pushes safety from prompt-level filtering toward runtime invariants, monitors, and repair mechanisms.
  • Representative papers:
  • Common approach:
    • Replace per-action checks with stateful trajectory constraints or lifecycle policies.
    • Use observable runtime signals: tool traces, read/final actions, telemetry, downstream scope contracts.
    • Add minimal intervention points rather than retraining: read gates, rollback, scoped disclosure enforcement, abstain/delegate paths.
    • Evaluate with paired or controlled interventions to isolate procedural vs reasoning failures.
  • Open questions / failure modes:
    • How to formalize trajectory invariants that remain enforceable across multi-agent, multi-tool systems.
    • Runtime controls can add overhead or intrusive verification prompts.
    • Some failures remain invisible without external references or richer telemetry.
    • Generalization beyond current domains (Wikipedia QA, MAGPIE, specific agent stacks) is still open.

Theme: Memory as both capability and attack surface

Theme: Process-aware evaluation is replacing endpoint-only scoring

Theme: Inference-time controls and harness adaptation as a practical improvement path

Theme: Security is broadening from prompt injection to infrastructure integrity

Theme: Better RL and compression diagnostics are targeting hidden optimization failures

3) Technical synthesis

  • A strong methodological pattern is paired counterfactual evaluation: sparse-vs-dense influence audits, teacher-bridge vs base continuation, washed vs authority-labeled memories, and read-gated vs ungated trajectories.
  • Several papers replace scalar endpoint metrics with typed failure decompositions: retrieval gap vs utilization gap, discipline vs post-read failure, hacked vs legitimate correctness, unsafe agreement timing, and scope violation vs authorized delivery.
  • Statefulness is the recurring missing variable: memory freshness, authority provenance, cumulative disclosure budget, cross-session capability inventory, and trajectory-level containment all require carrying forward structured state.
  • Runtime interventions increasingly rely on minimal invariants rather than full policy models: “must read before final,” “cannot broaden disclosure scope,” “must match lookahead prefix,” “fresh suffix cannot attend to stale CoT.”
  • Many successful systems combine statistical monitors with deterministic checks: ESN anomaly detection plus consistency/coverage validators; provenance-verified transitions plus semantic gates; label-free workflow proxies plus coupling guards.
  • Across agent papers, more effort is often not the fix: longer search trajectories, higher hidden thinking budgets, or more tool calls can worsen outcomes if query discipline, evidence use, or procedural compliance is poor.
  • A common scaling trick is to optimize the outer loop around a frozen model: skill-bank evolution, harness editing, workflow grafting, and post-generation auditing all improve behavior without weight updates.
  • In RL papers, the best gains come from better supervision selection/calibration: future-validated bridges, correctness-filtered distillation, and categorical critics that reduce advantage asymmetry.
  • Security work is moving toward control-plane and lifecycle assurance: model routing, cache serving, memory consolidation, and supply-chain provenance are treated as attack surfaces alongside prompts.
  • Benchmarks are becoming more realistic by injecting noise, pressure, edits, or multi-session decomposition, which exposes failures hidden by oracle-tool or single-turn settings.

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

When Memory Becomes Authority: Benchmarking Authority Collapse at the Memory Consolidation Boundary

  • Shows a sharp, practical failure mode in persistent memory: content survives but source authority is erased, enabling unauthorized downstream actions.
  • Strong benchmark design isolates authority by holding proposition and task fixed while varying only source role.
  • Empirically broad: authority collapse appears in 48/49 consolidator-backend configurations; washed memories drive 50.3% unauthorized-action rate.
  • Why now: as agents increasingly act on memory, provenance metadata is becoming as important as factual content.
  • Skeptical take: mitigation depends on accurate source prediction and does not solve omission during consolidation.

Salami Attack: Stealthy Collusive Memory Poisoning against OpenClaw

  • Identifies a new compositional threat: multiple benign-looking memory fragments jointly induce harmful behavior across sessions.
  • MemCollusion achieves high cross-session effectiveness (81.3% memory save rate, 75.0% attack success under strongest setting) and remains robust to entry-wise defenses.
  • Important because it directly breaks the common assumption that memory entries can be audited independently.
  • Why now: persistent-memory agents are moving into production, and current defenses appear mismatched to compositional attacks.
  • Skeptical take: results are centered on OpenClaw-like systems that load multiple memories; top-1 retrieval agents may be less exposed.

Real-Time Detection and Repair of LLM Agent Failures

  • Demonstrates that cheap, one-class telemetry monitors can detect many failures without per-step LLM judging.
  • Practical system result: rollback-and-rerun recovers 45% of failures vs 16% for resampling and lifts task success from 52% to 73%.
  • Strong because it combines controlled injections, live-agent validation, deterministic verifiers, and repair.
  • Why now: deployment teams need always-on monitoring that is cheaper than the agent itself.
  • Skeptical take: monitors require per-deployment recalibration and cannot detect plausible-value corruption without external references.

Understanding Sparse Attention Selectivity in Long-Context Foundation Models via Counterfactual Evaluation

  • Introduces a rigorous audit for whether sparsification changes which content actually influences outputs.
  • Finds causal route effects in 13/16 model-task-ratio cells and shows compression can amplify poison or suppress corrective evidence in ways aggregate accuracy misses.
  • Valuable because long-context efficiency methods are being deployed faster than their safety properties are understood.
  • Why now: sparse attention and KV compression are becoming default infrastructure for long-context systems.
  • Skeptical take: current evidence is on 7B–8B open models and fixed block settings; scaling behavior remains open.

Look Ahead Before You Distill: Future Trajectory Validation of Teacher Guidance for Agentic On-Policy Distillation

  • Improves agentic distillation by validating whether a teacher intervention actually leads to better future student trajectories, not just local agreement.
  • Delivers consistent gains across ALFWorld, WebShop, and ScienceWorld: +16.6 points over OPD and +7.6 over TCOD-B2F in the main setting.
  • The key insight is broadly useful: local disagreement is a good candidate signal, but not a sufficient training target.
  • Why now: small-agent training is increasingly bottlenecked by how to transfer long-horizon behavior from stronger teachers.
  • Skeptical take: validation uses a noisy single paired sample (K=1) and stays within shared-tokenizer Qwen teacher-student pairs.

5) Practical next steps

  • Add trajectory-level invariants to agent runtimes now: at minimum, block finalize-before-read in RAG-style systems and log explicit state transitions for later audit.
  • Treat memory as a governed subsystem: persist authority/provenance labels, test for stale-dependency failures, and evaluate cross-entry collusion rather than only single-entry poisoning.
  • Instrument agents with cheap telemetry monitors plus deterministic validators; use rollback-to-last-fact-gathering-step as a default repair policy where feasible.
  • For multi-agent systems, implement scoped disclosure contracts on messages, logs, and memory writes; measure excess leakage from internal channels, not just public outputs.
  • Re-evaluate long-context stacks with content-influence audits, especially if using sparse attention or KV eviction; do not rely on throughput and aggregate accuracy alone.
  • In search and tool-use agents, optimize for query discipline, evidence coverage, and tool-call quality rather than simply increasing context budget or hidden reasoning effort.
  • For coding agents, test robustness under shared-workspace edits and require explicit re-inspection/re-validation after external changes.
  • In RL pipelines, try future-validated teacher interventions and categorical critics before larger actor-side changes; both appear to improve signal quality with modest system disruption.
  • Expand safety eval suites to include multi-turn pressure, noisy tools, cross-session accumulation, and derivation-aware scoring so deployment metrics better match real failure modes.

Generated from per-paper analyses; no external browsing.