diff-summary
Pass
Audited by Gen Agent Trust Hub on Mar 19, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: Potential for indirect prompt injection via processed git history.
- Ingestion points: Data enters the context through
git logandgit diffcommand outputs inSKILL.md. - Boundary markers: The skill does not use specific delimiters or instructions to the agent to isolate the untrusted git output from the task instructions.
- Capability inventory: The skill has access to the
Bashtool for runninggit log,git diff, andgit rev-parse. - Sanitization: No filtering or validation is performed on the commit messages or code diffs before they are processed by the agent.
Audit Metadata