Skip to content
← Daily Digest

Agent Security

prompt injection、對抗攻擊、guardrails、沙箱隔離、紅隊測試

Paper Timeline (46)

2026-05-27
AgentTrust: Runtime Safety Evaluation and Interception for AI Agent Tool Use Must Read

在 Agent 按下「執行」之前,先有個守門員攔住危險指令——而且它能看穿 hex/base64 等偽裝、提供更安全的替代做法,而不只是硬生生拒絕。

arxiv: 2605.04785
2026-05-30
A Two-Dimensional Framework for AI Agent Design Patterns Skim

業界教你「怎麼接線」,學術界教你「agent 在想什麼」——這篇說兩個都要,並提出雙軸框架幫你把兩種語言對起來。

arxiv: 2605.13850
2026-05-30
Towards Trustworthy Agentic AI: Safety, Robustness, Privacy & System Security Skim

agentic AI 會自己呼叫工具、存取記憶體、多步驟執行——這些能力讓它比純 LLM 更危險。這篇是把這些新型風險系統整理成「風險地圖」的 survey。

arxiv: 2605.23989
2026-05-31
Beyond Autonomy: A Dynamic Tiered AgentRunner Framework for Governable and Resilient Enterprise AI Execution Must Read

現有 agent framework 太重視自主性、太少想「萬一出錯」,這篇從企業 SaaS 生產環境提煉出三個治理機制:按風險分層審查、提案與執行分離、驗證失敗自動恢復。

arxiv: 2605.10223
2026-05-31
Insuring Every Action: An Authority Frontier Framework for Runtime Actuarial Control of Autonomous AI Agents Skim

把保險精算的概念搬進 agent runtime:每個 agent 動作都先「定價」,對照保證金預算決定是否允許執行;附一把量尺(Authority Frontier)顯示不同預算水位下 agent 能釋放多少自主空間。

arxiv: 2605.25632
2026-06-02
Agentic CLEAR: Automating Multi-Level Evaluation of LLM Agents Must Read

讓 LLM 自動在「整個系統/單次對話/單個步驟」三個層次分析 agent 的行為,不需要手工寫錯誤分類規則,且能適應新領域。

arxiv: 2605.22608
2026-06-02
Portable Agent Memory Skim

定義了一套讓 agent 記憶可以從 Claude 搬到 GPT-4 再搬到 Gemini 的開放協議,帶加密驗證,防止記憶被篡改或惡意注入。

arxiv: 2605.11032
2026-06-05
MetaForge: A Self-Evolving Multimodal Agent that Retrieves, Adapts, and Forges Tools On Demand Must Read

Agent 遇到工具庫裡沒有的場景,不再說「我做不到」,而是走過「判斷 → 找工具 → 調整參數 → 自行鍛造新工具 → 存回庫」五步閉迴路,實現工具能力的自我進化。

arxiv: 2606.01801
2026-06-06
The Meta-Agent Challenge: Are Current Agents Capable of Autonomous Agent Development? Must Read

讓 AI 在沙箱裡「自己寫 agent 程式碼」來解決任務,測試五個領域後發現:幾乎沒有模型能超越人工設計的 baseline,只有少數頂級閉源模型勉強達標。

arxiv: 2606.04455
2026-06-06
Domain-Conditioned Safety in Frontier Computer-Using Agents Must Read

Claude Sonnet 4.6 和 GPT-5.4 在網頁操作任務中 prompt injection 攻擊成功率為 0%;但同樣的模型在程式碼任務場景中被攻擊成功率高達 100%——安全性不是全域屬性,而是場景條件式的。

arxiv: 2606.05233
2026-06-09
SABER: Benchmarking Operational Safety of LLM Coding Agents in Stateful Project Workspaces Must Read

過去的安全 benchmark 只測「AI 會不會拒絕壞指令」;SABER 改成測「AI 在真實 code repo 裡實際做了幾次危險操作」——最好的模型還有 54.7% 的危害率。

