wk-commit
Pass
Audited by Gen Agent Trust Hub on Aug 19, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [SAFE]: The skill provides a comprehensive and secure workflow for Git operations, emphasizing commit signing and standard conventions. It uses established tools like the Git and GitHub CLIs.
- [COMMAND_EXECUTION]: The skill uses the Bash tool to execute Git commands for staging, committing, and pushing code. It employs safe patterns such as HEREDOCs to prevent shell injection when handling commit messages.
- [PROMPT_INJECTION]: The skill ingests untrusted data from GitHub PR bodies and commit history to automate PR title and description updates, which constitutes an indirect prompt injection surface.
- Ingestion points: PR metadata via
gh pr viewand commit history viagit logandgit diff. - Boundary markers: While it preserves human-authored sections, it lacks explicit delimiters or instructions to ignore embedded commands in the ingested text.
- Capability inventory: The skill possesses the ability to write to the repository via
git commitandgit push, and modify PRs viagh pr edit. - Sanitization: There is no mention of sanitizing or escaping ingested data before it is processed or rewritten.
Audit Metadata