git-commit
Pass
Audited by Gen Agent Trust Hub on Sep 5, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted data by analyzing file diffs, which creates a surface for indirect prompt injection if the files being committed contain malicious instructions.\n
- Ingestion points: The skill reads output from
git diffandgit statuscommands inSKILL.md.\n - Boundary markers: No specific delimiters or XML tags are defined to isolate the diff content from the agent's instructions.\n
- Capability inventory: The skill utilizes the
Bashtool to executegit stageandgit commitcommands inSKILL.md.\n - Sanitization: There are no explicit instructions to sanitize or validate the content of the diffs to ignore potential embedded instructions.
Audit Metadata