commit-all
Pass
Audited by Gen Agent Trust Hub on Aug 30, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes standard Git commands (
git status,git diff,git log,git commit) to manage the repository's working tree. It employs secure shell practices by usinggit commit -F -with heredocs to pass commit messages, avoiding potential shell injection issues associated with the-mflag. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data from the local environment, specifically file diffs and historical commit logs, to summarize work. The risk is mitigated by the
disable-model-invocation: truesetting, which ensures the skill only runs upon explicit user command (/commit-all), and by the requirement for user confirmation before committing. - [DATA_EXPOSURE]: The workflow explicitly instructs the agent to identify and exclude untracked files that may contain secrets or sensitive information (e.g., one-off scripts, files omitted from .gitignore) rather than staging them automatically.
Audit Metadata