find-skills
Warn
Audited by Gen Agent Trust Hub on Mar 11, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides instructions for the agent to execute shell commands using the
npx skillscommand-line utility to find, add, check, and update capabilities. - [REMOTE_CODE_EXECUTION]: The
npx skills addcommand is used to install and execute code from remote repositories on GitHub and the npm registry. This provides a direct mechanism for remote code execution from external sources. - [EXTERNAL_DOWNLOADS]: The skill connects to the external domain
https://skills.sh/and various remote code repositories to download skill metadata and package files. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection from malicious search results. Ingestion points: Skill descriptions and metadata returned by the
npx skills findcommand as documented inSKILL.md. Boundary markers: No specific delimiters or instructions are provided to the agent to treat search results as untrusted data. Capability inventory: The agent can execute shell commands and install software via thenpxtool. Sanitization: There is no evidence of validation or sanitization of the data retrieved from the search results before it is presented to the user or acted upon by the agent.
Audit Metadata