git
Pass
Audited by Gen Agent Trust Hub on Jul 8, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The skill functions as a detailed instructional resource for Git, covering topics from basic initialization to advanced history rewriting and recovery.
- [COMMAND_EXECUTION]: Contains scripts (
scripts/install.shandscripts/install.ps1) designed to install Git. These scripts execute shell commands to detect the operating system and invoke the relevant package manager. - [EXTERNAL_DOWNLOADS]: The installation scripts facilitate the download of the Git software package through well-known and official services, including Homebrew for macOS, Winget for Windows, and standard repositories (APT, DNF, Pacman) for Linux distributions.
- [COMMAND_EXECUTION]: Includes instructions for utilizing built-in Git features that execute local commands, such as
git bisect runandgit submodule foreach, which are standard tools for regression testing and repository management.
Audit Metadata