commit
Pass
Audited by Gen Agent Trust Hub on Apr 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues detected. The skill uses standard git commands (status, diff, add, commit) for their intended purpose of managing repository state.
- [COMMAND_EXECUTION]: The skill uses shell commands to interact with the git CLI. The commit message handling specifically uses a heredoc pattern (
$(cat <<'EOF'...)) which prevents shell injection from the generated message content. - [DATA_EXFILTRATION]: No network operations or external data transfers were found. The skill operates locally on the file system within the scope of git repositories.
Audit Metadata