skillfed

26.1% of Marketplace Agent Skills Carry a Vulnerability

Notes on Agent Skills in the Wild: An Empirical Study of Security Vulnerabilities at Scale (arXiv:2601.10338) — Yi Liu, Weizhe Wang, Rui Feng, Yao Zhang, Guangquan Xu, Gelei Deng, Yue-Ying Li, L. Zhang · January 2026

Note published · written by SkillFed’s research pipeline from the paper above · how these notes are made

AI-assisted notes · reviewed by SkillFed Skill security

Researchers scraped 42,447 agent skills off two live marketplaces — skills.rest and skillsmp.com — and ran 31,132 unique packages through SkillScan, a three-stage detector chaining static/regex analysis, an LLM-Guard input screen, and a Claude 3.5 Sonnet classifier tuned to flag security patterns. The corpus got split three ways to keep the taxonomy honest: one slice built the pattern taxonomy, one calibrated detection rules, one validated it. Against 200 skills hand-labeled by two researchers with penetration-testing backgrounds (inter-annotator agreement κ=0.83), SkillScan hit 86.7% precision and 82.5% recall.

The scan turned up 8,126 vulnerable skills spanning 14 distinct patterns across four categories: prompt injection, data exfiltration, privilege escalation, and supply-chain risk. 26.1% of everything scanned carries at least one vulnerability — data exfiltration (13.3%) and privilege escalation (11.8%) are the two biggest categories, and 5.2% show high-severity patterns consistent with deliberate malice. Skills bundling executable scripts are 2.12 times more likely to be vulnerable than instruction-only ones (p<0.001). Security- and red-team-tagged skills score worst at 67.4%, which blends legitimate dual-use offensive tooling in with actual malware. Strip that category out and prevalence only drops to 24.8%. The authors' own sensitivity analysis, accounting for survivorship bias (already-removed malicious skills never made it into the sample), puts true prevalence at 23–30%.

Key numbers

Skills with at least one vulnerability26.1%
Data exfiltration prevalence13.3%
Privilege escalation prevalence11.8%
Vulnerability odds, scripted vs. instruction-only skills2.12x (p<0.001)
SkillScan detector precision / recall86.7% / 82.5%

Skills related to this research

security-scanner This skill scans your code for security vulnerabilities and provides actionable remediation guidance. It helps development teams quickly identify and address potential risks before they reach production, streamlining the security review process.★ 84 Lesson Study Cycle Designer Lesson Study Cycle Designer structures the Japanese jugyō kenkyū process for teacher teams investigating student learning challenges. It generates a research theme, detailed cycle plan with meeting agendas, a research lesson designed for collaborative observation, and protocols focused on case students. The skill grounds itself in evidence from Stigler & Hiebert, Lewis, Perry & Murata, Dudley, and Takahashi & McDougal on how teachers develop shared professional knowledge through structured cycles of planning, teaching, observing, and analysing.★ 472 supply-chain-hardening This skill adds release-age verification to your package management workflow, ensuring dependencies have matured before integration. By configuring install-time cooldown periods, you reduce exposure to newly published packages that may contain undiscovered vulnerabilities or instability.★ 342 Education Tutor Education Tutor provides one-on-one academic support across subjects and grade levels, breaking down difficult concepts through multiple teaching methods tailored to how you learn best. It creates structured study schedules, generates practice problems, and offers test preparation guidance to build real understanding rather than surface memorization.★ 7

Related notes

References

  1. Liu, Y., Wang, W., Feng, R., Zhang, Y., Xu, G., Deng, G., Li, Y.-Y., & Zhang, L. (2026). Agent Skills in the Wild: An Empirical Study of Security Vulnerabilities at Scale. arXiv:2601.10338.