git-commit-only-cn
Pass
Audited by Gen Agent Trust Hub on Jul 15, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION]: The skill uses instructional language for task definition. No attempts to override system safety guidelines or extract system prompts were detected.
- [DATA_EXFILTRATION]: The skill explicitly forbids pushing to remote repositories and includes a specific safety protocol to prevent the commitment of sensitive files such as
.envfiles, private keys, or tokens. - [COMMAND_EXECUTION]: The skill uses standard Git commands (
git add,git commit,git status,git diff) to manage local version control. These are used for their intended purpose within the skill's defined scope. - [SAFE]: The skill follows best practices for Git workflows, requiring conventional commit formats and encouraging documentation of testing/validation steps without performing dangerous operations like hard resets or skipping git hooks.
Audit Metadata