August 19, 2026 Research Brief

Runtime checks replace proxies.

Today’s strongest papers argue that agent safety and RAG robustness improve when systems verify execution, state, and retrieval-time evidence instead of trusting cheap content-level proxies.

Takeaways

  1. The strongest pattern today is a shift from output-only evaluation toward **trace-, state-, and execution-aware controls**: several papers show that if you only inspect prompts, memory text, retrieved docs, or final answers, you miss the real failure boundary.
  2. A recurring negative result: **cheap proxy defenses often fail for structural reasons**. Admission-time vector-store filtering, wording-based forged-memory defenses, pairwise monitor decorrelation, and rule-conditioned compliance guards all break when the attack or task exploits what the proxy cannot observe.
  3. Agent reliability work is converging on a common recipe: **restrict model freedom, verify externalized state, and move critical checks into deterministic/runtime layers**. PoEM, policy algebra, deterministic text-to-SQL compilation, and trajectory/state audits all fit this pattern.
#1

Start with: Proof-of-Execution Memory: Defending LLM Agents Against Forged-Reasoning Attacks by Verifying What Actually Happened

Why it catches my eye: It offers a reusable runtime pattern for agent memory safety by verifying executed events rather than inspecting attacker-controlled text.

Read skeptically for: Its guarantees hold only where decisions are explicitly gated and the trusted runtime and keys remain intact.

agent-safety memory runtime verification

Themes

Runtime verification beats content inspection Multiple papers show that inspecting attacker-controlled text or static artifacts is the wrong abstraction. Defenses become much stronger when they verify what actually executed, what authority was in force, or what state transition occurred.
Retrieval is now a first-class attack and failure surface Several papers show that once retrieval fails, downstream reasoning often cannot recover. The failure modes span poisoning, style shift, misleading context, and latent underuse of evidence.
Agent robustness needs trajectory-level signals, not step-local heuristics Long-horizon agents fail through accumulation, handoff loss, and poor resource allocation. Local confidence or final success metrics miss these dynamics.
Signal Runtime evidence beats text inspection. PoEM, policy algebra, deterministic text-to-SQL, and state-semantic attack papers all shift trust from language artifacts to execution or state checks.
Tension Cheap defenses miss structural failures. Admission-time retrieval filters, wording-based memory defenses, decorrelated monitors, and compliance guards fail when attacks exploit variables those proxies cannot observe.
Bet Retrieval-time control becomes mandatory. Coordinated vector poisoning, source-style collapse, misleading context, and multimodal RAG corruption all point to retrieval as a primary safety surface.

Papers Worth Your Reading Time

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

Proof-of-Execution Memory: Defending LLM Agents Against Forged-Reasoning Attacks by Verifying What Actually Happened

#1

A concrete, low-overhead design for hardening agent memory with runtime-owned execution evidence.

Why now
Agent memory is becoming a real production attack surface, and this gives a deployable defense pattern.
Skepticism
It protects only gated decisions and assumes the trusted runtime and key material are uncompromised.

Coverage Is Not Containment: A Fundamental Limit of Admission-Time Defenses Against Coordinated Poisoning of Vector Retrieval

#2

It makes a strong claim that many ingest-only RAG defenses are fundamentally mis-scoped, not just under-tuned.

Why now
RAG stacks still commonly rely on admission-time filtering despite growing poisoning risk.
Skepticism
The impossibility result targets ingestion-blind defenses, so provenance-aware or retrieval-time methods may still work.

What Do Compliance Detectors Read? An Audit of Activation Probes and Guard Models

#3

A useful audit paper showing that compliance monitors may ignore the governing rule they are supposed to enforce.

Why now
Guard models are increasingly used as operational controls, so rule blindness is a serious deployment warning.
Skepticism
Some proposed auditing signals need white-box access and may not transfer cleanly across models.

Chinese version: [中文]

Run stats

  • Candidates: 273
  • Selected: 30
  • Deepread completed: 30
  • Window (UTC): 2026-08-17T00:00:00Z → 2026-08-18T00:00:00Z (arxiv_announce, expanded=0)