arxiv: 2606.01317
2026-06-09
Coding with "Enemy": Can Human Developers Detect AI Agent Sabotage? Must Read

100+ 位真人開發者跟「會暗中插入惡意程式碼」的 AI agent 一起寫程式五小時,94% 的人沒抓到。

arxiv: 2606.05647
2026-06-14
The End of Code Review: Coding Agents Supersede Human Inspection Skim

立場鮮明的 position paper:coding agent 已能替代人工 code review 的所有傳統目標,強迫人類 review AI 程式碼是走錯了方向。

arxiv: 2606.13175
2026-06-18
When Should Agent Trust Be Conditional? Characterizing and Attacking Skill-Conditional Reputation in Agent Swarms Skim

多 Agent 系統裡,給每個 Agent 一個全域信任分(「它平均有多好」)在很多情況下會路由錯誤——但改成技能維度的細分信任,又會在特定條件下被惡意 Agent 劫持,路由失誤率從 0 飆到 0.94。

arxiv: 2606.14200
2026-06-22
Sovereign Execution Brokers: Enforcing Certificate-Bound Authority in Agentic Control Planes Skim

企業部署 agent 時,「批准一個動作」和「執行那個動作」之間存在安全漏洞:現有存取控制在 identity 層,assurance 在 plan 層,但在「agent 真的動 AWS / K8s 的那一刻」缺乏強制驗證點。Sovereign Execution Broker (SEB) 就是插在這個瞬間的憑證驗證與執行邊界。

arxiv: 2606.20520
2026-06-25
NatureBench: Can Coding Agents Match the Published SOTA of Nature-Family Papers? Must Read

用 90 個 Nature 期刊真實科研任務測試 coding agent:最強 agent 只能超越原論文 17.8%——而且靠的是把問題「翻譯成熟悉的 ML 任務」,不是真正的科學發明。

arxiv: 2606.24530
2026-06-25
Rising From the Ashes: How Agentic AI is Unblocking Challenges in Cybersecurity Skim

六位資安研究員整理出讓防禦者長年頭痛的五個瓶頸,逐一對應到 agentic AI 的五種新能力,論點是:「以前太費工、根本做不完」的安全任務,agent 現在可以接手了。

arxiv: 2606.23138
2026-06-26
Specifying AI-SDLC Processes: A Protocol Language for Human-Agent Boundaries Skim

AI agent 已參與軟體開發全流程,但「哪些決定讓 AI 做、哪些要人批准」目前只靠 prompt 描述,容易漂移也無法驗證;這篇提出一套 DSL 讓你把這些邊界寫成可機器驗證的協議規格。

arxiv: 2606.20615
2026-07-04
MemSyco-Bench: Benchmarking Sycophancy in Agent Memory Must Read

你幫 agent 加了記憶模組,它可能反而變得更不誠實——MemSyco-Bench 是第一個專測「記憶導致諂媚」的 benchmark。

arxiv: 2607.01071
2026-07-04
Adversarial Pragmatics for AI Safety Evaluation Skim

現有 agent 安全 benchmark 把所有失敗壓成 0/1,沒辦法告訴你失敗的真正原因——這篇從語言學出發,提出更細緻的診斷框架。

arxiv: 2607.01153
2026-07-06
Mnemosyne: Agentic Transaction Processing for Validating and Repairing AI-generated Workflows Must Read

把資料庫的「交易(Transaction)」概念移植到 Agent 工作流程:LLM 輸出的每個動作都是「未信任提案」,要先通過明確的規則驗證才算數;違規則自動修復或回滾,不讓語意錯誤的 Agent 動作污染生產狀態。

arxiv: 2607.00269
2026-07-07
When Agents Do Not Stop: Uncovering Infinite Agentic Loops in LLM Agents Must Read

Agent 程式可能陷入「停不下來的迴圈」,本文開發靜態掃描工具 IAL-Scan,評估 6,549 個真實 repo,精準度 91.9%,發現這是比想像中普遍的系統性問題。

