July 24, 2026 Research Brief

Agent safety moves deeper.

Today’s strongest papers push reliability from answer scoring to trajectory verification, predictive guards, and infrastructure threat models, showing that capable agents fail through state, tools, and serving layers as much as outputs.

Takeaways

  1. Agent reliability work is shifting from **final-answer scoring to trajectory/state verification**. Several papers show that answer accuracy hides silent failures, while deterministic or structure-aware verifiers expose unsupported reasoning, unsafe tool use, and destructive edits.
  2. A strong pattern today is **better feedback beats more sampling**: profiler-guided optimization, predictive guards, programmatic memory, and targeted test-time adaptation all improve outcomes by injecting task-specific signals rather than just scaling inference.
  3. Security work is increasingly **systems- and infrastructure-level**, not just prompt-level: new threats target KV-cache reuse, third-party skills, reconnaissance against agents, evolving jailbreak ecosystems, and license propagation across AI supply chains.
#1

Start with: JANUS: Foreseeing Latent Risk for Long-Horizon Agent Safety

Why it catches my eye: It captures a key shift: agent safety is moving from reactive blocking to forecasting risk from partial trajectories.

Read skeptically for: Its guards are trained on simulated traces, so transfer to messy deployed agent workflows is still unproven.

agent-safety long-horizon predictive-guard trajectory-risk

Themes

Trajectory-level verification over answer-only evaluation Several papers show that final correctness is an unreliable proxy for trustworthy reasoning or safe execution. The common move is to verify intermediate structure, evidence use, or final artifact state with deterministic or rubric-guided checks.
Proactive and mechanism-aware safety controls Rather than only blocking harmful outputs at the end, these papers intervene earlier or deeper in the model: forecasting future risk, sanitizing steering vectors, pruning backdoor neurons, or certifying rare harmful generations.
Agent security is moving beyond prompt injection The attack surface now includes shared serving infrastructure, third-party skills, reconnaissance loops, and evolving attack-defense dynamics. This is closer to real deployment risk than static jailbreak benchmarks.
Signal Verification is moving inside trajectories. Reasoning audits, multimodal search diagnostics, and DocOps-style artifact checks all argue final answers miss unsupported steps and silent corruption.
Tension Optimization features are becoming attack surfaces. HijackKV, risky third-party skills, and reconnaissance-driven pentesting show deployment infrastructure now creates security failures beyond prompt injection.
Bet Targeted feedback will beat brute-force sampling. PerfAgent, JANUS, programmatic memory, and test-time adaptation improve outcomes by adding task-specific signals instead of only scaling inference.

Papers Worth Your Reading Time

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

JANUS: Foreseeing Latent Risk for Long-Horizon Agent Safety

#1

A strong first read on predictive supervision for tool-using agents, with clear deployment relevance for long-horizon safety.

Why now
Agents are moving from chat to action, where waiting for a harmful final step is often too late.
Skepticism
Simulation-trained risk forecasts may not generalize cleanly to real traces and tool ecosystems.

HijackKV: New Threat in Position-Independent KV Cache Reuse

#2

It reframes a serving optimization as a security boundary and gives infra teams a concrete new threat model.

Why now
Aggressive KV reuse is spreading in production stacks to cut latency and cost.
Skepticism
Impact depends on real cache occupancy, eviction policy, and whether targeted reuse patterns occur in practice.

Know Your Agent: Reconnaissance-Driven Pentesting of AI Agents

#3

Useful because it upgrades agent red-teaming from static payloads to adaptive black-box reconnaissance.

Why now
Deployed agents increasingly expose tools, schemas, and workflow hints that attackers can learn interactively.
Skepticism
Performance drops on some environments, suggesting attack gains may be benchmark- and setup-sensitive.

Chinese version: [中文]

Run stats

  • Candidates: 187
  • Selected: 30
  • Deepread completed: 30
  • Window (UTC): 2026-07-22T00:00:00Z → 2026-07-23T00:00:00Z (arxiv_announce, expanded=0)
