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 like git, find, and awk for repository diagnostics.
  • [DYNAMIC_EXECUTION]: Educational sections in SKILL.md and references/git-2025-features.md provide templates for generating and executing local shell scripts, which is a documented practice for features like git bisect run and pre-commit hooks.
  • [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
Risk Level
SAFE
Analyzed
Sep 15, 2026, 08:03 PM
Security Audit — agent-trust-hub — mastering-git-cli