OpenAI has announced the open-sourcing of Codex Security, a new tool aimed at improving code security. This release provides developers with a command-line interface (CLI) and a TypeScript SDK to find, validate, and review security issues within their codebases.
Codex Security is compatible with macOS, Linux, and Windows operating systems. It requires Node.js 22 or later for installation and basic operation. For scanning and exporting findings, Python 3.10 or later is also necessary, with an additional requirement for the 'tomli' package if using Python 3.10.
Users must sign in with an OpenAI account or provide an OpenAI API key to perform scans. The tool supports scanning specific paths within a repository, using knowledge bases, comparing against different branches, and exporting results in various formats, including JSON.
Installation is done via npm, and login can be performed through 'npx codex-security login'. For automated environments like CI/CD pipelines, API keys can be set as environment variables. The tool prioritizes environment API keys over stored sign-ins, and users can check their login status or log out using provided commands.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
OpenAI has open-sourced Codex Security, a command-line interface and TypeScript SDK designed to identify, validate, and review security vulnerabilities in code. This tool allows developers to scan their repositories for security issues, integrating with OpenAI accounts or API keys for functionality.