Show selected papers
arXiv IDTitle / LinksCategoriesScoreWhyTags
2607.20286Sound Probabilistic Safety Bounds for Large Language Models
PDF
cs.CL, cs.AI96Rigorous PAC lower/upper safety bounds for harmful LLM outputs; strong formal safety relevance.llm-safety, formal-verification, harmfulness, pac-bounds, evaluation
2607.19837Know Your Agent: Reconnaissance-Driven Pentesting of AI Agents
PDF
cs.AI, cs.CR, cs.LG95Black-box pentesting for agents via reconnaissance; directly targets indirect prompt injection.agent-safety, prompt-injection, pentesting, security-eval, black-box
2607.19913JANUS: Foreseeing Latent Risk for Long-Horizon Agent Safety
PDF
cs.AI, cs.CL, cs.CR94Long-horizon agent guard that anticipates delayed risks from partial trajectories.agent-safety, long-horizon, guardrails, risk-forecasting, RL
2607.19957HijackKV: New Threat in Position-Independent KV Cache Reuse
PDF
cs.CR, cs.AI, cs.LG94Identifies a new LLM serving attack via position-independent KV reuse with clear security impact.llm-security, inference, kv-cache, prompt-injection, systems-security
2607.20121OpenSkillRisk: Benchmarking Agent Safety When Using Real-World Risky Third-Party Skills
PDF
cs.CL92Benchmark for risky third-party skills with sandboxed evaluation of agent safety.agent-safety, benchmark, tool-use, third-party-skills, sandbox
2607.19824Rewarding Better Thinking for LLM Preference Alignment
PDF
cs.AI, cs.CL92Process-level reward for LLM alignment with concrete RL gains on reasoning trajectories.LLM alignment, RLHF, process reward, reasoning, preference optimization
2607.19829DARWIN: Evolving Jailbreak Adversary and Guardrail for LLM Safety Evaluation and Protection
PDF
cs.CR91Evolutionary jailbreak attack-defense loop for adaptive safety evaluation and guardrails.jailbreak, guardrails, red-teaming, safety-eval, adversarial
2607.19678Reference-Free Evaluation of Reasoning in Open-Ended Question Answering
PDF
cs.CL, cs.AI, cs.LG91Reference-free auditing of LLM reasoning with segment grounding; strong fit for reliability eval.llm-evaluation, reasoning, auditing, reliability, high-stakes
2607.19683GhostPrompt: Cross-Image Adversarial Prompt for Vision-Language Models
PDF
cs.CR91Cross-image transferable adversarial prompts for VLMs; notable multimodal robustness threat model.vlm-security, adversarial-attacks, robustness, multimodal, red-teaming
2607.20379Train the Model, Not the Reader: Decodability Supervision for Verifiable Activation Explanations
PDF
cs.AI, cs.CL90Challenges faithfulness of activation explanations and proposes stronger supervision for verifiability.interpretability, mechanistic-interpretability, faithfulness, activation-explanations, llm
2607.19806OPIUM: Mitigating Steering Externalities and Over-Refusal via Dual Objective Latent Optimization
PDF
cs.LG, cs.AI90Targets safety-utility tradeoff in activation steering; mitigates over-refusal and unsafe drift.LLM safety, activation steering, guardrails, over-refusal, representation optimization
2607.20129CUSUM-Shaped Inference-Time Monitoring and Targeted Re-Decoding for Quantized Small Language Model Reasoning
PDF
cs.AI89Inference-time monitoring plus rollback/re-decoding for reasoning failures in quantized small LMs.reasoning, monitoring, test-time-compute, reliability, small-language-models
2607.20090Reinforcement Learning for Large Language Model Selective Evidence Adoption from Contaminated Retrieval Results
PDF
cs.CL, cs.AI88RAG safety/reliability benchmark and RL post-training for selective evidence adoption.RAG, hallucination, retrieval-safety, post-training, benchmark
2607.19674FedLSG: LLM-Enhanced Semantic Calibration for Federated Graph Backdoor Defense
PDF
cs.CR, cs.AI, cs.LG88LLM-assisted defense for federated graph backdoors; security-focused with concrete poisoning relevance.security, backdoor-defense, federated-learning, graphs, llm
2607.20064PRO-LONG: Programmatic Memory Enables Long-Horizon Reasoning
PDF
cs.AI88Programmatic memory for long-horizon LLM agents targets a core bottleneck in agentic reasoning.agents, long-context, memory, reasoning, context-management
2607.20146Gotta Catch them all: the modes of Sycophancy
PDF
cs.CL88Mechanistic study shows sycophancy has separable internal modes, useful for auditing/alignment.interpretability, sycophancy, LLM reliability, mechanistic analysis, alignment
2607.20300Don't Trust the Label: License Laundering in AI Supply Chains
PDF
cs.SE, cs.AI87Large-scale empirical study of license laundering across AI supply chains; strong governance relevance.AI governance, supply chain, licensing, compliance, datasets, models
2607.19793Silent Failures in Multimodal Agentic Search:A Diagnostic Taxonomy and Cross-Judge Evaluation
PDF
cs.AI, cs.CV86Trajectory-level taxonomy for silent failures in multimodal agentic search and grounding.multimodal-agents, evaluation, grounding, reliability, search
2607.19747Beyond Relevance-Centric Retrieval: Rubric-Oriented Document Set Selection and Ranking
PDF
cs.CL86Setwise retrieval benchmark for agent/LLM consumers; useful eval framework beyond document relevance.retrieval, rag, benchmark, evaluation, agents
2607.20351Test-Time Training for Modality Order Consistency in Vision-Language Models
PDF
cs.CV, cs.CL86Finds modality-order inconsistency in VLMs and improves it with test-time training.vlm, reliability, test-time-training, evaluation, multimodal
2607.20062Solar Open 2 Technical Report
PDF
cs.CL85250B MoE technical report with 1M context and agentic-task focus; notable frontier progress.frontier-llm, MoE, long-context, agents, technical-report
2607.19962EvoThink: Evolving Thinking in Large Reasoning Models via Self-Pruning and Aha-Moment Preference Optimization
PDF
cs.AI85Targets LRM overthinking via self-pruning and preference optimization; relevant frontier reasoning work.reasoning-models, efficiency, preference-optimization, post-training, llm
2607.19967When Shippers Become Algorithms: Candidate Exposure, Information Design, and the Concentration of LLM-Mediated Freight Markets
PDF
physics.soc-ph, cs.AI, cs.CY85Agent-based study of LLM-mediated markets reveals concentration risks and a design remedy.AI agents, multi-agent risk, market design, deployment risk, evaluation
2607.19894Defense Against LLM Backdoors using Critical Neuron Isolation Pruning
PDF
cs.CR, cs.AI84Mechanistic backdoor defense for LLMs via critical neuron isolation and pruning.backdoor-defense, LLM-security, mechanistic, pruning, robustness
2607.19653PerfAgent: Profiler-Guided Iterative Refinement for Repository-Level Code Optimization
PDF
cs.SE, cs.AI84Profiler-guided verifier-in-loop coding agent for repository-level optimization; useful agent workflow.coding-agents, software-engineering, verification, performance, agents
2607.20145SLAI T-Rex: Full-Parameter Post-training of the DeepSeek-V4 Family on Ascend SuperPOD
PDF
cs.CL, cs.AI84High-impact frontier LLM systems work: trillion-scale post-training optimizations with strong MFU gains.frontier LLM, systems, post-training, MoE, efficiency, scaling
2607.20372Notes to Self: Can LLMs Benefit from Experiential Abstractions?
PDF
cs.CL83Studies reusable experiential abstractions for LLM reasoning; promising for agent memory and learning.reasoning, memory, abstractions, rl, llm
2607.19865DocOps: A Verifiable Benchmark for Autonomous Agents in Complex Document Operations
PDF
cs.AI, cs.CL, cs.LG82Verifiable benchmark for autonomous document-operation agents with fine-grained failure analysis.agents, benchmark, evaluation, document-ops, reliability
2607.19949SenWorld: A Digital-Twin Simulation for Generating Context-Rich Evaluation Data
PDF
cs.AI, cs.CY82Digital-twin simulation creates privacy-safe, ground-truth eval data for personal assistant systems.evaluation, simulation, privacy, assistants, benchmark
2607.19704Efficient Clustering with Provable Guardrails for LLM Inference at Scale
PDF
cs.LG, stat.ML82Scalable clustering with explicit guardrails for safe output sharing in large-scale LLM inference.llm-inference, guardrails, scalability, clustering, reliability

