skillfed

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 × security

SkillAudit 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 audited226 skills, 23 occupational categories
Risky skills flagged17 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 correlationr = 0.111 (near zero)

Skills related to this research

Related notes

References

  1. Yu, D. et al. SkillAudit: From Fixed-Suite Benchmarking to Skill-Centered Assessment. arXiv:2606.22613 (2026).
  2. Harbor — the sandbox environment SkillAudit extends for isolated skill execution.