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 securityResearchers 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 vulnerability | 26.1% |
| Data exfiltration prevalence | 13.3% |
| Privilege escalation prevalence | 11.8% |
| Vulnerability odds, scripted vs. instruction-only skills | 2.12x (p<0.001) |
| SkillScan detector precision / recall | 86.7% / 82.5% |
Skills related to this research
Related notes
- 1,184 skills fell in one campaign — because Agent Skills has no line between data and instructions →
- 84% of Malicious Agent-Skill Exploits Hide in the Docs, Not the Code →
- Frontier Agents Cave to Poisoned Skill Files Up to 80% of the Time →
- Checking the repo, not just the SKILL.md, cuts flagged 'malicious' skills from 46.8% to 0.52% →
- Metadata Alone Wins 86% of Skill-Discovery Matchups →
- 90% of a Skill Marketplace's Most-Downloaded Skills Fail a Rigorous Security Audit →
- 478 GUI skills push GPT-5's desktop success rate up 15.6 points →
- Evolve the context-engineering skill itself, not just the context — up to 54% better than fixed pipelines like ACE and GEPA →
- 92.5% Skill Reuse From 816 Tokens →
References
- 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.