git-commit
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses standard Bash commands for Git operations such as git diff, git add, and git commit to manage version control tasks.
- [INDIRECT_PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it processes untrusted data (code diffs) to generate commit messages.
- Ingestion points: git diff and git status output (SKILL.md).
- Boundary markers: None present to distinguish code content from instructions.
- Capability inventory: Bash command execution for Git operations.
- Sanitization: No sanitization of the analyzed diff content is specified.
Audit Metadata