finish
Pass
Audited by Gen Agent Trust Hub on Jul 29, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingests and follows instructions from untrusted files within the repository (e.g.,
CONTRIBUTING.md,AGENTS.md) and external tracker data. An attacker could potentially manipulate these sources to influence the agent's behavior during pull request and commit message generation. Ingestion points:CONTRIBUTING.md,.github/CONTRIBUTING.md,AGENTS.md, and ticket metadata viagh issue view. Boundary markers: No explicit delimiters or instructions to ignore embedded commands were identified. Capability inventory: The skill can performgit merge,git push,gh pr create, andgh issue close. Sanitization: No explicit sanitization or validation of the ingested text is mentioned. - [COMMAND_EXECUTION]: The skill uses
gitand theghCLI to execute multiple shell commands for managing repository states and interactions with GitHub. Evidence: Commands likegit checkout,git merge,git push,gh pr create,gh issue view, andgh issue closeare defined inSKILL.mdandreferences/trackers/github.md.
Audit Metadata