pr-to-production
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes standard Git commands (
git fetch,git log,git ls-remote,git rev-list) and the GitHub CLI (gh pr create) to manage release workflows. These operations are performed within the scope of the local repository and its official remote origin. - [SAFE]: The skill processes untrusted commit messages to categorize changes and calculate version numbers. This logic is confined to text analysis and pull request generation for standard development workflows and does not introduce security vulnerabilities.
- [SAFE]: No remote code execution, data exfiltration, or obfuscation techniques were detected. The skill relies on local assets (
assets/pr-template.md) and established command-line tools for its operations.
Audit Metadata