council-review
Pass
Audited by Gen Agent Trust Hub on Mar 14, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill requires the installation of the
@openai/codexpackage from npm. OpenAI is a trusted organization and a well-known service. - [COMMAND_EXECUTION]: The
scripts/codex-review.pyutility invokes thecodexcommand-line tool. It usessubprocess.runwith a list of arguments, which correctly prevents shell injection vulnerabilities. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it processes code content that may contain malicious instructions designed to subvert the review process.
- Ingestion points: Code diffs (staged, unstaged, untracked changes), branch comparisons, and specific commit changesets in the local repository.
- Boundary markers: No explicit delimiters or instructions to ignore embedded prompts are implemented in the skill's scripts.
- Capability inventory: Execution of the
codexCLI tool via subprocess calls; use of theReadtool to access local files. - Sanitization: The skill does not perform sanitization or filtering of the code content before passing it to the evaluation models.
Audit Metadata