Show selected papers
arXiv IDTitle / LinksCategoriesScoreWhyTags
2608.16044Coverage Is Not Containment: A Fundamental Limit of Admission-Time Defenses Against Coordinated Poisoning of Vector Retrieval
PDF
cs.CR, cs.CL, cs.IR96Shows a fundamental limit of ingestion-time RAG poisoning defenses with strong end-to-end attack evidence.RAG, security, data-poisoning, retrieval, adversarial, LLM-safety
2608.16032Proof-of-Execution Memory: Defending LLM Agents Against Forged-Reasoning Attacks by Verifying What Actually Happened
PDF
cs.CR96Direct agent-memory attack/defense paper; strong safety relevance and concrete failure of prior defense.agent-safety, memory, prompt-injection, security, adversarial-attacks
2608.16055Governance at the Boundary: How Agent Decomposition Degrades Policy Compliance
PDF
cs.AI95Benchmark shows agent decomposition can sharply degrade policy compliance in financial workflows.agent-safety, governance, benchmark, policy-compliance, multi-agent
2608.16465JailbreakSkill: Scaling Automated Red-Teaming with Reusable and Ever-Evolving Skills
PDF
cs.AI95Reusable evolving jailbreak skills for scalable automated red-teaming; directly relevant to LLM safety.jailbreak, red-teaming, agent-safety, security, evaluation
2608.16852What Do Compliance Detectors Read? An Audit of Activation Probes and Guard Models
PDF
cs.AI93Audits compliance guards/probes and finds rule blindness, a major failure for safety monitoring.guardrails, auditing, compliance, interpretability, evaluation
2608.16002From Sequence to Structure: Relational Uncertainty Propagation for LLM Agents
PDF
cs.CL, cs.AI93Trajectory-level uncertainty for LLM agents targets long-range error propagation, key for reliable agent deployment.agents, uncertainty, reliability, monitoring, tool-use, LLM
2608.16806When State Becomes an Attack Surface: State-Semantic Injection in LLM-Driven Embodied Agents
PDF
cs.RO, cs.AI92Introduces state-semantic injection as a new attack surface for embodied LLM agents.agent-safety, security, prompt-injection, embodied-agents, robustness
2608.16577BabelSteering: Multilingual Safety Alignment via English Steering Vectors
PDF
cs.CL92Inference-time multilingual safety alignment via English steering vectors across 8 languages.multilingual, safety-alignment, activation-steering, LLM-safety, robustness
2608.16246CompoSkill: Compositional Skill Chain Attacks from Individually Scanner-Passing LLM Agent Skills
PDF
cs.CR, cs.AI91Shows individually safe agent skills can compose into unsafe chains; strong path-level safety insight.agent-safety, security, tool-use, composition, benchmark
2608.16177Measuring Obedience to Authority Across Large Language Models with the Milgram Paradigm
PDF
cs.CR, cs.AI91Introduces a standardized Milgram-style benchmark for harmful obedience in LLM agents under authority pressure.agent-safety, evaluation, behavior, obedience, red-teaming, LLM
2608.16190Decorrelation Is Not Complementarity: Skill, Not Lineage, Governs Trusted-Monitor Ensembles
PDF
cs.CR, cs.LG91Trusted-monitor ensembles for backdoored code; clarifies what diversity actually helps monitoring.monitoring, backdoors, code-security, ensembles, AI-safety
2608.16551What to Remember, What to Reveal: Privacy-Aware Memory for Conversational Agents
PDF
cs.CR91Privacy-aware memory architecture for conversational agents; tackles full lifecycle of sensitive data.privacy, agent-memory, conversational-agents, security, PII
2608.16393Security Assessment of DeepSeek Harness with A.I.G: Evaluating Resistance to Indirect Prompt Injection
PDF
cs.CR89Large-scale indirect prompt injection evaluation with controlled traces and concrete attack success rates.prompt-injection, security, evaluation, agents, red-teaming
2608.16536DSPrompt: Dynamic Soft Prompt Defense Against M-RAG Corruption
PDF
cs.CR, cs.CL89Defends multimodal RAG against embedding-space corruption by modifying retriever semantics, not just query-time filters.multimodal-RAG, security, retrieval, defense, poisoning, robustness
2608.16391Ventor-QTest: Threat-Model-Driven Verification of Vendor-Hosted LLM APIs
PDF
cs.CR, cs.AI89Black-box audit framework for vendor-hosted LLM APIs under a threat-model-driven setup.auditing, LLM-APIs, security, evaluation, black-box
2608.16411Towards Risk-free AI Agent Deployment
PDF
cs.SE, cs.AI89Trajectory-centric framework for testing/debugging deployed AI agents; highly relevant to agent assurance.agents, testing, debugging, deployment, safety-evaluation
2608.16402A Policy Algebra for Trust-Preserving Agentic AI Execution
PDF
cs.AI87Formal policy algebra for constraining agent execution under identity, data, budget, approval, audit.agent-safety, governance, formalism, policy, enterprise-agents
2608.16515When Context Misleads: Intent-Guided Decoding for Robust Retrieval-Augmented Generation
PDF
cs.CL, cs.AI87Addresses when RAG context should be trusted, improving robustness to misleading retrieval via intent-guided decoding.RAG, factuality, robustness, grounding, decoding, reliability
2608.16156TRCA: Transition-wise Rubric Credit Assignment for Long-horizon LLM Agents
PDF
cs.AI87Fine-grained credit assignment for long-horizon LLM agents without learned process evaluators.agents, reinforcement-learning, credit-assignment, long-horizon, LLM
2608.16650PCA-guided Activation Scaling for Monotonic Bidirectional Control over LLM Sycophancy
PDF
cs.CL87Controllable, monotonic steering of LLM sycophancy addresses alignment and reliability directly.alignment, sycophancy, activation-steering, reliability, interpretability
2608.16776GRIP: Grounded Reasoning via Information-Restricted Premises
PDF
cs.AI86RAG method targets query dominance and reports large hallucination reduction with grounding gains.RAG, grounding, hallucination, reasoning, reliability
2608.16554Ask, Condition or Abstain: Reinforcement Learning for Missing-Premise Reasoning
PDF
cs.CL86RL framework for asking, conditioning, or abstaining under missing premises; useful reliability behavior.reasoning, abstention, RL, uncertainty, reliability
2608.16033$R^3$-Bench: LLMs Struggle with Resource-Rational Reasoning under Shared Budgets
PDF
cs.CL85Benchmark reveals LLMs struggle to allocate reasoning under shared budgets, relevant for agent planning limits.benchmark, reasoning, agents, resource-rationality, evaluation, LLM
2608.16502When Tool-Backed Skill Retrieval Fails: Source-Style Collapse in Executable Capability Retrieval
PDF
cs.LG, cs.IR85Identifies retrieval failure mode for tool-backed agents; useful for agent reliability and RAG.agents, tool-use, retrieval, reliability, RAG
2608.16578Physics of Agents: Statistical Mechanics Predicts Collective Behavior of AI Agents
PDF
cs.AI, cs.MA, cs.SI85Studies collective dynamics of LLM-agent communities; important for multi-agent risk and coordination.multi-agent, collective-behavior, alignment, social-dynamics, agents
2608.16353HalluTracer: Hallucination Detection via Depth-Averaging Truth Signals
PDF
cs.CL, cs.AI84White-box hallucination detector aggregates truth signals across layers before answer generation.hallucination, reliability, interpretability, detection, llms
2608.16831Policy Iteration with Human Feedback: Bringing Post-Training RL to In-context Learning
PDF
cs.AI, cs.CL84Brings policy-iteration-style human feedback to in-context policies and tool use with rollback and expert oversight.alignment, human-feedback, agents, post-training, tool-use, oversight
2608.16801When Agents Coordinate: Measuring Coordination in Multi-Agent AI Coding
PDF
cs.AI, cs.SE84Measures internal coordination in multi-agent coding via temporal networks over 1902 runs.multi-agent, coding-agents, evaluation, coordination, benchmarking
2608.15980Whose Gold? Annotator-Pool Disagreement Is Large at the Item Level, and Hidden by Small Leaderboards
PDF
cs.CL, cs.LG84Shows annotator-pool disagreement can hide behind stable leaderboards; important eval methodology warning.evaluation, preferences, benchmarks, annotation, leaderboards
2608.16663Bounded Semantic Planning and Deterministic Compilation for Reliable Enterprise Text-to-SQL
PDF
cs.DB, cs.AI83Moves stochasticity out of SQL generation with deterministic checks; strong reliability angle.text-to-sql, reliability, deterministic-systems, enterprise, agents

