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

Highlights

  • Store complete findings and embeddings in the preview findings service, with paginated listing, repository-scoped candidate retrieval, and durable duplicate groups. Publish a completed scan with publish scan --to custom --scan SCAN_ID --findings-url URL, or preview the payload with --dry-run. See the findings service and custom publication.
  • Review potential duplicates from the CLI or SDK with dedupe --scan SCAN_ID --findings-url URL. Reviews run on the calling host and save accepted groups without replacing original findings. Searches default to the scan's repository; --all-repositories explicitly broadens the scope. Add --workflow-id to scan, custom publication, and deduplication to reuse completed stages and checkpointed reviews after interruption. See deduplication and workflow recovery.
  • Browse stored findings and duplicate groups in the service's read-only /dashboard, with search, repository filters, sorting, and record details. The dashboard shows service-owned data, not local scan or workflow history. See the dashboard guide.
  • Run the scanner and findings service from the same container image in separate containers, with a Compose runner for the scanner CLI and separate persistent state. The image supports Linux amd64 and arm64. See container releases and the workflow runner.
  • Preserve sealed scan artifacts when optional follow-up instructions fail, propagate caller cancellation during cloud publication, respect the exact POSIX PATH when resolving trusted executables, and retain nested attack-path evidence strings in saved finding previews.

Upgrade notes

  • Version 0.1.22 was not published to npm or GitHub Releases. This release includes its changes and the release-runner fix.
  • The findings API and dashboard have no built-in authentication. Keep the service on a trusted local endpoint or behind an authenticated TLS proxy; Compose publishes only to host loopback. Nonempty imports send complete finding JSON to the OpenAI embeddings API and require an API key. A ChatGPT login is not an embedding credential. Duplicate review uses the calling host's Codex credentials separately, and embedding and review calls can incur usage charges.
  • Stop the findings service and back up its entire state directory before upgrading. Startup applies SQLite migrations automatically; rollback requires the pre-upgrade backup and previous image. Existing findings are not automatically embedded: import them with their repository ID before using repository-scoped deduplication. Keep runner state separate from service state. See backups and upgrades.
  • Container publication is separate from npm publication. Use a version or digest only after the selected image release is available; source builds remain supported. Follow the container setup before the first registry release.
  • Source checkouts now generate the SDK's bundled plugin from plugins/codex-security. Contributors should edit the canonical plugin source and run pnpm run build:plugin; the published npm package still includes the runtime payload. See plugin source ownership.

The categorized list below contains the individual changes.

What's Changed

Features

Fixes

Documentation

Other changes

New Contributors

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

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