← 首页|学术|Practice Makes Unsafe: Skill Misevolution
cs.AI · 2608.12851 · 2026/08/13

Practice Makes Unsafe: Skill Misevolution in Self-Improving LLM Agents

Mao, Xutao, Zhao, Liangjie, Zheng, Xiang, Wang, Cong
TL;DR:技能演化可把不安全成功变成可复用策略:SkillMisevo-Gym(生命周期感知 harness)+ SkillMisevo-Bench(恶意暴露→遗留任务冻结设计)。21 个演化配置全部产出不安全工件;SafeEvolve 包装器把不安全检索降 26.7pp、新会话危害降 17.3pp,良性效用仅变 0.4。

🎯 问题

自改进 agent 把成功轨迹转成跨任务持久状态——不安全的成功在触发输入消失后变成可复用策略。演化优化的是任务结果而非程序安全性,被污染经验可致技能误演化。现有 benchmark 只测当前行为或静态工件,无法在创作/检索/执行生命周期上归因风险。

🔬 方法

SkillMisevo-Gym:跨 agent 框架对技能状态做版本的周期感知 harness;SkillMisevo-Bench:从恶意暴露到遗留任务的冻结设计 + 概念对齐良性任务 + 9 个生命周期指标。SafeEvolve:包装器修复不安全内容并治理后续复用。
章节结构(全文标题提取):
1 Introduction
2 Related Work
3 Skill Misevolution
4 SkillMisevo-Gym and SkillMisevo-Bench
5 SafeEvolve
6 Results
7 Discussion
8 Conclusion
9 Limitations
3.1 Self-improvement as a policy update · 3.2 Definition and temporal sequence · 3.3 Threat model · 4.1 Lifecycle-aware harness and persistence protocol · 4.2 SkillMisevo-Bench design from malicious exposure to carryover tasks · 4.3 Evaluation settings · 4.4 Metrics and aggregation · 6.1 Experimental Setup · 6.2 RQ1: How do agent frameworks and evolution methods shape skill misevolution and retained utility? · 6.3 RQ2: How do cumulative exposure and its update schedule shape misevolution? · 6.4 RQ3: Does SafeEvolve reduce persistent risk? · B.1 Artifact provenance and licensing · B.2 Artifact scope and content handling · B.3 Dataset statistics · B.4 Compute and execution infrastructure · B.5 Experimental and statistical reproducibility · D.1 Integration interface · D.2 EvoSkill

📊 结果

25 个 agent 方法配置 ×525 任务 ×25 回合:21 个演化配置创作不安全工件,仅 15 个造成新会话危害;暴露扫描中 3 个恶意任务把遗留 ASR 从 16.0% 抬到 35.3%。SafeEvolve 降不安全检索 26.7pp、新会话危害 17.3pp,平均良性效用只变 0.4。

💡 与研究方向关联

与 8/14「Agent Skills Can Be Harmful」同线——技能在 agent 里不是纯资产,演化本身会引入安全债。对自进化/duplex 长期 agent 是必须正视的生命周期风险。

📝 原文摘要

▶ 原文摘要 Abstract
Self-improving LLM agents convert successful trajectories into persistent cross-task state. An unsafe success can thereby become reusable policy after its triggering input disappears. Skill evolution makes this failure measurable by distilling operational trajectories into executable, transferable, and inspectable procedures. Because evolution optimizes task outcomes rather than procedure safety, compromised experience can cause skill misevolution. Existing benchmarks measure current behavior or static artifacts but cannot attribute risk across authoring, retrieval, and later execution. To expose this lifecycle, we introduce SkillMisevo-Gym, a lifecycle-aware harness that versions skill state across agent frameworks, and SkillMisevo-Bench, a frozen design from malicious exposure to carryover tasks, with concept-aligned benign tasks and nine lifecycle metrics. We also introduce SafeEvolve, a wrapper that repairs unsafe content and governs subsequent reuse. Across 25 agent-method configurations, each covering 525 tasks in 25 episodes, all 21 evolved configurations author unsafe artifacts, while only fifteen lead to fresh-session harm. In the exposure sweep, three malicious tasks raise carryover ASR from 16.0% to 35.3%. Across representative skill evolution methods, SafeEvolve reduces unsafe retrieval and fresh-session harm by 26.7 and 17.3 percentage points, respectively, while mean benign utility changes by only 0.4 points. Together, persistent-adaptation safety must govern what updates write and what future executors reuse. Code is available at https://github.com/henrymao2004/misevolve.
Deep Read · 2026-08-15高松灯 / Agent 日报
Agent SkillsSafetySelf-improvementSkill Evolution