raise-pr
Pass
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security vulnerabilities were detected. The skill implements a transparent workflow for git branch management and pull request creation.
- [COMMAND_EXECUTION]: The skill executes local commands including
git,gh(GitHub CLI), andmake. These operations are confined to the repository environment and are used for expected development tasks like fetching updates, running test suites (make test-unit,make test-integration), and submitting code changes. - [EXTERNAL_DOWNLOADS]: The skill initiates network requests via
git fetchandgit pushto interact with remote repositories ('upstream' and 'origin'), which are standard operations for a version control workflow.
Audit Metadata