replay
Pass
Audited by Gen Agent Trust Hub on Mar 2, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection because it ingests and processes untrusted data from external Git repositories.
- Ingestion points: The skill utilizes
git log,git show,git diff, and theReadtool to extract commit messages and file contents from repositories (found inSKILL.mdPhase 1 and Phase 2). - Boundary markers: The instructions do not define clear delimiters or include 'ignore embedded instructions' warnings when the narrator persona processes the retrieved repository data.
- Capability inventory: The skill has access to the
Agenttool for spawning subagents, theReadtool, and severalgitsubcommands viaBash. - Sanitization: No sanitization or validation is performed on the data fetched from the repository before it is presented to the narration logic.
- [COMMAND_EXECUTION]: The skill executes multiple Git subcommands through the shell environment.
- The
allowed-toolsconfiguration permits the use ofgit log,git show,git diff,git rev-list, andgit shortlogwith wildcard arguments, which relies on the safety of the Git binary and the absence of shell injection vulnerabilities when handling repository data.
Audit Metadata