pr
Pass
Audited by Gen Agent Trust Hub on Mar 30, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill facilitates the use of standard development tools including
gitandgh(GitHub CLI) to automate branch management, staging, committing, and pull request lifecycle operations. - [PROMPT_INJECTION]: The skill possesses an attack surface for indirect prompt injection as it is designed to ingest and process untrusted data from external sources.
- Ingestion points: The workflow in
references/review.mdfetches remote content such as pull request descriptions, metadata, and code diffs usinggh pr viewandgh pr diffcommands. - Boundary markers: No specific delimiters or instructions are used to isolate the ingested external PR content from the agent's internal instruction set.
- Capability inventory: Across the reference files, the skill has the capability to execute state-changing shell commands including
git commit,git push, andgh pr createbased on the context it processes. - Sanitization: There are no explicit sanitization or validation steps mentioned for the content retrieved from the GitHub repository before it is processed by the agent.
Audit Metadata