codex-cli-review
Warn
Audited by Socket on Aug 24, 2026
1 alert found:
AnomalyAnomalyscripts/review.sh
LOWAnomalyLOW
scripts/review.sh
No direct evidence of malware (e.g., backdoor, credential theft, exfiltration, persistence) is present in this script. However, the wrapper contains a significant security weakness: it uses `eval` to execute a dynamically constructed command string that incorporates user-controlled `--base` and fragile quoting for `--title`. This creates a credible shell command injection risk in CI/automation contexts. Additionally, it grants the invoked codex tool broad disk read access (`disk-full-read-access`), increasing impact if the tool or its execution path is compromised.
Confidence: 72%Severity: 66%
Audit Metadata