merge
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: Uses the GitHub CLI (
gh) to monitor and manage pull requests. Evidence includes commands likegh pr view,gh pr checks, andgh pr mergeused for PR state evaluation and finalization. Logs are inspected viagh run viewto debug CI failures. - [SAFE]: References internal skill files (
../pr-ready/SKILL.mdand../flake/SKILL.md) within the same repository structure to handle specific sub-tasks like conflict resolution and flaky tests. - [SAFE]: Ingests PR metadata and CI log data which constitutes an indirect prompt injection surface. However, this is used strictly for repository state checks and does not involve unsafe evaluation of the ingested content.
Audit Metadata