agent-release-manager
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill's lifecycle hooks (pre_task, post_edit, post_task, notification) execute 'npx ruv-swarm', which downloads and runs the package from the npm registry if not locally available.
- [COMMAND_EXECUTION]: Employs the Bash tool to execute standard development commands including 'npm install', 'npm run test', 'npm run lint', and 'npm run build' to validate releases.
- [COMMAND_EXECUTION]: Utilizes GitHub CLI ('gh') commands within shell scripts for repository operations such as cloning, branch creation via the GitHub API, and pull request management.
- [EXTERNAL_DOWNLOADS]: Interacts with external GitHub repositories (specifically under the 'ruvnet' organization) to fetch source code and push version updates.
Audit Metadata