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>...HEAD and git 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 diff output, git log entries, docs/agents/issue-tracker.md, and various files within the docs/, specs/, .scratch/, CONTEXT.md, and docs/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 git and 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
Risk Level
SAFE
Analyzed
Aug 27, 2026, 01:47 PM
Security Audit — agent-trust-hub — code-comprehension