git
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill automates repository management tasks using local shell commands including
git,gh(GitHub CLI),grep, andawk. - [SAFE]: Features a robust secret detection protocol in
references/safety-protocols.mdthat scans staged changes for patterns matching AWS keys, private PEM keys, and database connection strings usinggrep -iEbefore allowing commits. - [EXTERNAL_DOWNLOADS]: Interacts with remote servers for standard operations such as
git fetch,git pull, and checking authentication status viagh auth status. - [DATA_EXFILTRATION]: Facilitates the movement of local code to remote repositories (
git push), which is the defined primary purpose of the skill. - [SAFE]: Employs secure shell scripting patterns, such as using single-quoted heredocs (
cat <<'EOF') in PR generation to prevent unintended shell expansion or command injection from dynamic content.
Audit Metadata