git-cli
Pass
Audited by Gen Agent Trust Hub on Aug 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard documentation and helper scripts for Git operations.
- [SAFE]: Guidelines within
SKILL.mdexplicitly instruct the AI to prioritize read-only commands and to provide warnings before suggesting destructive operations such asgit reset --hardorgit push --force. - [SAFE]: The included shell scripts (
status-summary.sh,is-repo.sh,branch-list.sh) perform benign repository inspection and do not accept untrusted input that could lead to command injection. - [SAFE]: The provided
.gitignoreasset encourages security best practices by including patterns to prevent the accidental commitment of environment files (.env), private keys (*.pem), and other sensitive build artifacts. - [SAFE]: Reference documentation for troubleshooting correctly advises users against storing credentials in the skill and notes the security implications of disabling SSL verification.
Audit Metadata