AI Paper Insight Brief

2026-08-19

0) Executive takeaways (read this first)

  • The strongest pattern today is a shift from output-only evaluation toward trace-, state-, and execution-aware controls: several papers show that if you only inspect prompts, memory text, retrieved docs, or final answers, you miss the real failure boundary.
  • A recurring negative result: cheap proxy defenses often fail for structural reasons. Admission-time vector-store filtering, wording-based forged-memory defenses, pairwise monitor decorrelation, and rule-conditioned compliance guards all break when the attack or task exploits what the proxy cannot observe.
  • Agent reliability work is converging on a common recipe: restrict model freedom, verify externalized state, and move critical checks into deterministic/runtime layers. PoEM, policy algebra, deterministic text-to-SQL compilation, and trajectory/state audits all fit this pattern.
  • Retrieval is increasingly treated as a primary safety surface, not just a quality component. Today’s papers show failures from coordinated poisoning, source-style collapse in tool retrieval, misleading RAG context, multimodal retrieval poisoning, and query-dominant latent representations.
  • Several papers provide actionable monitoring signals that are cheap enough to deploy now: trajectory-graph risk propagation, TF-IDF source-style routing, pre-decoding depth-averaged truth probes, and text-only API fidelity audits.
  • Evaluation itself is under pressure: annotator pool choice, benchmark lexical shortcuts, and small leaderboards can hide instability, so claims about “human agreement,” “compliance,” or “robustness” increasingly need stronger provenance and counterfactual testing.

