codex-review
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted repository data, including diffs and file contents, which creates an indirect prompt injection surface.
- Ingestion points: The skill reads repository state via
git diffand processes it through thecodexCLI (SKILL.md). - Boundary markers: The
adversarial-prompt.mdtemplate uses<repository_context>XML-style tags to clearly delimit untrusted data. - Capability inventory: The skill is limited to read-only operations using the
-s read-onlyflag duringcodex exec(SKILL.md). - Sanitization: The
adversarial-prompt.mdincludes a specific<untrusted_content_rules>section that instructs the model to ignore instructions found within the repository context and treat them as data or injection findings. - [COMMAND_EXECUTION]: The skill utilizes the
codexCLI to perform its primary function. These commands are structured to be read-only and avoid piping untrusted output directly into the shell (SKILL.md).
Audit Metadata