find-skills
Pass
Audited by Gen Agent Trust Hub on Feb 23, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
npxutility to execute theskillsCLI tool for searching and installing packages. Evidence includes the use ofnpx skills find [query]andnpx skills add <package> -g -y.- [EXTERNAL_DOWNLOADS]: It downloads external skills from the npm registry and GitHub repositories based on user queries or recommendations. It specifically mentions fetching guidelines fromvercel-labs/agent-skills, which is a trusted organization.- [REMOTE_CODE_EXECUTION]: The skill facilitates the installation and execution of remote code. The use of the-yflag in the installation command (npx skills add <owner/repo@skill> -g -y) automates the process and bypasses manual confirmation prompts, which could be exploited if a malicious package name is provided.- [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection through its ingestion of untrusted search results. * Ingestion points: Search results from theskillsregistry provided bynpx skills find. * Boundary markers: No explicit boundary markers or instructions to ignore embedded commands are present in the search result processing logic. * Capability inventory: The skill can execute shell commands vianpxto install software globally on the system. * Sanitization: No sanitization or validation of search results is performed before presenting options to the user or executing installation commands.
Audit Metadata