find-skills
Pass
Audited by Gen Agent Trust Hub on Mar 3, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
npx skillscommand-line interface to search for, add, and update agent packages. - [EXTERNAL_DOWNLOADS]: The skill instructions facilitate downloading packages and configuration data from external sources, specifically
github.comandskills.sh. - [REMOTE_CODE_EXECUTION]: The
npx skills addcommand installs external packages which may contain executable code or scripts, effectively allowing the execution of remote code on the host system. The use of the-yflag bypasses confirmation prompts during installation. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface by processing untrusted data from search results.
- Ingestion points: Search results returned by the
npx skills findcommand as described inSKILL.md. - Boundary markers: No explicit delimiters or instructions are provided to the agent to disregard potentially malicious instructions within search results.
- Capability inventory: The agent has the capability to execute commands and install arbitrary packages via the
npx skillsCLI. - Sanitization: No sanitization or validation is performed on the package names or metadata returned by the search command before they are presented to the user or used in subsequent commands.
Audit Metadata