pr-automate
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious instructions, obfuscation, or unauthorized access attempts were identified in the skill procedures.
- [COMMAND_EXECUTION]: The skill utilizes the GitHub CLI (
gh) and standard git commands to perform pull request management tasks such as editing bodies, checking statuses, and posting comments, which aligns with its primary purpose. - [REMOTE_CODE_EXECUTION]: The skill invokes local sub-skills (
review,lint,test) from the internal development workflow; there are no attempts to download or execute code from external or untrusted remote sources. - [DATA_EXFILTRATION]: All network-related operations are scoped to official GitHub APIs via the
ghtool for repository management. No sensitive local file access or unauthorized data transmission to external domains was observed.
Audit Metadata