search-operations
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill's primary function is to search and retrieve data from GitHub, including code, issues, and pull requests. This content is externally controlled and untrusted.
- Ingestion points: Data enters the agent's context through the output of various
gh searchcommands described inSKILL.md. - Boundary markers: There are no specific instructions or delimiters mentioned to help the agent distinguish between search metadata and potentially malicious instructions embedded within the retrieved GitHub content.
- Capability inventory: The skill utilizes the
ghCLI for searching and suggests integration with other skills likerepository-managementorcode-reviewwhich likely have file-write or execution capabilities. - Sanitization: The skill does not describe any sanitization or filtering mechanisms for the data retrieved from GitHub before it is processed by the agent.
- [COMMAND_EXECUTION]: The skill revolves around the execution of the
ghCLI tool. While the examples provided use standard parameters, there is a risk of command injection if the agent interpolates unsanitized user input into these search commands, particularly within the query strings orjqfilters.
Audit Metadata