git-expert
Pass
Audited by Gen Agent Trust Hub on Jul 31, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: Orchestrates various development and version control commands to manage the coding workflow. Evidence includes calls to git, gh, npm, cargo, pip, and go for repository management and testing.
- [EXTERNAL_DOWNLOADS]: Triggers automatic dependency resolution when setting up new worktrees by running npm install, pip install -r requirements.txt, or go mod download if corresponding manifest files are detected.
- [DATA_EXFILTRATION]: Performs network-bound operations to synchronize local changes with remote repositories using commands like git push and gh pr create.
Audit Metadata