codex-cli-agent
Pass
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to execute thecodexbinary and the./scripts/run_agent.pyorchestration script to route code-focused tasks to AI models. - [DATA_EXFILTRATION]: The skill's health check section suggests running
echo $OPENAI_API_KEY, which is a security risk as it exposes sensitive credentials in terminal output and command history logs (data exposure). - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection attack surface by processing external files with powerful tools. * Ingestion points: Untrusted content from
INPUT_FILEenters the agent's context via therun_agent.pyscript. * Boundary markers: No delimiters or markers are identified in the orchestration examples to isolate input data from instructions. * Capability inventory: The skill has access to theBash,Read, andWritetools. * Sanitization: There is no documentation regarding the sanitization or validation of data read from input files.
Audit Metadata