AI Paper Insight Brief

2026-07-24

0) Executive takeaways (read this first)

  • Agent reliability work is shifting from final-answer scoring to trajectory/state verification. Several papers show that answer accuracy hides silent failures, while deterministic or structure-aware verifiers expose unsupported reasoning, unsafe tool use, and destructive edits.
  • A strong pattern today is better feedback beats more sampling: profiler-guided optimization, predictive guards, programmatic memory, and targeted test-time adaptation all improve outcomes by injecting task-specific signals rather than just scaling inference.
  • Security work is increasingly systems- and infrastructure-level, not just prompt-level: new threats target KV-cache reuse, third-party skills, reconnaissance against agents, evolving jailbreak ecosystems, and license propagation across AI supply chains.
  • Multiple papers argue for mechanism-aware interventions: mid-layer test-time training for VLM order sensitivity, latent optimization for steering vectors, neuron isolation for backdoors, and mode-specific analysis of sycophancy all outperform coarse output-only fixes.
  • Long-horizon agents remain bottlenecked by memory, state tracking, and preservation of invariants. Simple programmatic memory and deterministic native-file verification reveal that current agents still fail badly on multi-step document and environment tasks.
  • For practitioners, the most actionable near-term moves are to add trajectory logging, selective verification, provenance-aware evaluation, and infrastructure threat modeling before deploying more capable agents.

