code-comprehension
Pass
Audited by Gen Agent Trust Hub on Aug 27, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute shell commands such as
git diff <fixed-point>...HEADandgit log <fixed-point>..HEAD --oneline. The<fixed-point>variable is derived directly from a user-provided argument, representing a potential command injection vector if the underlying execution environment does not adequately sanitize shell inputs. - [INDIRECT_PROMPT_INJECTION]: The skill processes data from external files which may contain instructions targeting the agent's behavior.
- Ingestion points: The skill reads content from
git diffoutput,git logentries,docs/agents/issue-tracker.md, and various files within thedocs/,specs/,.scratch/,CONTEXT.md, anddocs/adr/directories. (SKILL.md) - Boundary markers: The instructions do not specify the use of delimiters or 'ignore' tags when incorporating external file content into the agent's context. (SKILL.md)
- Capability inventory: The skill has the capability to execute shell commands via
gitand read arbitrary files within the project structure. (SKILL.md) - Sanitization: There is no mention of sanitizing, escaping, or validating the content read from external files before it is used to generate explanations or quiz questions for the user. (SKILL.md)
Audit Metadata