git-commit-split
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses standard local git commands like
git diff,git commit,git reset, andgit addto manage repository state, which is consistent with its stated purpose. - [SAFE]: The skill explicitly prohibits
git pushoperations, mitigating the risk of accidental or malicious data exfiltration. - [SAFE]: It restricts its scope to already staged changes and does not attempt to access sensitive files, environment variables, or external network resources.
- [SAFE]: No evidence of prompt injection, obfuscation, or remote code execution was found during the analysis.
Audit Metadata