Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
69
83%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Medium
Suggest reviewing before use
Security
1 medium severity finding. This skill can be installed but you should review these findings before use.
The skill prompts the agent to compromise the security or integrity of the user’s machine by modifying system-level services or configurations, such as obtaining elevated privileges, altering startup scripts, or changing system-wide settings.
The skill instructs the agent to install third‑party skills (including a global install with -g -y) and to execute alternative binaries (bun fallback), which would cause the agent to modify the host environment and run untrusted code with full agent permissions even though it asks for user confirmation.
Low
Low-risk findings.
2 low severity findings. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
SKILL.md instructs running the runtime CLI commands `npx skills find/add` against the open “skills” ecosystem (e.g., skills.sh / arbitrary skill packages), which can retrieve and ingest outsider-authored README/SKILL.md/script text into the agent’s execution/context via those package installs/search results.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
The skill instructs running "npx skills add" which fetches and executes third-party skill code at runtime (e.g., "npx skills add vercel-labs/agent-skills@react-best-practices"), so remote content can execute code with agent permissions.
49c351a
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.