git-commit-push-pr
Pass
Audited by Gen Agent Trust Hub on Apr 18, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes several git and GitHub CLI (gh) commands (e.g., git status, git diff, git push, gh pr view, gh pr create) to automate the development workflow. These commands are necessary for the skill's functionality and are used within their intended scope.- [SAFE]: The skill employs secure coding practices, such as using heredocs (EOF) when embedding dynamically generated content into shell commands. This prevents shell injection vulnerabilities when processing repository data like commit messages or PR descriptions. No evidence of data exfiltration, malicious persistence, or unauthorized remote code execution was found.
Audit Metadata