git-workflow-and-versioning
Pass
Audited by Gen Agent Trust Hub on Apr 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a documentation-only resource providing guidelines for version control management, including trunk-based development, atomic commits, and branch naming conventions.
- [SAFE]: It explicitly includes security hygiene steps, such as instructing the agent to run
git diff --staged | grep -i "password\|secret\|api_key\|token"to prevent accidental credential leakage. - [SAFE]: It provides clear instructions on managing sensitive files via
.gitignore, specifically mentioning files like.env,.env.local, and*.pem. - [SAFE]: The mentioned commands (
git,npm test,npm run lint,npx tsc) are standard development tools used for their intended purposes within the provided examples.
Audit Metadata