git-commit
Warn
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: MEDIUMPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [Indirect Prompt Injection] (MEDIUM): The skill processes untrusted code content from the repository and has the capability to modify the repository state through commits.
- Ingestion points: Untrusted data enters the context via
git diffandgit status(SKILL.md). - Boundary markers: No specific delimiters are used to wrap the diff content to prevent it from being interpreted as instructions by the agent.
- Capability inventory: The skill can execute
git addandgit commitvia the Bash tool (SKILL.md). - Sanitization: There is no evidence of sanitization or validation of the diff output before it is processed for message generation.
- [Command Execution] (LOW): The skill utilizes the Bash tool to execute git commands.
- Evidence: Use of
git diff,git status,git add, andgit commit(SKILL.md). - Mitigation: The skill includes a 'Git Safety Protocol' which explicitly prohibits destructive commands and the updating of git configurations, reducing the risk of accidental harm.
Audit Metadata