find-skills
Fail
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: HIGHCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill makes extensive use of the
npx skillsCLI tool to perform search, installation, and management tasks. Commands includenpx skills find,npx skills add,npx skills check, andnpx skills update. - [EXTERNAL_DOWNLOADS]: The skill is designed to download and install packages from external sources. It specifically references
vercel-labs/agent-skillsas a source and allows installing from any user-specified GitHub repository or package source. - [REMOTE_CODE_EXECUTION]: The skill provides instructions to the agent to execute
npx skills add <owner/repo@skill> -g -y. The use of the-yflag is problematic as it explicitly skips confirmation prompts, allowing for the silent installation and execution of code from unverified third-party repositories. This significantly increases the risk of a supply chain attack or accidental installation of malicious functionality. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection because it processes untrusted data from the
npx skills findcommand results. Maliciously crafted skill names or descriptions in the ecosystem could influence the agent's behavior. - Ingestion points: The output of the
npx skills find [query]command is ingested into the agent's context (SKILL.md). - Capability inventory: The agent has the capability to write to the system by installing packages via
npx skills add. - Boundary markers: No delimiters or specific instructions are provided to the agent to ignore or treat search results as untrusted content.
- Sanitization: There is no evidence of sanitization or validation of the search results before the agent presents them or offers to install them.
Recommendations
- AI detected serious security threats
Audit Metadata