git-commit
Pass
Audited by Gen Agent Trust Hub on Mar 11, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to execute standard version control commands includinggit diff,git add, andgit commit. These operations are used according to their primary purpose of source code management. - [PROMPT_INJECTION]: The skill demonstrates an attack surface for indirect prompt injection, as it processes external content (code diffs) which could contain instructions intended to influence the agent's message generation.
- Ingestion points:
git diffandgit statusoutput inSKILL.md. - Boundary markers: None specified for the content of the diff.
- Capability inventory: Command execution via
Bashtool for staging and committing changes. - Sanitization: No explicit sanitization or filtering of the diff content is performed before processing.
Audit Metadata