A study of 31,132 agent skills found that 26% carry a security vulnerability and 5.2% look outright malicious. NVIDIA built a free scanner that checks any skill before it ever touches your machine. Here is the whole thing in one page.
uv tool install git+https://github.com/NVIDIA/skillspector.git
Researchers collected 42,447 agent skills from two major marketplaces and analysed 31,132 of them. The paper is public and the abstract carries both headline numbers.
The two most common problems were data exfiltration at 13.3% and privilege escalation at 11.8%. Skills that bundle executable scripts were 2.12x more likely to contain a vulnerability than instruction-only ones.
Why this is worse than a bad npm package. When you install a skill it gets your file system, your network, your environment variables, and sometimes your model's system prompt. There is no permission gate between the install command and the code running.
A free, open source scanner that sits between you and any skill you are about to install. Point it at something, it tells you whether to install it.
uv tool install git+https://github.com/NVIDIA/skillspector.git
skillspector scan ./my-skill/skillspector scan https://github.com/user/my-skillskillspector scan ./my-skill.zipskillspector scan ./SKILL.md--format json --output report.json--no-llmEvery scan ends in one number and one recommendation. This is the part that makes it usable in seconds rather than minutes.
17 categories, 64 patterns. The ones that matter most for a skill you found on a marketplace:
A clean score is a strong signal, not a guarantee. Security researchers have shown that scanners in this class can be evaded by a determined author, and the LLM layer is optional and imperfect. Treat it as the bouncer at the door, not the whole security team. For anything that will touch real credentials, read the skill yourself too.
The habit worth building: scan before install, every time. It costs seconds and it catches the 1 in 4 that has a real problem.




Free tools, honest feedback on your work, and people who answer. Job hunters, builders and learners.