gh-pr-checks
Pass
Audited by Gen Agent Trust Hub on Aug 24, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to execute standardgh(GitHub CLI) commands. These operations are limited to viewing and watching pull request check statuses and do not involve arbitrary shell command construction or dangerous script execution. - [INDIRECT_PROMPT_INJECTION]: The skill ingests data from GitHub regarding pull request statuses. This is a standard data retrieval process and does not pose a significant risk of influencing the agent's behavior through malicious content in the check results.
- Ingestion points: Output from
gh pr checkscommands (SKILL.md). - Boundary markers: Not explicitly defined for the output data.
- Capability inventory: Includes the
Bashtool for executing GitHub CLI commands. - Sanitization: Relies on the standard output format provided by the official GitHub CLI tool.
Audit Metadata