ship-it
Pass
Audited by Gen Agent Trust Hub on Jun 14, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses several legitimate shell commands to interact with the environment:
- Checks for the GitHub CLI installation and authentication status (
gh --version,gh auth status). - Attempts to install the GitHub CLI if missing using standard package managers (
winget,brew,apt). - Uses
gitcommands to manage branches, check status, view logs, and push changes to theoriginremote. - Dynamically detects the default branch and creates new feature branches using conventional naming patterns.
- Creates pull requests using
gh pr createwith synthesized titles and bodies based on local commit history.
Audit Metadata