git-commit-workflow
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes data from external sources that may contain untrusted content, such as commit logs, diffs, and GitHub issue titles.
- Ingestion points:
scripts/commit-context.shreads output fromgit log,git status,git diff, andgh issue list. - Boundary markers: Not explicitly defined for the gathered context data.
- Capability inventory: The skill uses the
Bashtool to executegitandghcommands and has the ability to create commits viagit commit. - Sanitization: None detected; the agent processes raw output from the tools.
- [COMMAND_EXECUTION]: The skill makes legitimate use of shell commands through the
Bashtool to interact with the version control system and project issues. - Evidence: Execution of
git,gh, andjqinscripts/commit-context.shand various git commands inSKILL.md. - [DATA_EXPOSURE_EXFILTRATION]: The skill fetches issue data from GitHub using the official CLI tool.
- Evidence:
gh issue listis used inscripts/commit-context.shto retrieve open issues for commit linking. This targets a well-known service and is consistent with the skill's purpose.
Audit Metadata