skills
Warn
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill uses
npxto download and execute code from external sources. Specifically, theaddcommand incommands/add.mdexecutesnpx --yes skills add <owner/repo>, where the repository path is a user-controlled argument. Theinstallcommand incommands/install.mdalso executesnpx skills add vercel-labs/find-skillsto install the search backend. - [EXTERNAL_DOWNLOADS]: The skill fetches executable content and metadata from the npm registry and GitHub repositories during the installation and update processes (
npx skills add,npx skills check). - [COMMAND_EXECUTION]: The skill relies on the
Bashtool to perform system-level operations, including Git root detection viagit rev-parse --show-topleveland package management vianpx. - [PROMPT_INJECTION]: The skill presents an attack surface for indirect prompt injection by processing untrusted data from skill repositories and local configuration files.
- Ingestion points: The skill reads repository paths from user input and configuration from
.groove/index.mdandskills-lock.json. - Boundary markers: No explicit delimiters or instructions to ignore embedded instructions within processed skill data are specified.
- Capability inventory: The skill possesses the ability to execute shell commands (npx, git), read and write files (skills-lock.json), and interact with the user.
- Sanitization: There is no evidence of validation or sanitization of the
<owner/repo>string before it is passed to the shell-executed npx command.
Audit Metadata