version-control
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill promotes security best practices by explicitly instructing the agent never to commit secrets and to ensure that sensitive files like
.envand private keys are included in.gitignore. - [SAFE]: Encourages the use of safer command variants, such as
git push --force-with-leaseover the more dangerous--force, which prevents accidental overwriting of remote work. - [COMMAND_EXECUTION]: Utilizes standard, well-known version control tools (git, gh, glab) for their intended purposes without any suspicious parameters or privilege escalation attempts.
- [SAFE]: No malicious patterns, obfuscation, or remote code execution attempts were detected in the instructions or examples provided.
Audit Metadata