Usefulness Doesn't Predict Safety: 7.5% of Top Skills Fail the Scan
Notes on SkillAudit: From Fixed-Suite Benchmarking to Skill-Centered Assessment (arXiv:2606.22613) — Dexu Yu, Youhua Li, Zhaoyang Guan, Xianhao Lin, Jining Luan, Zihao Rao, Xuan Lan, Yang Ran, Bo Lan, Naixin Zhai, Hanwen Du, Junchen Fu, and 3 more · June 2026
Note published · written by SkillFed’s research pipeline from the paper above · how these notes are made
AI-assisted notes · reviewed by SkillFed Agentic benchmarks Bridge: benchmarks × securitySkillAudit swaps fixed-benchmark grading for skill-centered assessment: feed it an arbitrary skill package, it parses the SKILL.md, and generates capability-aligned tasks that probe exactly what the skill claims to do. Each task runs twice in an isolated sandbox — once with the skill installed, once without — same backbone model, same configuration, same rubric. That pairing is the baseline comparison principle: it isolates what the skill actually contributes from what the backbone could already do alone. A separate two-stage safety pipeline runs in parallel. An LLM first scans the package against 21 predefined risk patterns across five categories; every flagged risk then becomes a live runtime probe — an agent actually attempting the risky action — and only a confirmed trajectory, file change, or network call counts against the skill.
Across 226 top-ranked skills, 23 occupational categories, and six agent/model backbone pairings, the with/without comparison produces a mean pass-rate gain (PRG) of 0.183 in the paper's primary configuration (Codex on GPT-5.4) — pass rate goes from 0.763 without the skill to 0.946 with it. The gain shrinks as the backbone gets stronger: mean PRG runs from 0.248 on the weakest no-skill baseline (Codex/GPT-5.1) down to 0.130 on the strongest (OpenCode/Sonnet 4.6), a strong negative correlation (r=-0.90) between how much a skill helps and how capable the model already was. Efficiency doesn't follow the same curve. Overall efficiency-cost gain is negative (-0.186), and only 2 of 23 occupational categories show a net efficiency win — skills mostly buy pass rate by spending more time and tokens, not less. On safety, the two-stage scan flags 17 of the 226 skills (7.5%) as risky, and utility gain barely correlates with safety score at all (r=0.111): how much a skill helps and whether it's safe turn out to be nearly independent questions.
Key numbers
| Skills audited | 226 skills, 23 occupational categories |
| Risky skills flagged | 17 of 226 (7.5%) |
| Mean pass-rate gain (primary config) | 0.183 (0.763 → 0.946 pass rate) |
| Efficiency-cost gain | -0.186 overall; positive in only 2 of 23 categories |
| Utility–safety correlation | r = 0.111 (near zero) |
Skills related to this research
Related notes
- Diff a task run with the skill against one without it: 73.9% reward, zero labels →
- Curated Skills Add 16.6 Points — Self-Authored Ones Cost You 11.5 →
- Same skill, +22 points for Claude Sonnet, +5.5 for Nemotron Nano →
- Best skill-generation pipeline clears just 14% of code-repo tasks, 25% of document tasks →
- 534 of 3,984 public skills carried a critical security flaw — SkillTester grades against that baseline →
- 8/10 → 3/10: a 300K-character context collapses a code-audit skill's pass rate — relevant or not →
- Whole-Trace Checking Catches 95.8% of Skill Policy Violations →
- Strip the tutorial video from a skill wiki, lose 9.5 points →
- A 3.9M-parameter skill sequencer closes 80% of the gap to hand-picked "gold" skill sets →
References
- Yu, D. et al. SkillAudit: From Fixed-Suite Benchmarking to Skill-Centered Assessment. arXiv:2606.22613 (2026).
- Harbor — the sandbox environment SkillAudit extends for isolated skill execution.