git-version-control
Pass
Audited by Gen Agent Trust Hub on Jul 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as an educational resource for Git best practices, covering atomic commits, conventional commit messages, and branching models.
- [SAFE]: Includes Git aliases for 'checkpoints' that allow developers to save local progress using standard Git commands like
git tagandgit commitwith no network operations. - [SAFE]: Explicitly identifies and warns against security anti-patterns, such as committing secrets (API keys, credentials) and force-pushing to protected branches.
- [SAFE]: Provides recovery patterns using
git reflogandgit bisectfor regression hunting, which are standard troubleshooting tools.
Audit Metadata