gh-stack
Warn
Audited by Gen Agent Trust Hub on Aug 2, 2026
Risk Level: MEDIUMPROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill metadata contains misleading information by claiming the author is 'github', which is an incorrect attribution for a skill authored by 'fellipeutaka'.
- [EXTERNAL_DOWNLOADS]: The skill installs the
gh-stackextension from a GitHub repository, which is a well-known service. - [COMMAND_EXECUTION]: The skill instructs the agent to execute various
ghandgitcommands for repository configuration and pull request management. - [PROMPT_INJECTION]: The skill possesses an indirect prompt injection surface by interpolating untrusted data into shell commands.
- Ingestion points: The skill processes branch names and commit messages provided by the user during initialization and modification of stacks (SKILL.md).
- Boundary markers: No explicit delimiters are used to wrap or sanitize external content.
- Capability inventory: The skill executes powerful shell commands (e.g.,
gh stack,git commit) that depend on the ingested data (SKILL.md). - Sanitization: The instructions state that branch names are used verbatim, with no mention of input validation or escaping.
Audit Metadata