2) Key themes (clusters)

Theme: Runtime verification beats content inspection

Theme: Retrieval is now a first-class attack and failure surface

Theme: Agent robustness needs trajectory-level signals, not step-local heuristics

Theme: Evaluation and monitoring proxies are less trustworthy than they look

Theme: Alignment control is becoming more targeted, behavioral, and inference-time

3) Technical synthesis

  • Several papers converge on a “move the check to the right layer” principle: if the risk is path-level, state-level, or demand-level, then prompt filters and static admission checks are structurally underpowered.
  • A common methodological upgrade is counterfactual evaluation: delete the rule, switch annotator pools, randomize the evidence bottleneck, compare matched-source vs mismatched-source retrieval, or compare planner adoption vs execution realization.
  • Many successful methods combine stochastic model choice with deterministic realization: bounded semantic planning + deterministic SQL compilation, policy algebra + runtime predicates, PoEM + trusted ledger checks.
  • Retrieval papers increasingly separate candidate coverage from downstream reasoning quality; once the gold tool/document is absent, rerankers and planners cannot recover.
  • Multiple works use cheap auxiliary signals instead of heavy judges: TF-IDF centroid distance for routing, depth-averaged probe logits for hallucination, repeated-request categorical counts for API auditing, graph-propagated uncertainty for agents.
  • There is a strong trend toward distributional rather than point evaluation: repeated runs, split-half behavioral fingerprints, route-level tail metrics, and leaderboard displacement probabilities.
  • Several papers show that capability and robustness interact nonlinearly: stronger models can be more vulnerable to forged-memory implications, less harmed by decomposition, or more stable under certain steering regimes.
  • The day’s agent-training papers emphasize dense intermediate supervision from environment structure rather than learned judges: transition rubrics, graph relations, and machine-checkable policy packs.
  • Across security papers, the most effective attacks are representation-compatible: schema-preserving state edits, individually admissible retrieval poisons, scanner-passing skill chains, and reworded forged memories.
  • A recurring failure mode in monitoring is proxy confounding: agreement conflates skill and error, compliance detectors read scenario not rule, and leaderboard stability conflates robustness with wide model spacing.

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

  • Proof-of-Execution Memory: Defending LLM Agents Against Forged-Reasoning Attacks by Verifying What Actually Happened
    • Replaces wording-based memory inspection with an HMAC-chained execution ledger checked at decision time.
    • Shows an adaptive rewording attacker reduces SENTINEL’s protection to near zero, while PoEM drives ASR to 0% across reported cells.
    • Practical overhead is tiny: grounding check around 1.46 ms at ledger size 1000 and about 200 bytes/event.
    • Why now: agent memory is becoming a real production surface, and this paper offers a concrete pattern for hardening it.
    • Skeptical take: protection only applies to gated decisions and assumes the trusted runtime/key remain uncompromised.
  • Coverage Is Not Containment: A Fundamental Limit of Admission-Time Defenses Against Coordinated Poisoning of Vector Retrieval
    • Gives both a constructive coordinated attack and a formal indistinguishability limit for ingestion-blind defenses.
    • End-to-end impact is large: poisoned docs make the generator emit the planted claim in 88% of targets vs 0% clean.
    • Shows the strongest learned ingestion-blind detector catches only 4.2% of attacks at 1% FPR, while a retrieval-time detector catches 100% at the same FPR.
    • Why now: many RAG stacks still rely on cheap ingest filters; this paper says that design is fundamentally mis-scoped.
    • Skeptical take: the impossibility result is scoped to ingestion-blind defenses, not all ingestion-time or provenance-aware methods.
  • $R^3$-Bench: LLMs Struggle with Resource-Rational Reasoning under Shared Budgets
    • Isolates a neglected failure mode: models that look competent per task can still allocate shared budgets badly across tasks.
    • The response-curve oracle beats or matches contest performance in all 72 main cells and is strictly higher in 71.
    • Lightweight scheduler interventions help in several cells, but no single policy dominates across domains.
    • Why now: agent deployments increasingly operate under shared API, tool, and time budgets rather than isolated single-task settings.
    • Skeptical take: the oracle is an offline diagnostic, not a directly executable upper bound.
  • What Do Compliance Detectors Read? An Audit of Activation Probes and Guard Models
    • Identifies rule blindness: detectors keep their verdicts when the governing rule is deleted, shuffled, or substituted.
    • On a crossed-rule benchmark, cheap one-pass detectors fall to chance, while step-by-step prompting on a judge reaches 0.849 AUROC on a subsample.
    • Introduces ICS, a cheap training-free activation readout useful for auditing, but not a full solution.
    • Why now: compliance guards are increasingly used as audit controls, and this paper questions whether they read the rule at all.
    • Skeptical take: ICS needs first-party activation access, ties TF-IDF on pooled transfer, and is vulnerable to white-box attack.
  • Whose Gold? Annotator-Pool Disagreement Is Large at the Item Level, and Hidden by Small Leaderboards
    • Shows expert vs crowd majorities differ on 23.6% of convention-free MULTIPREF items, with 9.2% winner reversals.
    • Yet six-model leaderboards remain identical, revealing that leaderboard invariance can be an artifact of spacing.
    • Also finds tested LLM judges align more with the crowd than experts by 3.7–6.9 pp.
    • Why now: preference data underpins reward models, LLM judges, and eval leaderboards; this paper challenges the assumption of a single gold label.
    • Skeptical take: direct evidence comes from corpora with only six ranked models, so larger-board conclusions are extrapolated.

5) Practical next steps

  • Add runtime-owned provenance for safety-critical agent actions: execution ledgers, state-source attribution, and explicit gating for skips, approvals, and delegation.
  • Re-audit any RAG or vector-store defense that acts only at ingestion; add retrieval-time demand/provenance monitors and test coordinated multi-document attacks.
  • For tool or skill retrieval, log source-style metadata and deploy a simple query-batch routing fallback (e.g., TF-IDF centroid mismatch) before fine-tuning a single retriever on one source slice.
  • In agent evals, measure trajectory-level risk and shared-budget allocation loss, not just final success; compare against offline headroom or replay oracles.
  • Replace or supplement prompt/content filters with deterministic enforcement layers for authority, budget, memory restoration, and SQL/action compilation.
  • Revisit compliance and safety monitors with counterfactual tests: remove the rule, swap the rule, perturb scenario cues, and check whether verdicts actually change.
  • Preserve per-annotator labels and pool identity in preference datasets; report which pool your judge or reward model is aligned to.
  • For hallucination-sensitive deployments, test pre-decoding internal detectors and evidence-dependence ablations to catch cases where the model is ignoring retrieved context.

Generated from per-paper analyses; no external browsing.