find-skills
Pass
Audited by Gen Agent Trust Hub on Mar 23, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to run
npx skillscommands to search for and install packages. It specifically suggests using the-yflag, which bypasses user confirmation during the installation process. - [EXTERNAL_DOWNLOADS]: The skill facilitates the installation of code from external GitHub repositories. It provides examples referencing well-known organizations like Vercel.
- [PROMPT_INJECTION]: The skill identifies a surface for indirect prompt injection where user-provided search queries are interpolated into shell commands.
- Ingestion points: User input is captured in the
[query]placeholder withinSKILL.md. - Boundary markers: No delimiters or safety instructions are provided to isolate the user-provided query from the command structure.
- Capability inventory: The agent can execute
npx skills findandnpx skills addwhich involve network access and code installation. - Sanitization: No sanitization or validation logic is specified for the interpolated user input.
Audit Metadata