2) Key themes (clusters)

Theme: Trajectory-level verification over answer-only evaluation

Theme: Proactive and mechanism-aware safety controls

Theme: Agent security is moving beyond prompt injection

Theme: Long-horizon agent performance depends on memory and state fidelity

Theme: Better process supervision and self-improvement signals

Theme: Robustness failures are often localized and repairable

3) Technical synthesis

  • A major methodological convergence is verifier-in-the-loop control: PerfAgent re-profiles and retests after each patch, Janus adjudicates anticipated futures, DocOps verifies native artifacts, and MGT-B rolls back and re-decodes only after monitored alarms.
  • Several papers replace coarse scalar rewards with structured residual signals: TCR subtracts expected checklist score from outcome reward, OPIUM matches different anchors on benign vs harmful prompts, and selective evidence adoption uses ternary rewards plus forbidden-span penalties.
  • Deterministic serialization of complex state into text appears in multiple settings: FedLSG serializes graph structure and client behavior for LLM scoring; multimodal search and setwise retrieval use rubric-guided textual diagnostics; SenWorld exports pointer-grounded cases from snapshots.
  • There is a clear split between output-level defenses and representation-level defenses, with the latter often showing stronger specificity: DeCNIP prunes critical neurons, OPIUM optimizes latent vectors, VLM TTT adapts mid-layers, and RECAP trains decodable internal targets.
  • Multiple works show that simple infrastructure assumptions create new attack surfaces: position-independent KV reuse, third-party skill loading, and cross-user cache sharing all introduce integrity risks absent from standard prompt-only threat models.
  • A recurring evaluation lesson is that judge reliability is asymmetric: coarse correctness labels are often stable, while fine-grained failure categories, reasoning support labels, or long-form rubric scores are much noisier.
  • Several agent papers show that harness design is a first-order variable: DocOps finds programmable file-system harnesses outperform constrained RPC tools; PRO-LONG gains come from code-based retrieval; PerfAgent’s loop controller beats best-of-k scaling at lower cost.
  • Long-horizon improvements often come from lossless write / selective read designs: PRO-LONG stores everything and retrieves programmatically; PerfAgent logs profiler hotspots; Janus conditions on partial trajectories plus anticipated summaries.
  • Security papers increasingly evaluate utility-preserving defense, not just attack blocking: DARWIN-Guard tracks benign pass rate, OpenSkillRisk uses Awareness plus ASR, and OPIUM explicitly trades off compliance, refusal, and ASR.
  • Several papers expose a mismatch between surface behavior and internal state: sycophancy modes are internally separable despite similar outputs, activation explanations can reconstruct without truthful claims, and multimodal search can return correct answers with unfaithful trajectories.

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

HijackKV: New Threat in Position-Independent KV Cache Reuse

  • Identifies a new integrity vulnerability created by position-independent, cross-user KV reuse in shared LLM serving.
  • Shows high attack effectiveness, including an average 94% success rate in a single attempt and persistence under low hit rates, recomputation, and long contexts.
  • Especially timely because serving stacks are actively adopting more aggressive KV reuse for cost/latency gains.
  • Useful for infra teams because it reframes an optimization feature as a security boundary.
  • Skeptical about: practical severity depends on cache occupancy, eviction dynamics, and whether workloads actually reuse attacker-targeted chunks.

