git-commit-push-pr

Pass

Audited by Gen Agent Trust Hub on Apr 15, 2026

Risk Level: SAFE
Full Analysis
  • [COMMAND_EXECUTION]: The skill executes standard git and GitHub CLI (gh) commands to manage version control workflows. These include git status, git diff, git commit, git push, and gh pr create/edit. All commands are used according to their intended purpose for repository management.
  • [DYNAMIC_CONTEXT_INJECTION]: Uses the ! syntax to execute shell commands at load time for context gathering. The commands (git status, git diff, git branch, etc.) are limited to retrieving metadata about the current git repository and do not involve untrusted input or sensitive system paths.
  • [DATA_EXPOSURE]: Accesses git diffs and commit history to generate pull request descriptions. This is necessary for the skill's primary function and does not involve accessing sensitive credentials, environment variables, or private user files outside the repository context.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 15, 2026, 09:23 PM