find-skills
Warn
Audited by Gen Agent Trust Hub on Feb 23, 2026
Risk Level: MEDIUMREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill facilitates the installation of remote code via the
npx skills addcommand. This process downloads and executes scripts from external repositories. The use of the-yflag is notable as it allows for automated code execution by bypassing confirmation prompts. - [COMMAND_EXECUTION]: The skill executes shell commands using
npxto manage, search, and update extensions within the agent's environment. - [EXTERNAL_DOWNLOADS]: The skill connects to the
https://skills.sh/registry and identifies external repositories on GitHub to retrieve new tools and configurations. It neutrally references resources from well-known sources like Vercel Labs. - [PROMPT_INJECTION]: The skill has an indirect prompt injection surface when handling search results from the remote registry.
- Ingestion points: Dynamic output from the
npx skills findcommand integrated into the agent's workflow. - Boundary markers: None are used to delimit untrusted registry content from instructions.
- Capability inventory: Execution of arbitrary shell commands via the package manager and global skill installation.
- Sanitization: Registry metadata is not sanitized or validated before being presented to the agent.
Audit Metadata