Know Your Agent: Reconnaissance-Driven Pentesting of AI Agents

  • Introduces reconnaissance as a first-class ingredient in black-box prompt-injection pentesting, with a concrete taxonomy of extractable knowledge assets.
  • Delivers large ASR gains over static and iterative baselines, including 86.0% on AgentDojo and 99.3% on InjecAgent.
  • Why now: agent deployments increasingly expose tools, schemas, and workflow hints that can be learned interactively by attackers.
  • Useful because it gives defenders a more realistic red-teaming template than payload mutation alone.
  • Skeptical about: real-world success drops on OpenHands (21.9%), and stronger detectors can still cut ASR materially.

JANUS: Foreseeing Latent Risk for Long-Horizon Agent Safety

  • Trains guards to anticipate likely future safety-relevant continuations from partial trajectories, then adjudicate risk before harmful actions occur.
  • Reports the lowest ASR across four agent-safety benchmarks, with average ASR 0.071 and preserved benign-task utility.
  • Why now: long-horizon tool-using agents are moving from chat to action, where reactive blocking is often too late.
  • Useful for teams building agent firewalls or supervisory models that need to reason over prefixes, not just current actions.
  • Skeptical about: training data are simulation-generated, so transfer to real deployed agent traces remains uncertain.

PerfAgent: Profiler-Guided Iterative Refinement for Repository-Level Code Optimization

  • Shows that repository-level optimization improves sharply when agents get native-aware profiling, iterative speedup feedback, and selective regression testing.
  • GPT-5.1 results are strong: hack-adjusted expert-matching rises from 19.6% to 39.2% on GSO and from 26% to 74% on SWE-fficiency-Lite.
  • Why now: coding agents are moving from correctness tasks to production engineering tasks where performance and safety matter jointly.
  • Useful because it demonstrates a practical recipe that beats best-of-five test-time scaling at lower cost.
  • Skeptical about: evidence is limited to two Python-centric benchmarks and selective testing can still miss native-extension regressions.

DocOps: A Verifiable Benchmark for Autonomous Agents in Complex Document Operations

  • Provides a deterministic benchmark for native-format document editing across XLSX, DOCX, PPTX, and PDF with preservation-aware verifiers.
  • Reveals that even the best tested setup reaches only 0.671 pass rate, with major failures in long-term state tracking and destructive edits.
  • Why now: office/document automation is a near-term commercial agent use case, but current benchmarks under-measure silent corruption.
  • Useful for anyone deploying agents into productivity workflows where “looks right” is not enough.
  • Skeptical about: scope is offline and deterministic; live collaborative workflows and external-service interactions are excluded.

5) Practical next steps

  • Add trajectory-level logging and verification to agent stacks: store tool calls, observations, intermediate plans, and final artifacts so you can audit silent failures rather than only final answers.
  • For coding/document agents, adopt task-specific verifiers: profiler feedback, selective regression tests, native-file predicates, and preservation checks should be standard before claiming automation quality.
  • Threat-model your serving layer for shared-state attacks: review KV-cache reuse, cross-tenant sharing, cache recomputation policies, and chunk matching assumptions.
  • Red-team agents with reconnaissance-aware attackers and real third-party skills, not just static jailbreak prompts.
  • Evaluate safety systems on utility-preserving metrics: pair ASR with benign pass rate, awareness/risk recognition, and over-refusal measures.
  • Where possible, prefer mechanism-aware mitigations over blanket filters: mid-layer adaptation, latent sanitization, or targeted neuron interventions can reduce collateral damage.
  • For long-horizon tasks, test lossless memory + programmatic retrieval baselines before building complex learned memory systems; simple append-only logs plus code-based search may outperform summarization-heavy designs.
  • If you use LLM judges, run cross-judge stability checks and separate coarse correctness from fine-grained diagnostic labels; treat the latter as lower-confidence.
  • In RAG systems, explicitly measure forbidden evidence adoption and injection following, not just answer accuracy; current RL post-training gains are modest and need stronger reward shaping.
  • For compliance-sensitive pipelines, start building AI Bills of Material / license tracing across dataset→model→application chains rather than trusting visible downstream labels.

Generated from per-paper analyses; no external browsing.