git-workflow-and-versioning
Pass
Audited by Gen Agent Trust Hub on Aug 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill exclusively contains instructional content and best practices for version control using Git, including trunk-based development and atomic commits.
- [SAFE]: Includes security-positive instructions to scan staged changes for secrets (passwords, API keys, tokens) before committing using grep filters.
- [SAFE]: Recommends standard exclusions for
.gitignore(node_modules, .env, .pem files) to prevent accidental exposure of dependencies and credentials. - [COMMAND_EXECUTION]: Instructs the agent to use standard Git commands (
git commit,git worktree,git bisect) and development tools (npm test,npx tsc) which are within the expected scope of a software development workflow skill.
Audit Metadata