git-investigate
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is subject to indirect prompt injection as it ingests and processes untrusted data from the git repository's history.
- Ingestion points: Data enters the agent's context through
git log,git show, andgh pr viewcommands defined inreferences/commands.md. - Boundary markers: There are no explicit markers or instructions in the workflow to differentiate between the agent's core instructions and the text retrieved from commit messages or PR descriptions.
- Capability inventory: The skill utilizes the
Bashtool (restricted to git commands),Read,Grep,Glob, and theAgenttool as specified in theallowed-toolsofSKILL.md. - Sanitization: The skill does not perform sanitization, filtering, or validation on the content retrieved from version control before processing it.
Audit Metadata