#19 · Primary category: Cybersecurity & Decryption Tools

codex-security

ai-security application-security cli code-scanning codex codex-security cybersecurity devsecops nodejs npm openai sdk security typescript vulnerability-scanning

OpenAI's Codex Security CLI and TypeScript SDK for finding, validating, and fixing security vulnerabilities. npm: https://www.npmjs.com/package/@openai/codex-security

Project last updated:08/29/26

GitHub Stars

10.3K

Forks

743

Contributors

29

License

Apache-2.0

Why we included this project

Codex Security takes a different route than most scanners: instead of matching known signatures, it runs an agentic scan that hunts for vulnerabilities, then checks whether they are real before proposing fixes. It is built on the Codex runtime, so you can run it in deep mode with multiple workers and subagents and get a report that separates new findings from ones that persist, and shows which have been reopened or resolved since the last scan. That works in CI as well as for local review, and it can use inference providers other than OpenAI's own models. Teams already using Codex for coding will find the workflow familiar, and the SDK makes it possible to embed scanning in your own tooling. It does require access to Codex Security and a supported Node.js runtime, so it is not an offline scanner.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category