find-skills
Pass
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads third-party packages from external registries using the
npxpackage runner. Specifically, it fetches theskillspackage and various user-selected skill packages. - [REMOTE_CODE_EXECUTION]: The core functionality involves installing and linking third-party 'skills' which contain executable instructions or code. This is performed via the
npx skills addcommand within thescripts/install-skill.shscript. - [COMMAND_EXECUTION]: The skill executes shell commands and CLI tools to search for and install content. It uses
npxfor package management and performs file system operations (creating directories and symlinks) usingmkdirandlninscripts/install-skill.sh. - [PROMPT_INJECTION]: The skill has an attack surface for indirect prompt injection (Category 8) as it processes search results from an external registry.
- Ingestion points: Search results returned by the
npx skills findcommand (SKILL.md). - Boundary markers: No explicit delimiters are used when presenting search results to the user or processing them for installation.
- Capability inventory: The skill can execute shell scripts, run
npx, and modify the project structure through symlinking (scripts/install-skill.sh). - Sanitization: There is no evidence of sanitization or validation of the content retrieved from the external skill registry before it is presented to the user or processed.
Audit Metadata