using-git
Pass
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists of documentation and standard Git command examples for version control management. All operations, such as
git rebase,git reset --soft, andgit reflog, are used according to best practices for local repository management. - [SAFE]: No external dependencies, remote script downloads, or unauthorized network operations are present. The only network-related commands are standard Git operations (
git fetch,git pull,git push) directed at the user's configured remote origin. - [SAFE]: The skill includes explicit safety warnings against dangerous practices like rebasing shared branches or force-pushing to public history without backups.
- [SAFE]: No obfuscation, prompt injection, or credential harvesting patterns were identified. Use of temporary files for commit messages is handled safely with standard shell redirection.
Audit Metadata