krt-gitflow-knight
Pass
Audited by Gen Agent Trust Hub on May 26, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes untrusted data from repository files during the commit planning phase, creating a surface for indirect prompt injection.
- Ingestion points:
git diff,git status, andgit diff --cachedare used to read file changes as described in Step 1 and 3 of SKILL.md. - Boundary markers: No specific delimiters or instructions to ignore embedded commands are used when the agent processes file contents or diff outputs.
- Capability inventory: The skill can execute shell commands via the
gitCLI, including state-changing operations likeadd,commit, andswitch. - Sanitization: There is no evidence of sanitization or filtering of the file content before it is processed by the agent to generate messages and plans.
- Mitigation: The skill implements a mandatory human-in-the-loop approval gate for all commit plans, requiring the user to authorize any proposed actions before they are executed.
- [COMMAND_EXECUTION]: The skill uses the
gitCLI for repository management. These operations are executed locally and are consistent with the skill's stated purpose as a developer tool.
Audit Metadata