2026年8月28日 AI 研究简报
Agent 可靠性转向运行时架构。
今天最强的一批论文认为,更安全、更可靠的 agent 来自运行时结构和具备溯源意识的评估;与此同时,多模态和多轮攻击暴露出仅靠提示词防御依然非常脆弱。
核心要点
- Agent 可靠性工作正从“更好的提示词”转向**运行时架构**:显式状态、可重放轨迹、任务自适应 harness,以及委托层级的可靠性原语,相比追加式聊天历史和朴素重跑都显示出可测量的收益。
- 安全评估正变得更加**因果化且具备溯源意识**。多篇论文表明,如果不验证结果是*如何*达成的,表面上的成功指标可能会严重误导:拿到 flag 是恢复成功还是真实利用、PR 阻断是因为正确诊断还是别的原因、RAG 准确率是否建立在有依据的弃答之上、记忆溯源是否优于陈旧世界下的表面正确性。
- 在对齐加固方面,**简单的结构性干预很重要**:拒答前缀多样化可以削弱单向量消融攻击;有选择地、感知 forget/retain 的剪枝能够预测并提升遗忘鲁棒性;DP 噪声可以正则化 Best-of-N,而不一定损害 regret。
#1
主题
值得优先阅读的论文
按研究价值排序:新意、方法可复用性、证据质量,以及是否值得带着怀疑去读。
SKILL.state: Scalable Long-Horizon Agent Skills
#1如果你在构建 agent,这篇很有用:它用显式状态替代追加式历史,并展示了显著的可靠性和效率提升。
- 为什么现在值得读
- 长时程 agent 正碰到上下文、延迟和成本上限,而仅靠提示词并没有解决这些问题。
- 怀疑点
- 结构化状态带来的收益可能依赖于那些难以设计或维护的任务 schema。
How Do LLM Agents Actually Get the Flag? Trace-Level Provenance for Agentic Offensive Security Evaluation
#2它是运行时研究的重要配套工作,因为它说明了 agent 评估必须验证达成结果的路径,而不只是最终是否成功。
- 为什么现在值得读
- Agent 式网络安全基准越来越被当作能力证据,但走捷径的解法会抬高排名。
- 怀疑点
- 有些溯源判断仍然存在歧义,并且依赖于轨迹可见性。
MMJailBench: A Factorized Benchmark for Disentangling Multimodal Jailbreak Vulnerabilities
#3它清晰拆分了多模态越狱的各个因素,并表明提示框架和带有权威感的视觉内容会实质性改变攻击成功率。
- 为什么现在值得读
- 多模态系统正在快速上线,但许多安全评估仍未区分失败的因果来源。
- 怀疑点
- 其主要结论部分依赖 LLM 评审器打分以及所采用的因子化方式。
运行统计
- 候选论文: 335
- 入选论文: 30
- 已精读完成: 30
- 时间窗口 (UTC): 2026-08-26T00:00:00Z → 2026-08-27T00:00:00Z (explicit, expanded=0)
展开查看用于总结的论文列表
| arXiv ID | 标题 / 链接 | 分类 | 评分 | 入选理由 | 标签 |
|---|---|---|---|---|---|
2608.25711 | Reassembling Distributed Risk: Trajectory-Conditioned Action Generation for Multi-Turn Agent Safety | cs.CR | 95 | Trajectory-level defense for multi-turn agent attacks; directly targets agent action safety. | agent-safety, tool-use, multi-turn, security, defense |
2608.26372 | Knowledge-Verified Emergent Deception in LLM Agents Under Conflicting Incentives | cs.CL, cs.AI | 95 | Knowledge-verified benchmark for deceptive agent behavior under deployer-user incentive conflict. | agent-safety, deception, benchmark, evaluation, llm-agents |
2608.25553 | When Stale Constraints Go Unchecked: Budgeted Verification Failures in Inherited Agent Memory | cs.IR, cs.AI, cs.CL | 95 | Direct agent-memory safety study showing stale-constraint failures under verification budgets. | agent-safety, memory, verification, provenance, reliability |
2608.25460 | Training Alignment Auditors via Reinforcement Learning | cs.AI, cs.LG | 93 | Trains LLM alignment auditors with RL; highly relevant to scalable oversight and auditing. | alignment, auditing, reinforcement-learning, oversight, llm-evals |
2608.25776 | EVOMAL: Self-Poisoning in Self-Evolving Coding Agents | cs.CR, cs.AI | 93 | Identifies self-poisoning loop in self-evolving coding agents via malicious skill imitation. | agent-safety, security, coding-agents, poisoning, tool-use |
2608.26225 | Agent Mesh: Reliability Primitives for Non-Idempotent Agent Delegation - Identity Adequacy and Evidence Adequacy | cs.AI, cs.DC, cs.MA, cs.SE | 93 | Production incident study of agent delegation failures; proposes reliability primitives for non-idempotent agents. | agents, reliability, orchestration, safety, production |
2608.26263 | SKILL.state: Scalable Long-Horizon Agent Skills | cs.AI, cs.MA | 93 | State-based agent runtime targets long-horizon failures, latency, and context poisoning. | agents, long-context, runtime, memory, robustness |
2608.26222 | NeuronFuzz: Safety Neuron Guided Fuzzing for LLM Safety Evaluation | cs.LG, cs.AI, cs.CR, cs.SE | 92 | White-box fuzzing via safety neurons offers efficient jailbreak evaluation feedback. | jailbreak, safety-evaluation, interpretability, fuzzing, red-teaming |
2608.25490 | MMJailBench: A Factorized Benchmark for Disentangling Multimodal Jailbreak Vulnerabilities | cs.CR, cs.AI, cs.MM | 91 | Factorized multimodal jailbreak benchmark enables attribution of MLLM vulnerability sources. | multimodal, jailbreak, benchmark, evaluation, safety |
2608.25697 | LMSM: LLM Security Framework Inspired by Linux Security Modules | cs.CR | 91 | Security architecture for LLM serving with modular policy enforcement over calibrated signals. | llm-security, guardrails, serving, policy, monitoring |
2608.26324 | Privacy Without Regret: Differentially Private Inference-Time Alignment | cs.LG | 91 | DP inference-time alignment for Best-of-N links privacy, regret, and reward-hacking mitigation. | alignment, privacy, inference-time, best-of-n, theory |
2608.25457 | MACGen: Toward Functionally Correct and Secure Code Generation via Multi-Agent Collaboration | cs.CR, cs.AI, cs.MA | 91 | Multi-agent secure code generation directly targets functional correctness and security. | code-generation, security, agents, secure-coding, multi-agent |
2608.26385 | 入选理由 RAGs Hallucinate: Penalty-Aware Evaluation of Retrieval-Augmented Generation Systems with Knowledge-Gap Canaries | cs.CL, cs.AI | 90 | Strong RAG eval with penalties and knowledge-gap canaries exposes unsupported answering and failure sources. | RAG, hallucination, evaluation, grounding, abstention |
2608.25286 | BixBench3: Benchmarking AI agents on research-study-scale computational biology tasks | cs.AI, q-bio.QM | 90 | Benchmark for research-scale biology agents is reusable and probes real agent capabilities. | benchmark, agents, evaluation, computational-biology, tool-use |
2608.26235 | The Reasoning Tax: Token Economics of LLM Reasoning Across Task Types and Deployment Contexts | cs.AI, cs.PF | 90 | Useful benchmark for reasoning-token cost/benefit; directly relevant to LLM deployment decisions. | LLM, reasoning, evaluation, efficiency, deployment |
2608.25817 | SkillShield: Prompt-Space Security Skills for LLM Coding Agents | cs.CR | 89 | System-prompt security skills for coding agents are practical for API-only deployments. | coding-agents, prompt-security, tool-use, defense, deployment |
2608.25474 | Separating Disclosure from Authorization: Field-Tier Minimization for Agent Action Mediation | cs.CR, cs.SE | 89 | Practical action-mediation design minimizing sensitive parameter disclosure while preserving auditability. | agent-safety, authorization, privacy, auditing, action-mediation |
2608.26237 | How Do LLM Agents Actually Get the Flag? Trace-Level Provenance for Agentic Offensive Security Evaluation | cs.CR, cs.AI | 88 | Trace-level auditing for offensive-security agents improves capability measurement fidelity. | agent-evaluation, cybersecurity, auditing, trace-analysis, ctf |
2608.25730 | From Verdict to Diagnosis: Attributable Security Review of Pull Requests | cs.CR | 88 | Security review benchmark separates correct blocking from correct vulnerability diagnosis in PR review. | security, benchmark, code-review, evaluation, diagnosis |
2608.26442 | Don't Overthink, Don't Underthink: Toward Adaptive Reasoning in Agentic AI | cs.AI, cs.CL | 88 | Targets adaptive reasoning in full agent workflows, addressing over/underthinking under dynamic tool use. | agents, reasoning, inference-time, tool-use, efficiency |
2608.26462 | Diff Mining: Logit Differences Reveal Finetuning Objectives | cs.LG, cs.AI, cs.CL | 88 | Model-diffing via logits could audit finetuning-induced behaviors without internals. | interpretability, auditing, finetuning, llms, safety |
2608.26005 | VoiceMem: Streaming Dual-Brain Memory for Real-Time Interaction | eess.AS, cs.AI, cs.IR, cs.MM, cs.SD | 88 | Memory architecture for real-time conversational agents with deployment evidence and long-horizon evaluation. | agents, memory, speech, long-context, deployment |
2608.25390 | Refusal geometry reflects refusal training: diverse refusal prefixes can raise stable rank and weaken refusal vector ablation attacks | cs.LG, cs.AI, cs.CR | 87 | Mechanistic study of refusal geometry informs robustness to refusal-vector ablation attacks. | mechanistic-interpretability, refusal, jailbreak, alignment, robustness |
2608.25429 | Distance Is Not Enough: Forget-Retain Alignment Gap Predicts LLM Relearning Robustness | cs.AI, cs.LG | 87 | Training-free predictor for whether LLM unlearning will resist rapid relearning attacks. | unlearning, reliability, safety, evaluation, robustness |
2608.25593 | JIT-Agent: Scaling Harness Intelligence via Just-in-Time Harness Evolution | cs.CL, cs.LG | 86 | Learns task-adaptive agent harnesses, a potentially high-impact direction for scalable agent capability. | agents, harness, automation, planning, scaffolding |
2608.26329 | Neuro-symbolic PRM: Enhancing Scientific Reasoning via Structured Traces and Symbolic Verification | cs.CL | 86 | Neuro-symbolic PRM separates symbolic validity from semantic grounding for reasoning. | reasoning, verification, prm, neuro-symbolic, reliability |
2608.26374 | Survival-Guided Length Control for Efficient Diffusion Language Models | cs.CL | 86 | Training-free decoding method gives major DLM speedups while preserving accuracy on reasoning and code. | diffusion-language-models, inference, efficiency, reasoning, code |
2608.26423 | The Latent Diagnostic Taxonomy: A Framework for Constructing Classifiers and Diagnosing Their Decisions, Applied to Prompt Injection Detection | cs.LG, cs.AI, cs.CL, cs.CR | 85 | Prompt injection safeguard plus trust diagnostic is reusable for classifier-based defenses. | prompt-injection, classifier, diagnostics, security, guardrails |
2608.25920 | Repair or Resample? Rethinking Failure Debugging in LLM Multi-Agent Systems | cs.AI, cs.SE | 85 | Causal framework tests whether multi-agent debugging truly repairs failures or just resamples luck. | multi-agent, reliability, evaluation, debugging, agents |
2608.26008 | A Self-Evolving Multi-Agent Framework Defense against LLM Jailbreak Attacks | cs.CR, cs.CL | 84 | Adaptive jailbreak defense with persistent rule memory addresses evolving attack strategies. | jailbreak, adaptive-defense, multi-agent, memory, safety |
AI 论文洞察简报
2026-08-28
补刊说明(2026-09-09 生成): 本期沿用原任务北京时间 00:10 的时间口径,筛选首次提交于 UTC 2026-08-26 00:00 至 2026-08-27 00:00 的论文。精读采用补跑时 arXiv 返回的版本,可能包含后续修订。
0) 执行要点(先读这个)
- Agent 可靠性工作正从“更好的提示词”转向运行时架构:显式状态、可重放轨迹、任务自适应 harness,以及委托层级的可靠性原语,相比追加式聊天历史和朴素重跑都显示出可测量的收益。
- 安全评估正变得更加因果化且具备溯源意识。多篇论文表明,如果不验证结果是如何达成的,表面上的成功指标可能会严重误导:拿到 flag 是恢复成功还是真实利用、PR 阻断是因为正确诊断还是别的原因、RAG 准确率是否建立在有依据的弃答之上、记忆溯源是否优于陈旧世界下的表面正确性。
- 在对齐加固方面,简单的结构性干预很重要:拒答前缀多样化可以削弱单向量消融攻击;有选择地、感知 forget/retain 的剪枝能够预测并提升遗忘鲁棒性;DP 噪声可以正则化 Best-of-N,而不一定损害 regret。
- 多模态与 agent 式越狱风险越来越呈现出由上下文驱动而非仅由提示词驱动的特征。提示框架、类似权威的视觉线索、分布式多轮意图,以及自演化的记忆/规则系统,都会实质性改变攻击成功率。
- 计算效率如今已成为一类一等公民的安全/可靠性问题。长时程生物学 agent 平均每个任务需要 6.8 小时 / 1.02 亿 tokens / 43 美元,推理 tokens 往往主导开销(推理成本占推理总成本份额的中位数为 94.7%),且多篇论文表明,有界状态、自适应 harness 或更好的解码时域都能带来显著收益。
- 实用前沿正在转向可部署的黑盒/灰盒防御:提示空间技能、持久规则记忆、输出发布中介,以及可归因审查流水线,都面向无法获取模型权重的场景。
2) 关键主题(聚类)
主题:运行时架构正成为提升 agent 可靠性的主要杠杆
- 为什么重要:多篇论文认为,许多 agent 失败并不主要是模型智力不足,而是执行底座失败:上下文膨胀、可重放性差、harness 脆弱,以及朴素重试语义。最强的收益来自改变模型看到什么,以及如何控制运行过程。
- 代表论文:
- JIT-Agent: Scaling Harness Intelligence via Just-in-Time Harness Evolution
- SKILL.state: Scalable Long-Horizon Agent Skills
- Repair or Resample? Rethinking Failure Debugging in LLM Multi-Agent Systems
- Agent Mesh: Reliability Primitives for Non-Idempotent Agent Delegation - Identity Adequacy and Evidence Adequacy
- 共同方法:
- 用结构化执行产物或可变状态替代追加式历史。
- 保留已验证前缀,并进行局部干预,而不是重跑整条轨迹。
- 将 harness/scaffold 设计视为可学习对象,而不是固定的手工包装器。
- 在委托层加入针对重试、副作用和归因的控制,而不是直接套用 service mesh 的假设。
- 开放问题 / 失效模式:
- 这些运行时模式在已测试框架、领域和模型家族之外的泛化能力如何。
- 结构化状态方法依赖足够完备的 schema;而溯源/审计类用例可能仍然需要历史。
- 学习式 harness 生成可能引入新的安全/可调试性问题,目前尚未量化。
- 观察性可靠性研究能较好识别失效类别,但在某些情况下,因果性修复证据仍然有限。
主题:评估正从只看结果指标转向关注溯源与归因
- 为什么重要:多篇论文表明,二元成功指标会系统性高估能力或安全性。共同的修正方式是验证观测到的路径是否真的体现了目标能力或诊断。
- 代表论文:
- How Do LLM Agents Actually Get the Flag? Trace-Level Provenance for Agentic Offensive Security Evaluation
- From Verdict to Diagnosis: Attributable Security Review of Pull Requests
- Why RAGs Hallucinate: Penalty-Aware Evaluation of Retrieval-Augmented Generation Systems with Knowledge-Gap Canaries
- When Stale Constraints Go Unchecked: Budgeted Verification Failures in Inherited Agent Memory
- 共同方法:
- 增加轨迹级或产物级证据要求,以区分真实成功与走捷径。
- 分别评估中间属性:结论 vs 诊断 vs 证据,或回答 vs 弃答 vs 有据可依。
- 使用受控 canary、冻结 rubric 或强制关键干预来识别系统失效点。
- 不仅审计输出,还审计系统是否查阅了正确的溯源路径或代码仓库证据。
- 开放问题 / 失效模式:
- 许多流水线仍依赖 LLM 评审器,可能存在同家族偏差或 rubric 偏差。
- 当挑战设计较弱时,一些捷径路径即使对人类也仍然模糊不清。
- 富含溯源信息的评估成本更高,也更难在不同产品间标准化。
- 诊断性干预可能带有 oracle 色彩,因此可部署的近似方案仍是开放工程问题。
主题:越狱与滥用风险正日益呈现多模态、多轮次和自我放大的特征
- 为什么重要:安全失效已不能再仅用单轮文本越狱来描述。脆弱性如今取决于框架方式、视觉权威线索、轨迹累积,以及持久化 agent 记忆或技能库。
- 代表论文:
- MMJailBench: A Factorized Benchmark for Disentangling Multimodal Jailbreak Vulnerabilities
- Reassembling Distributed Risk: Trajectory-Conditioned Action Generation for Multi-Turn Agent Safety
- EVOMAL: Self-Poisoning in Self-Evolving Coding Agents
- A Self-Evolving Multi-Agent Framework Defense against LLM Jailbreak Attacks
- 共同方法:
- 将攻击条件因子化,以隔离哪些上下文变量驱动失效。
- 聚合轨迹级风险,并在动作生成前注入,而不是事后检查。
- 将持久记忆/规则系统同时建模为攻击面和防御面。
- 评估跨工具、跨领域和跨模型家族迁移,而不只看分布内提示词。
- 开放问题 / 失效模式:
- 针对提示空间或基于记忆的防御,自适应攻击者仍研究不足。
- 一些防御依赖同模型监督或骨干匹配。
- 自演化系统既可能积累保护性规则,也可能积累被污染产物;其生命周期治理仍未解决。
- OCR/感知错误会使多模态比较复杂化,并可能掩盖或扭曲真实安全行为。
主题:实用型对齐加固正变得更具机制性和选择性
- 为什么重要:一组论文将脆弱的安全行为与可识别的训练期或权重空间结构联系起来,并提出有针对性的干预,而不是大规模重新训练。
- 代表论文:
- Refusal geometry reflects refusal training: diverse refusal prefixes can raise stable rank and weaken refusal vector ablation attacks
- Distance Is Not Enough: Forget-Retain Alignment Gap Predicts LLM Relearning Robustness
- Privacy Without Regret: Differentially Private Inference-Time Alignment
- Training Alignment Auditors via Reinforcement Learning
- 共同方法:
- 用结构感知目标替代全局距离或单一 concerningness 之类的粗糙代理指标。
- 使用成对或选择性信号,在提升鲁棒性的同时保留校准性。
- 将防御与稳定秩、forget/retain 重要性或奖励敏感度等机制性量联系起来。
- 通过 RL 和显式假阳性校准提升审计能力,而不是依赖静态提示。
- 开放问题 / 失效模式:
- 若干结果仍只是有限模型家族上的案例研究。
- 在一些机制性分析中,白盒攻击者假设仍然较强。
- 选择性鲁棒性方法可能会牺牲通用效用。
- 形式化保证往往依赖于部署中难以估计的量。
主题:安全控制正为可部署性而重构,而不只是追求基准分数
- 为什么重要:最具操作相关性的论文聚焦于可插入真实系统、且模型访问受限的防御:安全代码生成流水线、提示空间技能、输出中介,以及隐私最小化账本。
- 代表论文:
- MACGen: Toward Functionally Correct and Secure Code Generation via Multi-Agent Collaboration
- SkillShield: Prompt-Space Security Skills for LLM Coding Agents
- LMSM: LLM Security Framework Inspired by Linux Security Modules
- Separating Disclosure from Authorization: Field-Tier Minimization for Agent Action Mediation
- 共同方法:
- 将策略、证据和执行拆分为显式接口。
- 使用仅基于产物的协作或固定提示空间技能,以减少角色干扰和部署摩擦。
- 在保留可审计性的同时,尽量减少敏感数据跨越持久边界。
- 同时衡量安全性与效用,而不是以牺牲一方为代价优化另一方。
- 开放问题 / 失效模式:
- 面对自适应白盒攻击者,提示空间防御不太可能匹配强运行时强制执行。
- 运行时中介依赖可信服务假设和经过校准的监控器。
- 安全代码基准可能存在 oracle 不匹配,即加固反而破坏基准预期。
- 隐私最小化中介仍残留信任假设,除非加入更强的密码学证明。
3) 技术综合
- 一个反复出现的模式是将控制前移到流水线更早阶段:用于 fuzzing 的仅 prefill 神经元信号、动作生成前的潜在安全注入、最小化前的摘要承诺,以及 token 释放前的输出发布闸门。
- 许多论文用因子化诊断替代单体分数:MMJailBench 拆分意图/框架/视觉/载体;MALPR-BENCH 拆分结论/识别/证据;KnownLieBench 区分知识与欺骗;FRAG 区分 forget 对齐与 retain 对齐。
- 可重放性与前缀保留正成为 agent 科学的核心方法论:SymTrace、陈旧记忆验证和 CTF 溯源都依赖重建实际发生了什么,而不是相信最终指标。
- 若干强结果来自结构化瓶颈:显式状态 schema、JSON 状态补丁、仅产物接口、类型化检索和确定性验证器,都能缩小搜索空间并提升归因能力。
- 一个广泛趋势是从“更多推理”转向更好的计算分配:TES、自适应推理分析、SKILL.state、JIT-Agent,以及生存引导的 DLM 长度控制都表明,过多 tokens 往往增加成本的速度快于能力提升。
- 安全工作正越来越偏向灰盒而非纯黑盒或白盒:Diff Mining 只使用 logits,LMSM 接受可互换的内部证据后端,而 NeuronFuzz 在 prefill 期间使用内部激活,但能将攻击迁移到黑盒目标。
- 多篇论文表明,评估产物本身可能主导结论:是否加入 canary 会改变 RAG 排名,基于执行的过滤会改变 CTF 排名,而感知诊断的评分会改变 PR 审查器比较结果。
- 跨领域来看,选择性干预优于钝化式干预:选择性剪枝比全局距离更适合作为遗忘代理,局部节点修复优于整轨重跑,定向规则触发优于静态防御提示。
- 若干防御依赖于有界范围的持久记忆:用于越狱防御的规则记忆、用于语音 agent 的双脑记忆,以及委托层级账本或状态存储。开放问题在于如何让这些记忆保持有用,而不变得陈旧或被污染。
- 最强的实用系统通常结合廉价确定性过滤器与昂贵学习式判断:验证器优先的 beam search、类型化检索加有界验证、符号有效性加 PRM,以及校准 rollout 加成对 RL。
4) 前 5 篇论文(附“为什么是现在”)
SKILL.state: Scalable Long-Horizon Agent Skills
- 用显式可变执行状态替代追加式对话历史,给出了清晰的 O(T) 对比 O(T^2) token 叙事。
- 带来显著实际收益:在 InterCode CTF 上,Pass@1 提升到 54.2%,而 ReAct 为 43.2%;同时 tokens 从 97.7 万降到 38.7 万。
- 强有力地表明,长时程 agent 的主要瓶颈是运行时设计,而不只是模型质量。
- 为什么是现在:长上下文 agent 系统正碰到成本和可靠性天花板;这是一个具体的替代架构。
- 保留意见:依赖足够完备的结构化 schema,且不能直接解决重溯源/重审计任务。
MMJailBench: A Factorized Benchmark for Disentangling Multimodal Jailbreak Vulnerabilities
- 提供了一个清晰的因子化基准,覆盖有害意图、框架方式、视觉语义和指令载体。
- 发现提示框架是主导驱动因素,而类似授权文件的权威型视觉内容会显著提高 ASR(+12.96%)。
- 规模很强:16 个模型、每模型 16,320 个实例、共 261,120 个响应。
- 为什么是现在:多模态部署正在加速,但大多数安全评估仍将因果因素混在一起。
- 保留意见:主要评分依赖 LLM 评审器,且结论受限于所选因子集合。
Training Alignment Auditors via Reinforcement Learning
- 表明参考成对 RL 加假阳性校准,可以训练出更小的审计器,在审计质量和真实性上匹配或超过更强基线。
- 最佳 checkpoint 的综合分达到 48.7,而 Opus 4.6 为 48.4,同时将假阳性校准保持在接近 100%。
- 向加固版 AuditBench 目标的迁移值得注意:STC 检测从 Haiku 基线的 11.5% 提升到 28.1%。
- 为什么是现在:自动化保障正成为部署要求,而静态审计器太容易被规避。
- 保留意见:评估基于评审器,且训练使用单一基础审计器家族,并带有 system prompt 植入行为。
- 将 CTF 评估重构为基于证据支持的解题溯源,而不是原始 flag 数量。
- 发现只有 72.9% 的已恢复 flag 有执行证据支持;16.2% 缺乏支持,而强制溯源会使分数下降 17.4–22.6%。
- 还改变了模型排名,说明当前进攻安全排行榜可能被实质性高估。
- 为什么是现在:agent 式网络安全基准越来越被当作能力信号,而随着污染增加,捷径路径也很可能在增长。
- 保留意见:某些溯源案例仍然模糊,并依赖轨迹可观测性。
NeuronFuzz: Safety Neuron Guided Fuzzing for LLM Safety Evaluation
- 用 prefill 时刻的安全神经元信号替代昂贵的响应级反馈,从而实现更密集、更便宜的越狱搜索。
- 在五个白盒源模型上实现 76–100% 的越狱发现率,并将优化后的模板广泛迁移,包括迁移到专有 API。
- 方法论贡献很强:连续内部信号加梯度引导模板变异。
- 为什么是现在:安全测试正受生成成本制约,尤其是在更强对齐模型上,响应标签更稀疏。
- 保留意见:构建 oracle 需要白盒访问,且向专有目标的迁移并不均匀。
5) 实际下一步
- 将长时程 agent 重构为围绕显式状态或结构化产物运行,而不是依赖追加式 transcript;测量 token 增长、恢复时延和抗噪性。
- 在内部基准中加入具备溯源意识的评估:要求有证据支持的 exploit 轨迹、以诊断为依据的 PR 审查,以及面向 RAG 的基于 canary 的弃答测试。
- 对安全训练,测试拒答前缀多样化是否能提升激活稳定秩,并降低对简单拒答向量消融的脆弱性。
- 在 unlearning 流水线中,停止将全局权重距离作为主要代理;加入类似 FRAG 的 forget/retain 对齐诊断,并针对再学习攻击进行评估。
- 对 coding agents,采用分层防御:将提示空间技能作为廉价的一线保护,并结合运行时中介或可归因审查来保护高保障动作。
- 为 agent 运行时加入选择性重放和节点级修复能力,以区分因果性修复与随机性重跑。
- 审计任何持久记忆或技能库的陈旧性与自我投毒;为 agent 编写的产物加入溯源检查、新鲜度启发式,以及隔离/晋升工作流。
- 在默认启用高强度推理前,跟踪推理成本份额和特定基准下的 token 经济性;多篇论文表明,选择性激活优于始终开启的“思考”。
基于逐篇论文分析生成;未进行外部浏览。