Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/bex-co/bex-security/releasenpx skills add bex-co/bex-security --skill releasegit clone --depth 1 https://github.com/bex-co/bex-securityWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00043 | $0.01005 |
| Opus 5 | $0.00022 | $0.00502 |
| Sonnet 5 | $0.00009 | $0.00201 |
| Haiku 4.5 | $0.00004 | $0.00101 |
Grade A, and why
release scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 98 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Release Bex Security
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.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 98 lines · 43 tokens per session scan A 5ea61cbbdfca
release is a skill published in the GitHub repository bex-co/bex-security (40 stars, last pushed 4d ago), licensed Apache-2.0. It adds 43 tokens to every session and 1,005 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
release-notes
Generate user-facing release notes for Intelligent Terminal. Use when asked to write release notes, changelog, what-is-new summary, or prepare a release. Compares git commits between releases, looks up PR-linked issues and community contributors, then outputs formatted notes with "Verbed + Impact + Scenario" style…
prepare-release
Prepare, verify, and complete FylloCode releases from the previous tag through documentation audit, bilingual changelogs, version synchronization, release notes, validation, release commit, tagging, push, and publication handoff. Use when the user asks to prepare or publish a release, bump a release version, audit…
rush-change
Generate a Rush change file for the current branch, handling merge-commit false positives automatically. Run with /rush-change.
entwurf-release
Operate entwurf SemVer releases through four explicit modes: land, prepare, make, and publish. Use for pre-version exact-SHA CI landing, CHANGELOG and package preparation, static and LIVE gates, prepared-HEAD CI, exact artifact acceptance, tag and GitHub release creation, repair-dist-tag publication, and post-publish…
bugcrowd-reporting
Bugcrowd-specific reporting tactics complementing report-writing: VRT category search-and-fallback strategy when no exact match exists, manual severity override when VRT defaults underrate impact, severity-request paragraph as first body section, OOS-clause rebuttal templates (rate limiting on auth-flow endpoints…
evidence-hygiene
Evidence-capture and PoC-redaction discipline for bug-bounty submissions: cookie redaction protocol (which fields to mask, Preview annotation / Burp panel hiding / DevTools workflow), PII black-bar discipline (what to mask in other-user data — names, emails, phones, faces — vs what is safe to leave — usernames, trace…