find-skills
Warn
Audited by Gen Agent Trust Hub on Mar 9, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill facilitates the downloading and installation of external code from GitHub repositories via the
npx skills addcommand. Evidence: InSKILL.md, the instructionnpx skills add <owner/repo@skill> -g -ybypasses confirmation and installs software from remote sources. While the documentation references trusted repositories from Vercel Labs, the command template allows for arbitrary third-party sources.\n- [COMMAND_EXECUTION]: The skill instructs the agent to run CLI tools (npx skills) to perform searches and system-wide installations. Evidence:SKILL.mdcontains several bash blocks with commands such asnpx skills find [query]andnpx skills add <package>.\n- [PROMPT_INJECTION]: The skill presents an indirect prompt injection surface by taking untrusted user input as search queries and displaying output from external tool executions. 1. Ingestion points: User-provided search terms are passed directly tonpx skills find [query]inSKILL.md. 2. Boundary markers: No delimiters or instructions are provided to the agent to ignore potentially malicious instructions within the tool's output. 3. Capability inventory: The skill has the capability to execute shell commands and modify the environment by adding new skills. 4. Sanitization: No sanitization or validation of the search query or the tool output is mentioned.
Audit Metadata