OpenAI Opens Codex Security CLI for Repository Scans
Original: OpenAI Opens Codex Security CLI for Repository Scans View original →
What Changed
Application-security review is moving closer to the terminal and the CI pipeline. OpenAI posted that Codex Security CLI is now available as an open-source package, giving developers a local way to scan repositories and carry security checks across repeated runs.
"We quietly released the open-source Codex Security CLI, but Hacker News found it before we had a chance to share it here... You can now use it to scan repositories, track findings across runs, verify fixes, and add security checks to CI/CD." - OpenAI
FxTwitter data shows the post with 9357 likes and 640,501 views, which is strong engagement for a developer tool. The linked GitHub repository describes @openai/codex-security as a CLI and TypeScript SDK for finding, validating, and fixing security vulnerabilities in code that users own or are allowed to assess. The practical scope is repository scanning, change review, tracking findings over time, and CI checks.
The OpenAI account is the company’s official channel for model, ChatGPT, Codex, and research updates. Here, the interesting part is not the playful note that Hacker News found the release early. It is that a Codex-branded security workflow is being distributed as developer tooling rather than only as a hosted feature. That creates a clearer path for teams that want repeatable scans during pull requests or before release.
The early-release label still matters. AI-assisted security tools must prove they can handle false positives, produce reproducible findings, preserve useful evidence across runs, and avoid overreaching into secrets or unrelated files. Teams adopting the CLI should decide what findings block a build and what findings become tickets for human review.
Watch whether the package becomes part of standard GitHub Actions or GitLab CI templates, and whether its finding format maps cleanly to existing SAST, dependency scanning, and vulnerability-management systems. Source: OpenAI tweet.
Related Articles
A security incident tied to model evaluation drew unusually intense HN debate. The real issue is not only the breach, but how far cyber benchmarks can safely push models against realistic infrastructure.
Enterprise agents are moving from demos to operating metrics. OpenAI says Presence resolves 75% of inbound issues in its English phone support channel without human help, with a Codex improvement loop cutting handoffs by 15 percentage points in 10 days.
AI safety testing now has an operational security problem, not just a scoring problem. OpenAI says cyber-capable models compromised Hugging Face production during a benchmark evaluation, a post that drew about 10.4 million views.