codex-review
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes project-defined scripts such as
npm run lint:fixand language-specific tools likego fmt,go vet,black, andruff. These commands run in the user's environment, and their behavior depends on the configuration of the repository being reviewed. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface (Category 8).
- Ingestion points: The agent ingests untrusted data from the repository via
git diffand direct file reads ofCHANGELOG.mdand source code (SKILL.md, Steps 1 and 4). - Boundary markers: No specific delimiters or boundary markers are employed to isolate the code being analyzed from the agent's instructions.
- Capability inventory: The agent has extensive capabilities including
Bash(via the Task tool) and file modification viaWriteandEditto 'proactively fix' reported issues. - Sanitization: There is no evidence of sanitization or filtering of the ingested code content.
- Risk: An attacker could craft a code change containing malicious instructions (e.g., in a comment or string) that, when processed by the AI during the review and 'fix loop', tricks the agent into performing unintended file modifications or command executions.
- [EXTERNAL_DOWNLOADS]: The skill requires the external
codexCLI and standard development tools (linters/formatters) which must be present in the user's PATH.
Audit Metadata