find-skills
Warn
Audited by Gen Agent Trust Hub on Mar 21, 2026
Risk Level: MEDIUMREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill is designed to download and install external code packages using the
npx skills addcommand. This enables the integration of third-party scripts and tools into the agent's operating environment.- [COMMAND_EXECUTION]: The skill relies on the execution of several CLI commands via npx, includingnpx skills find,npx skills add,npx skills update, andnpx skills check. Specifically, it suggests using the-yflag which bypasses user confirmation prompts during installation.- [EXTERNAL_DOWNLOADS]: The skill interacts with external network resources, specifically theskills.shregistry and various GitHub repositories, to search for and retrieve skill packages.- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingests and processes search results from an external registry. Maliciously crafted skill metadata in the registry could potentially influence the agent's behavior or trick it into installing unauthorized packages. - Ingestion points: Search results returned from the
npx skills findcommand execution. - Boundary markers: No specific delimiters or safety instructions are defined to separate search results from the agent's operational logic.
- Capability inventory: The skill possesses the capability to execute shell commands and install global packages.
- Sanitization: There is no evidence of sanitization or validation performed on the data retrieved from the external registry.
Audit Metadata