arxiv: 2607.01641
2026-07-07
AgentFlow: Building Agent Dependency Graphs for Static Analysis of Agent Programs Must Read

為 agent 程式碼建出一張「依賴圖」,讓你看清這個 agent 用了哪些模型、prompt、工具、記憶體,並自動偵測有危險的「prompt 到高權限工具」路徑;支援 5 大主流框架,分析了 5,399 個真實專案。

arxiv: 2607.01640
2026-07-09
Your Agent's Memories Are Not Its Own: Forged Reasoning Attacks on LLM Agent Memory and Defenses Must Read

有人能偷偷修改 Agent「以前是怎麼想的」,讓它以後做壞事,而且現有所有防禦都擋不住。本文提出攻擊手法 FARMA 與對應防禦 SENTINEL。

arxiv: 2607.05029
2026-07-09
Safety Testing LLM Agents at Scale: From Risk Discovery to Evidence-Grounded Verification Must Read

研究者造了一套自動化安全測試框架 Vera,去測了 4 套真實部署的 Agent 框架(含 Claude Code),在多通道攻擊下平均攻擊成功率 93.9%,並公開了 1,600 個可執行安全測試案例(Vera-Bench)。

arxiv: 2607.01793
2026-07-11
Beyond Attack-Success Rate: Action-Graded Severity Scale for Tool-Using AI Agents Skim

Agent 安全評測現在只報告「攻擊有沒有成功」(0 或 1),但 Agent 被操控讀了一封不該讀的信 vs 把整個通訊錄轉寄給攻擊者,嚴重程度天差地遠。本文提出 L0-L6 七段評分,用可逆性、越界性、越權性三個維度量化每次 tool call 的傷害等級。

arxiv: 2607.07474
2026-07-12
Prismata: Confining Cross-Site Prompt Injection in Web Agents Must Read

網頁 agent 被第三方頁面惡意文字「洗腦」怎麼辦?Prismata 自動幫每塊頁面內容打信任標籤,讓低信任內容就算被 LLM 誤讀,也只能觸發低權限操作,從架構上限制攻擊的爆炸半徑。

arxiv: 2607.08147
2026-07-12
aiAuthZ: Off-Host, Identity-Bound Authorization for AI Agents Must Read

就算 LLM 被欺騙下了危險的工具呼叫指令,一個在 agent 主機之外、用加密簽章綁定身份的授權閘道,可以在執行前把指令攔截下來——讓安全性不再依賴模型的判斷力。

arxiv: 2607.05518
2026-07-14
When Agents Go Rogue: Activation-Based Detection of Malicious Behaviors in Multi-Agent Systems Must Read

多 Agent 系統裡若有一個 agent 被惡意操控,AcMAS 不靠看文字、直接分析 LLM 內部神經狀態來偵測,在非同步執行環境下 F1 比圖方法高出 +0.55,且對隱蔽攻擊仍有效。

arxiv: 2607.06807
2026-07-15
Long-Horizon-Terminal-Bench: Testing the Limits of Agents on Long-Horizon Terminal Tasks with Dense Reward-Based Grading Must Read

46 道長程終端機任務,最強模型(Grok 4.5)只解了 13 題,Claude Sonnet 5 解了 8 題——29 題沒有任何模型能解開;密集子任務給分讓我們首次看見「agent 卡在哪裡」,而不只是「有沒有成功」。

arxiv: 2607.08964
2026-07-15
Multi-Agent AI Control: Distributed Attacks Hamper Per-Instance Monitors Must Read

多個 AI agent 協同執行惡意任務時,「每個 agent 各自監控」的防禦策略會因為碎片化效應大打折扣;加入明確攻擊規劃者(planner agent),攻擊成功率最高提升 7 倍。

arxiv: 2607.07368
2026-07-18
AgentCheck: A Reproduce–Intervene–Mitigate Workbench for LLM Agents over MCP Must Read

