git-skill
Pass
Audited by Gen Agent Trust Hub on Apr 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a purely instructional guide for Git version control. All provided commands are standard Git operations used in professional software development.
- [SAFE]: Includes a dedicated 'Safety Boundaries' section that warns users about destructive operations like
git push --force,git reset --hard, andgit filter-branch. - [SAFE]: Recommends industry-standard best practices for commit messages (Conventional Commits) and repository management (Gitflow, Forking workflows).
- [EXTERNAL_DOWNLOADS]: Mentions standard Node.js development utilities such as
husky,commitlint, andstandard-version. These are well-known open-source tools used for enforcing commit standards and managing Git hooks, and their mention in an instructional context for environment setup is considered safe practice. - [DATA_EXFILTRATION]: Correctly identifies security risks associated with committing sensitive information and advises the use of
.gitignoreand environment variables to protect credentials.
Audit Metadata