A one-plugin Codex marketplace that distributes the AxioRank coding guard: it
governs Codex's agent by blocking destructive commands, secret exfiltration, and
prompt-injected tool results locally and offline, then mints a signed, offline-verifiable
Coding Session Seal. See plugins/axiorank/ for the plugin itself.
Add this repo as a Codex marketplace, then install the plugin from the plugin directory:
codex plugin marketplace add AxioRank/codex-pluginRestart Codex, open the plugin directory, choose the AxioRank marketplace, and install AxioRank — Govern your coding agent. Local blocking works immediately with no account.
To install from a local clone instead:
codex plugin marketplace add ./codex-plugin.agents/plugins/marketplace.json # the marketplace catalog (points at ./plugins/axiorank)
plugins/axiorank/ # the plugin
.codex-plugin/plugin.json # manifest (+ interface metadata)
hooks/hooks.json # PreToolUse / PostToolUse / Stop -> scripts/guard.sh
scripts/guard.sh # vendored-binary-first shim, npx fallback, --agent codex
bin/guard.mjs # vendored @axiorank/coding-guard CLI (zero deps)
.mcp.json # AxioRank remote MCP server (optional; needs AXIORANK_API_KEY)
skills/coding-guard/SKILL.md
assets/logo.png, assets/icon.png
Set AXIORANK_API_KEY to report sessions to your AxioRank workspace and seal them. Local
blocking and central audit are free; the signed seal is a Team-plan feature. Verify a seal
offline with npx -y @axiorank/audit-verify coding-seal .axiorank/session-*.seal.json.
plugins/axiorank/bin/guard.mjs is vendored from @axiorank/coding-guard. After bumping
that package, run node scripts/sync-binary.mjs and commit the updated binary.
MIT licensed. Part of AxioRank.