git-cmsg
Pass
Audited by Gen Agent Trust Hub on Jul 4, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill automatically stages all changes in the current directory using
git add .via theBashtool. While it performs subsequent safety checks on the staged files, the initial staging occurs without explicit user consent. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection because it analyzes content from the repository (via
git diff) to generate commit messages. Malicious content within a file's diff could potentially influence the model's output or behavior. - Ingestion points: Code changes analyzed via
git diff --cachedinSKILL.md. - Boundary markers: Absent; there are no delimiters used to separate the untrusted diff content from the skill's instructions.
- Capability inventory: Access to the
Bashtool for local git operations and network pushes inSKILL.md. - Sanitization: Absent; the content of the diff is processed directly to generate a commit message summary.
Audit Metadata