SpyBara
Go Premium

security.md 2026-07-29 22:01 UTC to 2026-07-30 23:58 UTC

28 added, 6 removed.

2026
Thu 30 23:58 Wed 29 22:01 Tue 28 23:01 Mon 27 18:59 Fri 24 15:00 Thu 23 21:57 Wed 22 20:02 Tue 21 22:02 Mon 20 23:01 Fri 17 22:57 Thu 16 20:57 Wed 15 19:58 Tue 14 17:03 Wed 8 02:01 Mon 6 22:58

Codex Security

For the complete documentation index, see llms.txt. Markdown versions of documentation pages are available by appending .md to the page URL.

Codex Security is an application security agent that helps security and engineering teams find, confirm, and fix vulnerabilities. Use it in Codex, from your terminal, through the TypeScript SDK, or with connected GitHub repositories.

<CtaPillLink href="https://chatgpt.com/plugins/share/676aca3811d54fa7bcdef5255236b3c4" label="Install plugin in ChatGPT" icon="external" class="mb-8 mt-2" />

For a prescriptive first local scan, start with the Codex Security plugin quickstart.

Use Codex Security in the desktop app

Install and enable the Codex Security plugin to open Security in the desktop-app sidebar. The Security workbench keeps your scans, findings, and repositories in one place while Codex runs each scan in a task.

  • Use Scans to start scans, follow their progress, and review saved results.
  • Use Findings to inspect issues and evidence across completed scans.
  • Use Repositories to review repository history and open findings.

See Use the Security workbench for the complete desktop-app workflow.

Explore plugin use cases

The desktop Security workbench and Codex CLI use the Codex Security plugin. Codex Security cloud scans connected GitHub repositories through Codex cloud. For Codex sandboxing, approvals, network controls, and admin settings, see Agent approvals & security.

Codex Security CLI and SDK

The CLI and TypeScript SDK are available as the public @openai/codex-security package. Install the package:

npm install @openai/codex-security

Running scans requires Codex Security access. For best results, use an account verified for Trusted Access for Cyber.

Use the same scanner as the plugin across repositories and over time. The CLI discovers GitHub repositories, resumes bulk scans, tracks findings across scans, and records false-positive feedback. Add your architecture and security policies, set an estimated cost limit, or run checks in CI and before commits. Use the TypeScript SDK to build scanning, progress reporting, and cost controls into an application or developer tool.

Codex Security cloud

Codex Security cloud is currently in research preview. It scans connected GitHub repositories for likely security issues.

It helps teams:

  1. Find likely vulnerabilities by using a repo-specific threat model and real code context.
  2. Reduce noise by validating findings before you review them.
  3. Move findings toward fixes with ranked results, evidence, and suggested patch options.

How Codex Security cloud works

Codex Security scans connected repositories commit by commit. It builds scan context from your repo, checks likely vulnerabilities against that context, and validates high-signal issues in an isolated environment before surfacing them.

You get a workflow focused on:

  • repo-specific context instead of generic signatures
  • validation evidence that helps reduce false positives
  • suggested fixes you can review in GitHub

Codex Security cloud access and prerequisites

Codex Security cloud works with connected GitHub repositories through Codex cloud. If a repository isn't visible, confirm the repository is available in your Codex cloud workspace or contact your OpenAI account team.