change-traceability-review
Warn
Audited by Gen Agent Trust Hub on Jul 28, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: Potential command injection in
references/evidence-commands.md. The skill utilizes placeholders such as<story-id>and<N>within shell commands, specifically ingit log -n <N>,rg -n "<story-id>|...", andgit log --all --grep=<story-id>. If these variables are populated with unsanitized user input, an attacker could inject arbitrary shell commands. - [PROMPT_INJECTION]: Susceptibility to Indirect Prompt Injection through the ingestion of untrusted repository data. The skill is designed to read and analyze content from
git log,git diff,AGENTS.md, and local documentation indocs/specs/andspecs/. If these files contain adversarial instructions, they could influence the agent's output or cause it to ignore its safety guidelines and traceability rules. - Ingestion points: Commands listed in
references/evidence-commands.mdthat read git history, file diffs, and project documentation. - Boundary markers: Absent. There are no instructions requiring the agent to delimit external data or ignore instructions embedded within the processed text.
- Capability inventory: The skill has the ability to execute
git,find,rg(ripgrep), andsedvia the system shell. - Sanitization: Absent. No evidence of input validation, escaping, or filtering exists to protect against malicious content in the repository data.
Audit Metadata