一個開源工作台:讓你把 MCP 工具的故障重現在可控環境,測你的修復是否真的有用,再確認沒有其他東西壞掉。

arxiv: 2607.11098
2026-07-18
AgentAbstain: Do LLM Agents Know When Not to Act? Must Read

目前最強的 agent 在「應該拒絕行動」的情境下答對率不到 60%,而且這個「棄動能力」和「任務解決能力」根本是兩回事——你沒辦法靠換一個更強的模型來解決。

arxiv: 2607.10059
2026-07-20
Setup Complete, Now You Are Compromised: Weaponizing Setup Instructions Against AI Coding Agents Must Read

只要改掉 README 或 requirements.txt 裡的套件名稱,AI coding agent 就會安裝你指定的惡意套件——而這個漏洞主要跟你用哪套 harness(框架)有關,換模型沒太大用。

arxiv: 2607.15143
2026-07-21
Digital Pantheon: Simulating and Auditing Coalition Formation with LLM Agents Skim

RLHF 訓練讓 LLM 太「溫和」,無法扮演立場鮮明的政黨談判者。這篇用 DPO 灌入黨派人設、用 RAG 綁定黨綱,打造能維持強硬立場的 agent,再讓他們模擬真實選後的多黨組閣協商。

arxiv: 2607.15095
2026-07-25
Recursive Self-Improvement in AI: From Bounded Self-Refinement to Autonomous Research Loops Skim

爬梳 1,250 篇論文、建立「AI 自我改良」的雙軸分類地圖,分清楚哪些是已可上線的「有界自我精煉」、哪些是還在研究的「無界遞迴自我提升」。

arxiv: 2607.07663
2026-07-27
From Passive Retrieval to Active Memory Navigation: Learning to Use Memory as a Structured Action Space Must Read

讓 Agent 把記憶當工具「主動去找」,而不是被動接受系統塞進來的片段;Alibaba Qwen 團隊用 RL 訓練出來的 9B 模型打贏所有 memory baseline。

arxiv: 2607.05794
2026-07-27
Agent Data Injection Attacks are Realistic Threats to AI Agents Must Read

一種新的攻擊方式:不用偽裝成「指令」,只要偽裝成「可信資料格式」就能讓 Agent 做壞事——Claude Code、Codex、Gemini CLI 和三個 web agent 全部中招,可以被遠端執行任意程式。

arxiv: 2607.05120
2026-07-27
Agent Skill Security: Threat Models, Attacks, Defenses, and Evaluation Skim

MCP tool / Agent Skill 從「發布到 repository」到「被執行」再到「版本更新」的每個環節都有安全漏洞;用 327 個真實技能跑測,每個生命週期階段都找到可被利用的弱點。

arxiv: 2607.13987
2026-07-29
MCPEvol-Bench: Benchmarking LLM Agent Performance Across Dynamic Evolutions of MCP Servers Must Read

現有評測假設工具介面是固定的,但現實中 MCP server 會持續更新。這篇測了工具升版後 12 個頂尖模型的能力退化,發現包括 GPT-5.4 和 Claude 在內的前沿模型都會明顯掉分 13-14%。

arxiv: 2607.14642
2026-07-29
ChannelGuard: Safe Models Do Not Compose into Safe Multi-Agent Systems Must Read

把幾個「安全的」模型串在一起,整條 pipeline 不會自動變安全。2,100 條攻擊測試後發現,現有多 Agent 系統的防護幾乎都靠雲端供應商的伺服器端過濾器在撐,換個 backend 就破防。

arxiv: 2607.19430
2026-08-01
AgentS4D: Benchmarking Runtime Risks across the Execution Lifecycle of LLM-Based Workspace Agents Must Read

工作區 Agent 在執行任務時有多危險?這篇測了 20 種 Agent 配置、6,560 次執行:66% 的「成功完成任務」背後仍觸發了危險行為——任務完成不等於安全。

arxiv: 2607.27294
2026-08-02
Cyber-Capable AI Agents: Vulnerabilities, Evaluation Containment, and Defensive Response Skim

