git-commit
Pass
Audited by Gen Agent Trust Hub on Sep 11, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes several Git commands to manage the repository state, including
git worktree list,git rev-parse,git diff,git add, andgit commit. These are legitimate actions for a Git-focused tool and the skill correctly avoids risky patterns likegit add .orgit add -Ain favor of explicit file paths. - [INDIRECT_PROMPT_INJECTION]: The skill ingests data from the conversation history (to identify changed files and issue numbers) and from a local reference file (
references/git-workflow.md). This external data is used to construct the finalgit commitcommand. - Ingestion points: Dialogue context (filenames, issue identifiers) and the
git-workflow.mdfile. - Boundary markers: None explicitly defined in the instructions for the data ingestion.
- Capability inventory: File system read access (via
git diff) and write access (viagit commit). - Sanitization: The skill mitigates risks by requiring the user to explicitly confirm the list of files and the commit message before the command is executed.
Audit Metadata