branch-code-reviewer
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
dxsCLI tool (a Datex vendor resource) to perform context gathering and analysis operations. - Evidence: Several steps in
SKILL.mdinstruct the agent to execute shell commands such asdxs source changes,dxs source workitems, anddxs source explore tracewith parameters like<ID>and<config_name>. - [INDIRECT_PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface as it is designed to ingest and process untrusted data from source code diffs and developer comments.
- Ingestion points: Code changes and work item comments are retrieved into the agent context via
dxs source changes --with-diffsanddxs source workitems --comments. - Boundary markers: The skill instructions do not define specific delimiters or instructions to isolate the retrieved content from the agent's internal logic.
- Capability inventory: The skill has the capability to execute shell commands through the
dxsCLI and can invoke theimpact-analysisskill. - Sanitization: There is no evidence of content sanitization or validation performed on the ingested code or comment data before processing.
Audit Metadata