Download Latest Version Codex Security 0.1.26 source code.zip (2.4 MB) Google Add to Preferred Sources
Home / npm-v0.1.24
Name Modified Size InfoDownloads / Week
Parent folder
openai-codex-security-0.1.24.tgz 2026-08-29 1.5 MB
Codex Security 0.1.24 source code.tar.gz 2026-08-29 1.9 MB
Codex Security 0.1.24 source code.zip 2026-08-29 2.3 MB
README.md 2026-08-29 4.4 kB
Totals: 4 Items   5.7 MB 0

Highlights

  • Start the preview findings service directly with codex-security serve [--port PORT], without Docker or an internal package path. The command reuses the existing service, state, and shutdown behavior; --port overrides PORT, and port 0 selects a free port. See running without Docker.
  • Observe durable Deep Scan progress from the SDK with the optional onDeepProgress({ completed, active, maximum }) callback. Updates report changed completed and active independent-review counts without blocking the scan. See SDK scan options.
  • Make stopped-result handling explicit and stable. Read, list, and export operations no longer publish late retained results as a side effect; the app reports when recovery is needed and can recover validated results on request. See stopped result recovery.
  • Include changed PowerShell .ps1 files in diff-scan inventories and remove a conflicting reporting rule so valid internal attack paths remain eligible for review. Nested Deep Scan workers now also receive an explicitly configured OpenAI provider credential through the plugin's existing environment boundary.
  • Improve Windows reliability by preserving case-insensitive CODEX_HOME entries and repository paths from ordinary PowerShell activity, and by retrying credential snapshots when a descendant file disappears during ACL inspection. Existing path-safety and permission failures remain fatal.

Upgrade notes

  • The findings API and dashboard still have no built-in authentication. codex-security serve binds to loopback by default; keep it local or place it behind an authenticated TLS proxy before sharing access. Python is still required, and nonempty imports still require an embeddings API credential.
  • Stopped-scan recovery is now explicit. App clients should check resultsRecoveryNeeded and request recovery when they want validated late results republished. Canceled scans remain immutable and cannot use this recovery path.
  • onDeepProgress.maximum is the configured independent-review cap, not a percentage denominator. The SDK polls the durable projection only when the callback is supplied.

The categorized list below contains the individual changes.

What's Changed

Features

Fixes

Other changes

New Contributors

Full Changelog: https://github.com/openai/codex-security/compare/npm-v0.1.23...npm-v0.1.24

Source: README.md, updated 2026-08-29