git-onboarding-setup

Pass

Audited by Gen Agent Trust Hub on Mar 3, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [COMMAND_EXECUTION]: The skill executes several local shell commands using standard tools (git, gh, brew) to manage configuration and repository state.
  • [EXTERNAL_DOWNLOADS]: If requested by the user, the skill initiates a download and installation of the GitHub CLI via Homebrew (brew install gh), which is a well-known and trusted package management service.
  • [COMMAND_EXECUTION]: The skill performs file system operations including initializing repositories (git init), cloning repositories (git clone), and deploying Git hooks from its own internal directory to the local .git/hooks folder.
  • [COMMAND_EXECUTION]: The skill modifies file permissions using chmod +x specifically for the Git hooks it installs, which is a required step for hook functionality.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 3, 2026, 01:07 PM