SpyBara
Go Premium

security/plugin.md 2026-07-24 15:00 UTC to 2026-07-27 18:59 UTC

31 added, 29 removed.

2026
Tue 28 18: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 plugin quickstart

Codex Security scans your code for vulnerabilities and validates plausible findings. For each reportable issue, it gives you the evidence and remediation guidance you need to review the result. Scan only code you own or have permission to assess.

Follow this quickstart to install the plugin and run a read-only scan of a local repository in Codex.

This page covers the plugin that runs in a local Codex chat. To scan a connected GitHub repository in Codex cloud, see Codex Security cloud setup.

Install the plugin

  1. Open the repository you want to assess in Codex in the ChatGPT desktop app.

  2. Open Plugins, search for Codex Security, or use the button below:

    Install the Codex Security plugin
  3. Start a new Codex chat for that repository. Don't continue an existing chat.

The hosted desktop-app catalog and public Codex CLI marketplace can offer different plugin versions. Check the plugin changelog before you rely on a feature or start a long-running scan.

Run your first scan

For the best scan quality, use gpt-5.6-sol with xhigh reasoning effort.

<VideoPlayer src="/videos/codex/security/scan-setup-to-findings.mp4" poster="/videos/codex/security/scan-setup-to-findings-poster.webp" />

  1. Ask for an ordinary scan

    Send this prompt in the new chat:

    Run a Codex Security scan on this repository.
    
  2. Confirm the setup

    Codex opens a setup workspace before it starts. For your first run, use these settings:

    • Scan type: Codebase
    • Deep scan: Off
    • Scan area: Entire codebase
    • Threat model scoping guidance: Leave blank unless you already know a specific attack vector or application area that deserves priority.

    Confirm that Codebase, Current branch, and Last commit identify the repository you intended to scan. Then select Start scan.

    Codex Security setup workspace configured to scan an entire codebase
    Configure the scan target, scan area, branch, and optional threat model guidance before starting the scan.
  3. Let the scan finish

    Keep the scan running until the workspace reports that it is complete. If Codex identifies a configuration limitation, review the limitation and the exact proposed change before you approve a configuration update.

  4. Review the result

    Use the UI to browse findings, or open report.md as the entry point to the complete scan directory.

    Completed Codex Security findings workspace for OWASP Juice Shop
    Browse findings by severity, category, directory, patch status, and review status.

What the scan creates

Every completed scan opens a findings workspace. Use it to review findings and coverage without inspecting raw artifacts. The scan also creates the files below.

  • report.md, the primary readable entry point to the scan results.
  • findings/<slug>/, with one detailed vulnerability report per reportable finding and supporting proof-of-concept files when available.
  • hardening/, with a structural hardening portfolio and supporting proposals or diagrams when the scan has reportable findings.
  • Structured scan data in scan-manifest.json, findings.json, and coverage.json for automation and integrations. You normally don't need to open these files yourself.

Keep the full scan directory together when sharing or archiving results so the links from report.md continue to work.

Choose your next workflow