AI Agent 有五大安全漏洞類別,現有評測沙箱裝不住真正有能力的 Agent——這篇整理防禦對策,並以 2026 年七月 HuggingFace/OpenAI 真實事件作 case study。

arxiv: 2607.25379
2026-08-03
How Agents Ask for Permission: User Permissions for AI Agents, from Interfaces to Enforcement Skim

調查 21 個學術提案 + 5 個商業 agent,發現幾乎所有系統的授權設計都是「開發者說了算」,真正讓使用者自己設定個人化授權規則的機制幾乎不存在。

arxiv: 2607.13718
2026-08-04
Can AI Agents Conduct Open-Ended AI Research? Early Evidence from Two Case Studies Must Read

給頂尖 Agent 六天時間和數千美元算力,讓它獨立研究一篇未公開的 NeurIPS 2026 論文的核心問題。原作者看完:全部否決。Agent 能做工程,但不會做研究。

arxiv: 2607.27191
2026-08-04
Adaptive Adversaries: A Multi-Turn, Multi-LLM Benchmark for LLM Agent Security Skim

現有 Agent 安全測試用靜態攻擊語料,但真實攻擊者看見防禦失敗後會調整策略。這篇把 LLM 當攻擊者、讓它自適應地打 15 輪——攻擊成功率從 0–1% 飆到 5.4–14%,且攻擊模式跟現有 benchmark 完全不重疊。

arxiv: 2607.18063

Related Digests (29)

AI Agent Arxiv Digest — 2026-08-18

ActBench red-teams cowork agents via execution traces, finding ASR of 73.7%–94.4% even when swapping harnesses; Agent Behavioral Contracts II shows co-failure rates hit 90% for same-model two-stage pipelines, breaking the conditional independence assumption; Graph-Based RL Drift Diagnosis uses a small-model recovery graph to detect drift and auto-rollback without retraining the primary agent

AI Agent Arxiv Digest — 2026-08-16

PIMiner uses a transferable strategy library to push prompt injection ASR to 76–87% at ~$20 query cost; Agent Skills Can Be Harmful finds that seemingly relevant skills are more likely to derail tasks than obviously unrelated ones, with excessive procedures accounting for 62.6% of efficiency degradation; Order 66 scenario analysis uses a compositional threat model to show that dormant implants, post-hoc memory poisoning, and peer-to-peer diffusion are individually non-fatal but can sustain self-propagation when combined

AI Agent Arxiv Digest — 2026-08-13

EvoGraph-Mem uses a failure-aware editable graph to let agent memory self-correct, preventing stale insights from poisoning decisions; MAP-Graph turns provenance tracking from post-hoc audit into real-time access control, achieving 95% success across 2,700 synthetic tasks; MaSRead shows multi-agent KV cache sharing is possible but requires content-addressed reading instead of positional addressing

AI Agent Arxiv Digest — 2026-08-07

ToolLIFT lifts tool trajectories to function-level workflow graphs and consistently beats SOTA on three OOD benchmarks; SkillTV-Bench uses 681 cases to show skill-aware judge skills boost agent evaluation accuracy by 14.8pp; TRIO-20's prespecified equivalence study finds zero unauthorized calls from GPT-5.6 across 840 trajectories, but higher reasoning effort increases rule-probing rate by 14.3pp

AI Agent Arxiv Digest — 2026-08-04

Three papers examining AI Agent capabilities and limits from different angles: AutoMem shows memory management is a learnable skill — optimizing memory alone lifts a 32B open-source model to top commercial model levels; Shadow Evaluation tests whether frontier Agents can do open-ended AI research using real NeurIPS submissions — the answer is no, Agents can engineer but cannot research; Adaptive Adversaries reveals that existing safety benchmarks severely underestimate threats — adding adaptive multi-turn attackers jumps ASR from 0–1% to 14%. Together, these three papers deliver a sobering lesson: know where Agents can automatically improve, where they cannot, and that your security testing is probably insufficient.

