skill-commit
Pass
Audited by Gen Agent Trust Hub on Apr 5, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes various Git commands such as
git status,git diff,git log,git add,git commit, andgit pushto perform its primary function of committing code and managing versions. - [PROMPT_INJECTION]: The skill is susceptible to Indirect Prompt Injection (Category 8). It ingests untrusted data from
git diff(file content changes) andgit log(previous commit messages) to generate commit messages and determine version bumps. - Ingestion points: Untrusted data enters the agent context through the outputs of
git diffandgit logas described in Step 1 and Step 4 of the skill's flow inSKILL.md. - Boundary markers: The instructions do not define any delimiters or system warnings to ignore embedded instructions within the ingested Git data.
- Capability inventory: The skill has the capability to execute shell commands (
gitoperations) and modify local files (SKILL.md,README.md). - Sanitization: There is no mention of sanitization, escaping, or validation of the content retrieved from the Git history or diffs before processing it.
Audit Metadata