git-commit
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or unauthorized access attempts were identified. The instructions follow standard software development practices and provide clear guidance for semantic versioning commits.
- [COMMAND_EXECUTION]: The skill uses the Bash tool to execute standard git commands like
git diff,git add, andgit commit. These operations are transparently documented and restricted to local repository management tasks. - [DATA_EXFILTRATION]: The skill includes explicit instructions to avoid staging or committing sensitive files such as
.env,credentials.json, or private keys. It contains no network-related commands, ensuring data remains within the local environment.
Audit Metadata