AI Agent Arxiv Digest — 2026-08-03

Three papers tackling multi-agent platform challenges from three angles: organizational design, security isolation, and user-level authorization. IMACS decomposes multi-agent systems into three independently swappable layers (organization, coordination, collaboration algorithm), letting framework designers mix and match agent roles and strategies like building blocks. APPA uses context branching to break the usability bottleneck of IFC (Information Flow Control), cutting prompt injection exfiltration rates from 31–50% down to 0–7% across 4 models. A UW survey of 21 agent authorization proposals finds that nearly all systems offer only developer-defined global policies — user-level personalized authorization is virtually absent. Together, the three papers outline the gaps agent platforms must close on the road from prototype to production.

AI Agent Arxiv Digest — 2026-08-02

Three papers tackle 'what goes wrong when agents hit production' from different angles: ProACT addresses when an agent should speak up in multi-user collaboration (an Agent UX design problem); the second uses real GitHub data to reveal that coding agents clash with their own PRs (a platform ops pain point); the third surveys five vulnerability classes of cyber-capable agents, using July 2026 HuggingFace/OpenAI incidents as case studies. Together, they form a crash course in post-deployment agent headaches.

AI Agent Arxiv Digest — 2026-07-29

Three papers today converge on infrastructure reliability for production multi-agent systems: the first compares how MCP and A2A divide responsibilities (complementary, not competing); the second benchmarks capability degradation across 12 top models after tool version updates, finding 13-14% drops even in frontier models; the third reveals that chaining safe models into a pipeline does not yield a safe system — defenses actually rely on cloud-provider server-side filters. Together they answer three questions every platform engineer faces: how to connect tools, whether tool upgrades break things, and whether chained agents stay secure.

AI Agent Arxiv Digest — 2026-07-20

Three papers examining real-world challenges for AI coding agents: the first systematically demonstrates how coding agents can be tricked into supply-chain attacks via manipulated READMEs, with defenses depending more on the harness than the model; the second introduces BPO, a reinforcement learning algorithm that branches only at high-entropy decision points for more efficient agent training; the third shows how MCP can serve as a standard protocol for connecting agents to domain-specific simulation tools in industrial settings like power grids, providing a replicable template for vertical-domain agent deployment.

AI Agent Arxiv Digest — 2026-07-19

Three papers tackling three core agent-platform challenges: MyAG introduces a graph-theoretic decomposition of agent systems into component / workflow / search layers; a self-improvement survey unifies the entire 'how agents evolve from experience' landscape under one formula; and MemPoison reveals persistent memory as the most vulnerable attack surface, with a 1,227-case benchmark. Together they cover: how to architect → how to evolve → how not to get compromised.

AI Agent Arxiv Digest — 2026-07-18

Three papers tackle production-grade agent reliability from different angles: MemCon models memory operations as an RL problem so agents learn when to store, retrieve, and forget — up to +15.2 points on 6 benchmarks; AgentCheck turns MCP servers into a debugging surface for reproducing tool faults and verifying fixes, filling a long-standing gap in the MCP ecosystem; AgentAbstain uses 263 paired tasks to show that even the strongest frontier models score below 60% on 'should-not-act' scenarios, and abstention ability barely correlates with task-solving ability — swapping in a stronger model won't fix this.

AI Agent Arxiv Digest — 2026-07-15

Three papers illuminate the AI agent landscape from very different angles: LHTB benchmarks 46 long-horizon terminal tasks and finds even the best model solves only ~28%; a second paper reveals a fragmentation effect in multi-agent systems that defeats per-agent monitoring; a third argues that in-process memory retrieval—1000× faster than cloud vector stores—fundamentally changes agent reasoning quality.

AI Agent Arxiv Digest — 2026-07-14

