SpyBara
Go Premium

security/plugin.md 2026-06-17 17:02 UTC to 2026-06-18 23:01 UTC

109 added, 114 removed.

2026
Sat 20 03:58 Fri 19 23:57 Thu 18 23:01 Wed 17 17:02 Tue 16 20:00 Mon 15 19:59 Sun 14 16:58 Sat 13 00:58 Fri 12 18:02 Thu 11 20:02 Wed 10 20:00 Tue 9 18:50 Sat 6 00:58 Fri 5 18:45 Thu 4 01:09 Wed 3 19:27 Tue 2 19:22

Codex Security plugin quickstart

Codex Security is a security-review plugin for Codex that scans your code for vulnerabilities, validates plausible findings, and presents evidence and remediation guidance in a reviewable workspace. Use it to find security issues in code you own or have authorization to assess before they reach production.

This quickstart takes you through one recommended first run: an ordinary, read-only scan of a local repository in the Codex app.

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

Install the plugin

Open the repository you want to assess in the Codex app, then install Codex Security:

Install the Codex Security plugin

After installation, start a new thread in that repository. Codex loads plugins when the thread starts, so don't continue in a thread that was already open.

Run your first scan

For the best scan quality, use gpt-5.5 with high or 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 thread:

    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

    The scan can take time. Keep the thread running until the workspace reports completion. If Codex identifies a configuration limitation, review the exact limitation and proposed change before allowing it to update your configuration.

  4. Review the result

    Use the UI to browse findings or open the generated report for a complete, portable review.

    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:

  • report.md, a complete portable report for sharing or archiving.
  • 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.

Choose your next workflow

Install from Codex CLI

To install the same plugin from the CLI, start Codex in the repository and open the plugin browser:

codex
/plugins

Search for Codex Security, select Install plugin, and start a new thread. Then use the same first-scan prompt.