git-commit
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits a surface for indirect prompt injection as it is designed to analyze potentially untrusted source code and diffs to generate commit messages.
- Ingestion points: External data enters the agent's context via
git diff,git diff --staged, andgit status --porcelainas described in the Workflow section ofSKILL.md. - Boundary markers: The instructions do not define explicit markers or delimiters to help the agent distinguish between repository content and its own instructional logic.
- Capability inventory: The skill utilizes the
Bashtool for staging and committing changes, which involves file system interactions. - Sanitization: There is no mechanism to sanitize or validate the content of the diffs to prevent embedded instructions (e.g., in code comments) from influencing the agent's behavior during the commit message generation process.
Audit Metadata