Release Bex Security
SkillSecurityBump, validate, publish, and announce a public @bex-co/bex-security release using upstreamVersion-bex.N. Use only when explicitly asked to cut or publish a Bex Security release.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Release Bex Security skill
What this skill tells your AI
The instructions your AI receives, as published by bex-co/bex-security in .claude/skills/release/SKILL.md and read by ahel’s review.
Publish one immutable @bex-co/bex-security version from main. A successful
release has the same version in sdk/typescript/package.json, npm, the
bex-v<version> Git tag, and the GitHub release.
Preconditions
-
Read the repository
AGENTS.mdinstructions and review all material that will become public. -
Require a clean worktree on
main. Never stash, discard, amend, rebase a published commit, or force-push. -
Fetch
originand the canonicalopenai/codex-securityupstream. Bring localmaintoorigin/mainwith a fast-forward only. -
Confirm
sdk/typescript/package.jsonnames@bex-co/bex-security, points to the Bex repository, and retainscodex-securityonly as a compatibility bin. -
Authenticate to the public npm registry. When
.envprovidesNPM_TOKEN, load it without printing it and pass it only through the process environment:env "npm_config_//registry.npmjs.org/:_authToken=$NPM_TOKEN" npm whoami --registry=https://registry.npmjs.orgDo not create or commit an npm credentials file.
Choose The Version
Resolve the merged upstream baseline with git merge-base main upstream/main.
Read the upstream package version from that commit rather than claiming an
unmerged upstream release.
- Versions are
<upstream-version>-bex.<release-number>. - Use
.1for the first Bex release on a new upstream version. - Otherwise increment the greatest published Bex release number for that exact upstream version.
- Never reuse, overwrite, deprecate, or unpublish a version.
- If npm already contains the intended version, enter recovery mode: do not bump or publish it again; verify the archive and complete only missing Git or GitHub release metadata.
Update these fields together:
versionbex.upstreamVersionbex.upstreamCommit.github/bex-release-notes.mdrelease marker, heading, summary, highlights, and upstream base
Release notes must describe user-visible Bex behavior generically. Do not copy private scan targets, findings, credentials, customer context, local paths, or unreviewed commit messages into public metadata.
Validate The Exact Package
Install from the frozen lockfile, then run formatting, generated-model checks,
types, tests, build, production audit, and the installed-package smoke test.
Pack into an ignored release directory and run scripts/check-package.mjs on
the exact tarball. Inspect its package metadata and file list before
publication.
The package must expose bex-security, preserve codex-security as an alias,
query @bex-co/bex-security for update notices, and contain no credentials or
private release material.
Commit And Publish
-
Commit only the reviewed version, metadata, notes, documentation, tests, and release-workflow changes. Pull
origin/mainwith rebase before the first push, resolve conflicts without losing either side, and push normally. -
Wait for the pushed Node and container CI workflows to succeed. Fix and repeat when an in-scope failure is reproducible.
-
Create the annotated tag
bex-v<version>on the verified commit and push the tag without force. -
Publish the exact validated tarball with public access and the
latestdist-tag:env "npm_config_//registry.npmjs.org/:_authToken=$NPM_TOKEN" npm publish <archive> --access public --tag latest --registry=https://registry.npmjs.org -
Verify npm reports the expected name, version, description, repository, bins,
latestdist-tag, and Bex upstream metadata. Install the registry version into a clean temporary consumer and run both CLI launchers. -
Create a reviewed GitHub release from the existing tag, with title
Bex Security <version>and.github/bex-release-notes.mdas its body.
If npm publishing succeeds but a later step fails, do not create another
version. Resume from registry verification and finish the missing tag or
GitHub release. Report the version, upstream baseline, commit, npm URL, GitHub
release URL, checks run, and final main...origin/main status.
Signals
- GitHub stars
- 45
- Forks
- 11
- Last commit
- Sep 2026
- Hacker News mentions
- 20
Advanced
- Catalog kind
- skill
- Gateway key
release-3- Source
- github.com/bex-co/bex-security