git-repo-normalize
Pass
Audited by Gen Agent Trust Hub on Mar 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs legitimate Git repository maintenance by normalizing line endings. It uses standard Git commands like
git rev-parse,git config, andgit add --renormalizeto inspect and modify the repository state within its intended scope. - [SAFE]: Analysis of the workflow shows no network communication, external downloads, or attempts to exfiltrate data. All operations are local to the repository being handled.
- [SAFE]: There are no signs of prompt injection, obfuscation, or persistence mechanisms. The instructions are clear and align with documented Git best practices.
Audit Metadata