git
Pass
Audited by Gen Agent Trust Hub on Aug 31, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted data in the form of pull request review comments and general comments from the GitHub API.
- Ingestion points: In
SKILL.md, the/git pr-pull-reviewcommand fetches data viagh pr viewandgh apifrom potentially attacker-controlled sources (PR reviewers). - Boundary markers: The skill requires the agent to present a summary of comments and ask the user which to address before taking action, providing a human-in-the-loop check.
- Capability inventory: The agent has the ability to read and edit project files, execute git commands, and interact with the GitHub API (replying to comments).
- Sanitization: There is no explicit mention of sanitizing or escaping the content of comments before they are processed by the agent.
- [COMMAND_EXECUTION]: The skill relies on executing various shell commands to perform its core functions.
- Evidence: Extensive use of
git(status, diff, add, commit, log, push) andgh(pr create, pr view, pr edit, api) commands to manage the development workflow.
Audit Metadata