codex-review
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute various shell commands including
codex review,git, andghto manage code review targets and fetch branch metadata. It specifically usessh -cto run user-defined test commands in parallel with the review process. - [PROMPT_INJECTION]: The skill contains an indirect prompt injection surface (Category 8).
- Ingestion points: Source code and PR metadata are ingested via
codex reviewandgh pr view(SKILL.md). - Boundary markers: The skill includes instructions to "Treat review output as advisory" and "Verify every finding by reading the real code path," which serve as behavioral boundaries.
- Capability inventory: The agent can execute shell commands (
sh), file system operations viagit, and network requests viaghandgit fetch. - Sanitization: There is no automated sanitization of the code being reviewed; the skill relies on the agent's internal reasoning and explicit instructions to manually verify findings to prevent malicious code from influencing actions.
Audit Metadata