release: bump Codex Security to 0.1.18 - #615
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
|
@codex review |
|
@codex security review |
|
Codex Review: Didn't find any major issues. Chef's kiss. Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
|
Security review completed. No security issues were found in this pull request. Reviewed commit: Only the user who started this review can view the report in Codex. ℹ️ About Codex security reviews in GitHubThis is an experimental Codex feature. Security reviews are triggered when:
Once complete, Codex will leave suggestions, or a comment if no findings are found. |
Summary
Release Codex Security 0.1.18 with per-scan safety identifiers for API-key integrations and more reliable Deep Scan terminal recovery.
Changes
@openai/codex-securityfrom 0.1.17 to 0.1.18.The user-facing release changes are #609 and #617. #616 adds the reviewed-release-note safeguards required before this version bump.
Testing
corepack pnpm install --frozen-lockfilecorepack pnpm run typescorepack pnpm run formatcorepack pnpm pack --pack-destination /private/tmp/codex-security-0.1.18-packagenpm_config_cache=/private/tmp/codex-security-0.1.18-npm-cache corepack pnpm run check:package /private/tmp/codex-security-0.1.18-package/openai-codex-security-0.1.18.tgz— passed with 265 entries; verified the public import, NodeNext types, CLI, 113 bundled plugin files, bundled Codex version, and a nested worker without a global Codex installRequired CI covers the full test matrix on the updated release commit.
Risk and rollout
Safety identifiers require API-key authentication and a Codex runtime with native safety identifier support. The bundled runtime does not yet support the option; integrations must select a compatible build with
CODEX_CLI_PATH. Omitting the option leaves existing scans unchanged.Deep Scan recovery changes persisted workbench state and terminal result publication. Its migrations are append-only, and recovered terminal scans remain explicitly failed, canceled, or interrupted with incomplete coverage.
The fail-closed release checks from #616 require the reviewed 0.1.18 summary included in this pull request. Merging this pull request starts the automated tag, npm publication, and GitHub release workflows for 0.1.18.
Public disclosure review