gh-cli-use
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill facilitates the execution of GitHub CLI commands for repository, issue, and workflow management. It includes safety protocols in
SKILL.mdsuch as "No destructive commands without explicit user instruction" and "Read before write" to mitigate the risks associated with operations likegh pr mergeandgh issue close. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection through the ingestion of external data from GitHub. \n
- Ingestion points: Commands described in
SKILL.mdsuch asgh issue view,gh pr view,gh pr diff, andgh run viewfetch content from potentially untrusted contributors. \n - Boundary markers: The skill files
SKILL.mdandgh-cli-guide.mddo not specify the use of delimiters or provide instructions to the agent to ignore embedded commands in external data. \n - Capability inventory: The skill provides write access through commands like
gh pr merge,gh issue close, andgh workflow run, which are documented in bothSKILL.mdandgh-cli-guide.md. \n - Sanitization: No mechanisms for sanitizing or validating content retrieved from GitHub are defined in the skill documentation.
Audit Metadata