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, and git commit. These are legitimate actions for a Git-focused tool and the skill correctly avoids risky patterns like git add . or git add -A in 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 final git commit command.
  • Ingestion points: Dialogue context (filenames, issue identifiers) and the git-workflow.md file.
  • Boundary markers: None explicitly defined in the instructions for the data ingestion.
  • Capability inventory: File system read access (via git diff) and write access (via git 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
Risk Level
SAFE
Analyzed
Sep 11, 2026, 02:04 AM
Security Audit — agent-trust-hub — git-commit