find-skills
Warn
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: MEDIUMREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill instructs the agent to download and install code from external GitHub repositories via the
npx skills addcommand. It explicitly suggests using the-yflag to skip confirmation prompts, which allows for the silent installation and execution of arbitrary code from third-party sources. - [COMMAND_EXECUTION]: The skill relies on shell commands (
npx skills ...) for its core functionality. It is vulnerable to command injection if a user-supplied query or package name (e.g., from a malicious task description) is interpolated into the shell command without proper escaping. - [EXTERNAL_DOWNLOADS]: The skill facilitates downloads from
https://skills.shand arbitrary GitHub repositories. While intended for skill discovery, this mechanism allows for the retrieval of unverified content from untrusted external sources. - [PROMPT_INJECTION]: The skill exhibits a surface for indirect prompt injection where malicious instructions could be embedded in the search results returned by the
npx skills findcommand. - Ingestion points: Search results from the
npx skills find [query]command inSKILL.md. - Boundary markers: None; external search results are mixed directly into the agent's context.
- Capability inventory: Shell command execution (
npx skills) and code installation capabilities are present inSKILL.md. - Sanitization: No sanitization or validation of the external search results or package names is performed before they are used to execute commands.
Audit Metadata