bridge-codex
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands to verify the local environment (e.g.,
which codex,codex login status) and to trigger code review processes via the Codex CLI usingcodex exec. - [EXTERNAL_DOWNLOADS]: Configures an MCP server that triggers the download and execution of the
codexpackage from the NPM registry using thenpx -y codexcommand. - [DATA_EXFILTRATION]: Accesses local configuration files including
.mcp.json,~/.claude.json, and~/.codex/config.tomlto identify existing tool setups and authentication states. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection when processing untrusted inputs. Ingestion points:
review_scopeandcontext_summaryvariables inSKILL.md. Boundary markers: None present. Capability inventory: Execution of shell commands (codex exec) and calling of MCP tools. Sanitization: No sanitization or escaping of input data is performed before interpolation into the final prompt.
Audit Metadata