parallel-slots
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to use the GitHub CLI (
gh) for repository operations, including branching from issues (gh issue develop), creating pull requests (gh pr create), and merging them (gh pr merge). It specifically mentions using the--adminflag during merging, which allows bypassing branch protection rules if the user has sufficient permissions. - [EXTERNAL_DOWNLOADS]: The workflow involves cloning repositories from GitHub remotes to create multiple isolated local working copies. This is a standard operation for the described development workflow.
- [SAFE]: The skill is a documentation and workflow guide. It does not contain obfuscated code, persistence mechanisms, hardcoded credentials, or unauthorized network operations. The described patterns align with standard software engineering practices for managing multiple task streams.
Audit Metadata