mastering-git-cli
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONDYNAMIC_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill includes utility scripts in the
scripts/directory that automate Git operations such as health checks, submodule reporting, and worktree orchestration. These scripts use standard system commands likegit,find, andawkfor repository diagnostics. - [DYNAMIC_EXECUTION]: Educational sections in
SKILL.mdandreferences/git-2025-features.mdprovide templates for generating and executing local shell scripts, which is a documented practice for features likegit bisect runandpre-commithooks. - [INDIRECT_PROMPT_INJECTION]: The repository health and submodule reporting scripts ingest data from the local repository state. Although this processes external data from cloned repositories, the scope is limited to diagnostic reporting and standard version control metadata.
Audit Metadata