Switch language한국어
Back to the list

OpenAI open-sources Codex Security CLI to help developers find and fix vulnerabilities from the command line

TL;DR AI

Key summary

2 min read
  1. OpenAI released Codex Security CLI, an open-source beta command-line tool for finding, verifying, and remediating code vulnerabilities.

  2. The Apache 2.0 tool scans repositories, compares results across runs, supports bulk scans, and integrates with CI/CD workflows.

  3. It was previously known internally as Aardvark and follows an earlier Codex Security research preview.

  4. The CLI installs via npm and requires Node.js 22 and Python 3.10+.

Read the original