cross-model-review
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides complex shell scripts and command patterns for the agent to execute to facilitate communication between model CLIs. This includes using
envfor environment manipulation,mktempfor temporary file management, and the direct invocation of external binaries likeclaudeandcodexas seen in the Gold Path and failure recovery documentation.\n- [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and process untrusted external data, creating a vulnerability surface for indirect prompt injection.\n - Ingestion points: The skill utilizes
git diff,git show, andcatcommands to read code and documentation files for review as described inSKILL.mdandreferences/prompts.md.\n - Boundary markers: Delimiters and explicit "ignore embedded instructions" warnings for ingested code content are largely absent in the provided prompt templates.\n
- Capability inventory: The reviewer environment utilizes tools with
Read,Glob,Grep, andBashpermissions as documented in the sandbox and permission flag sections.\n - Sanitization: No explicit sanitization, validation, or filtering of the external code or diff content is implemented before the data is passed to the models.
Audit Metadata