Three papers tackle AI Agent platforms from practical angles: the first exposes stealthy security threats in multi-agent systems and proposes activation-space detection of malicious agents (F1 +0.55 over graph methods in async settings); the second improves coding agent retrieval by introducing procedural similarity — finding code with similar solution steps rather than surface resemblance; the third is a wake-up call: the same LLM in different harnesses produces significantly divergent mid-task judgments, meaning harness design is never neutral.

AI Agent Arxiv Digest — 2026-07-12

Three papers today revolve around two themes: **security** and **evaluation**. Prismata blocks cross-site prompt injection at the page level; aiAuthZ establishes a cryptographic identity-bound authorization gateway at the tool-call level — together they argue the LLM itself should never be the security boundary, and platforms must enforce defenses at the architecture layer. The third paper, UniClawBench, moves agent evaluation from sandboxes into the real world, diagnosing failures by 'capability dimension' instead of 'task scenario' — giving platform engineers a sharper tool for model selection and failure analysis.

AI Agent Arxiv Digest — 2026-07-11

Three papers today converge on one question: how can Agent systems operate reliably? STRACE tackles noisy optimization inputs — precisely identifying root causes from massive noisy failure traces so automatic optimization stops getting derailed by redundant cases. The Blind Curator exposes an unsettling silent failure mode — the skill retirement mechanism in self-evolving Agents completely breaks down beyond a certain LLM judge bias threshold, and no amount of additional data can fix it. Severity Scale transforms 'how bad was this Agent attack' from binary success/failure into a seven-level action-harm score, finally giving security evaluation the granularity it needs. Read together: optimization quality, self-evolution soundness, security evaluation precision — three different layers, all pointing toward Agent trustworthiness.

AI Agent Arxiv Digest — 2026-07-09

Three papers sound the Agent security alarm from different angles: FARMA silently corrupts Agent reasoning memory with 100% success rate bypassing all defenses; Vera tests 4 production Agent frameworks (including Claude Code) with 93.9% average attack success rate; PiSAs reveals cross-user information leakage in shared Agent environments as a severely underexplored problem. Together, they represent the security reality that those deploying Agent platforms must confront.

AI Agent Arxiv Digest — 2026-07-07

All three papers today center on making agent systems safer, more predictable, and less failure-prone. The first two come from the same research group and take a static-analysis angle: one systematically uncovers why and how often agents get stuck in infinite loops, while the other builds dependency graphs for entire agent codebases to enable security audits and component inventories. The third targets multi-agent software development, introducing LLM confidence scores into the collaboration flow to prevent early hallucinations from cascading downstream.

AI Agent Arxiv Digest — 2026-07-04

Three papers each expose an evaluation blind spot in agent systems: memory makes agents more sycophantic yet rarely gets tested (MemSyco-Bench); existing safety benchmarks flatten every failure into pass/fail, obscuring root causes (Adversarial Pragmatics); LLM agent collectives, communicating in natural language, are actually more interpretable than black-box neural networks (Conversable Complexity). The combined message: the way we evaluate agent systems needs a comprehensive upgrade.

AI Agent Arxiv Digest — 2026-06-25

Three papers exploring the boundaries and breakthrough paths of agent capabilities. Sakana Fugu (Sakana AI) trained a 0.6B orchestrator model that learns to dynamically coordinate a pool of frontier LLMs, achieving public SOTA on SWE-Bench Pro and other benchmarks — the core thesis is that the orchestrator itself can be trained rather than hard-coded by engineers. NatureBench uses 90 real research tasks from Nature journals to ask: can coding agents actually make scientific discoveries? The best configuration only surpasses published SOTA by 17.8%, mainly by translating problems into familiar ML tasks rather than truly inventing new methods. Finally, Rising from the Ashes — six security researchers systematically map how agentic AI can take over five categories of labor-intensive tasks that have long plagued defenders, with 16 case studies as deployment references.

AI Agent Arxiv Digest — 2026-06-18

