The skill insecurely executes unpinned packages with global permissions and forced confirmation bypasses, creating significant risks of arbitrary code execution and supply chain compromise from untrusted external sources.
npx skills add https://github.com/vercel-labs/skillsThe instructions explicitly direct the agent to use the '-y' flag during skill installation, which bypasses user confirmation prompts and increases the risk of installing malicious or unintended code.
npx skills add <owner/repo@skill> -g -y
The instructions encourage installing skills globally ('-g'), which grants the installed packages broader system access and persistence beyond the current workspace or agent session.
npx skills add <owner/repo@skill> -g -y
Unpinned npx package execution — `npx <pkg>` without a version pin pulls latest from npm at runtime (seen 12 times in this file at lines 27, 28, 29, 30, 57, 62, 63, 64, 91, 101, …)
npx skills
The skill relies on external, user-controllable sources (skills.sh and GitHub repositories) to provide instructions and code. If these sources are compromised, they can inject malicious instructions into the agent's execution flow.
npx skills add <owner/repo@skill>
Skill does not specify a license field. Specifying a license helps users understand usage terms.
[](https://mondoo.com/ai-agent-security/skills/github/vercel-labs/skills/find-skills)<a href="https://mondoo.com/ai-agent-security/skills/github/vercel-labs/skills/find-skills"><img src="https://mondoo.com/ai-agent-security/api/badge/github/vercel-labs/skills/find-skills.svg" alt="Mondoo Skill Check" /></a>https://mondoo.com/ai-agent-security/api/badge/github/vercel-labs/skills/find-skills.svgSkills can read files, run commands, and access credentials. Mondoo helps organizations manage the security risks of AI agent skills across their entire fleet.