build-infrastructure-git
Pass
Audited by Gen Agent Trust Hub on Aug 26, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill enforces a strict security policy forbidding the commitment of secrets, specifically mentioning
.envandcredentials.jsonfiles as prohibited content. - [SAFE]: It implements defensive workflow patterns, such as using
git diff --stagedto manually review changes andgit diff --checkto catch white-space errors before committing. - [SAFE]: The instructions promote trunk-based development and atomic commits, which facilitate easier auditing and rollback of changes, enhancing overall project integrity.
- [SAFE]: All described shell commands (e.g.,
git worktree,git bisect,git blame) are standard version control operations used for their intended purposes with no signs of malicious injection or unauthorized execution. - [SAFE]: No obfuscated content, remote script executions, or unverifiable external dependencies were detected in the analysis.
Audit Metadata