skills/docker/docs/check-pr/Gen Agent Trust Hub

check-pr

Pass

Audited by Gen Agent Trust Hub on May 5, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • Command Execution: The skill utilizes the GitHub CLI (gh) and git to perform operational tasks such as viewing PR status, checking CI logs, and committing fixes. These operations use the $ARGUMENTS variable to target specific pull requests, which is a standard pattern for CLI-based automation.
  • External Data Interaction: To fulfill its purpose of addressing feedback, the skill retrieves and processes external content from GitHub, including PR titles, descriptions, and comments.
  • Ingestion points: External content is fetched via gh pr view and gh api commands as documented in SKILL.md.
  • Boundary markers: The instructions do not define specific delimiters for the data retrieved from GitHub.
  • Capability inventory: The skill possesses the ability to perform git push and post comments via gh api (POST) across all sections of the script.
  • Sanitization: The skill processes the feedback directly from the API output to inform the agent's actions, which is necessary for the intended feedback-loop automation.
Audit Metadata
Risk Level
SAFE
Analyzed
May 5, 2026, 11:32 PM
Security Audit — agent-trust-hub — check-pr