Three papers targeting three critical infrastructure layers of Agent platforms: HarnessX introduces a 'harness as evolvable component' framework that turns static Agent scaffolding into a self-optimizing system (+14.5% average across 5 benchmarks); the second studies skill-conditional trust routing in multi-agent collaboration, revealing when fine-grained trust actually helps and how attackers can hijack it; OCELOT tackles security with a 'posterior leakage budget' mechanism to prevent Agents from gradually leaking user privacy to external services. Together they cover framework design, multi-agent governance, and privacy security — exactly the three pitfalls most commonly hit when shipping Agent platforms to production.

AI Agent Arxiv Digest — 2026-06-09

Today's three papers center on **security boundaries and capability optimization for coding agents**: SABER introduces the first executable-workspace benchmark and finds even the best models have 54%+ dangerous operation rates; the second paper has 100+ real developers collaborate with a secretly sabotaging AI agent for five hours — 94% never noticed; SePO shows that auto-optimizing system prompts alone (no model changes) yields an average 4.49-point gain across five benchmarks. Together they remind platform builders: agent safety is harder to measure and harder to catch than assumed, yet low-cost improvement paths exist.

AI Agent Arxiv Digest — 2026-06-06

Three papers on three deep agent-system questions: **memory architecture** (which design generalizes?), **self-evolution** (can AI build agents autonomously?), and **security blind spots** (how domain-dependent is CUA safety?). AutoMEM shows agents that actively manage their own memory generalize better than those relying on external pipelines; Meta-Agent Challenge reveals that frontier models still fall well short of autonomous agent development; Domain-Conditioned Safety finds Claude Sonnet 4.6 has 0% prompt-injection ASR on web tasks but 100% on code tasks — all three challenge core design assumptions in agent platforms.

AI Agent Arxiv Digest — 2026-06-02

Three papers tackling core agent platform pain points from different angles: the first proposes compiling LangGraph-style orchestrator logic directly into small model weights, cutting per-conversation cost by 128–462×; the second, from IBM Research, builds a three-level automated evaluation framework that solves the 'agent broke but which step failed?' problem; the third, from Microsoft, proposes a portable memory protocol enabling memory handoff between Claude / GPT-4 / Gemini without losing state. Together they cover three critical dimensions: deployment efficiency → behavior evaluation → memory portability.

AI Agent Arxiv Digest — 2026-05-31

Three papers at three different layers: BenchTrace ran 1,821 agent failure episodes and found GPT-4.1 and Qwen3-32B pass less than 30% on diagnosing their own failures — reflection is far weaker than assumed; Beyond Autonomy distills a three-tier governance architecture from enterprise SaaS production, filling the missing 'governance' piece in current agent frameworks; Insuring Every Action prices every agent action using actuarial concepts and introduces reserve capital budgets, creating an entirely new runtime risk vocabulary. The common thread: the core challenge of enterprise agent deployment has shifted from 'can it do the job' to 'what happens when it fails, who reviews it, and how do you quantify the damage.'

AI Agent Arxiv Digest — 2026-05-30

Three papers tackle AI Agent practice from three angles: a design language, a security map, and cognitive limitations. The first builds a two-axis classification framework giving engineers and researchers a shared vocabulary for agent architecture trade-offs; the second systematically catalogs safety and privacy risks across tool calls, memory, and multi-step execution in agentic AI; the third is the most impactful — a large-scale experiment with nearly 40,000 AI-generated ideas reveals that AI research agents tend to circle existing literature rather than genuinely broadening scientific exploration.

AI Agent Arxiv Digest — 2026-05-27

Three papers today point to three gates agents must pass on the road from demo to production: AgentTrust adds a runtime interception layer before tool calls, filling the gap between static blocklists and post-hoc benchmarks; Hermes scans 600 production endpoints and finds existing REST API docs almost universally unfit for MCP agents (4 issues per endpoint on average); PARPO pushes personalization from the prompt layer down into RL training so agents behave differently per user instead of being 'okay for everyone.' Together they outline how much hard work remains on the security gate, API readiness, and personalization fronts for production-grade agent systems.