set-session-context
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
git symbolic-refandgh pr viewto fetch repository and pull request information. These are standard commands for development environments and are used appropriately for context gathering. - [PROMPT_INJECTION]: There is a surface for indirect prompt injection as the skill incorporates untrusted data from Git branch names and GitHub PR titles into the
/renamecommand. - Ingestion points: Output of
gitandghcommands processed inSKILL.md. - Boundary markers: Not present; external strings are not wrapped in delimiters to separate them from instructions.
- Capability inventory: Impact is limited to the platform's UI commands
/renameand/color. - Sanitization: Branch names undergo basic humanization (stripping prefixes and replacing hyphens), but PR titles are used directly as provided by the GitHub CLI.
Audit Metadata