work-with-pr
Pass
Audited by Gen Agent Trust Hub on May 30, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: Utilizes Git and the GitHub CLI (gh) to orchestrate pull request workflows, including the creation of isolated worktrees, branch management, and squash merging upon successful verification.
- [EXTERNAL_DOWNLOADS]: Executes
bun installto download and manage project dependencies from official registries, which is expected behavior for modern JavaScript/TypeScript development environments. - [SAFE]: Implements development best practices by using
git worktreeto isolate changes in a sibling directory, preventing accidental data loss or pollution of the user's primary working directory.
Audit Metadata