Skip to content

AxioRank/codex-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AxioRank Codex plugin marketplace

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.

Install

Add this repo as a Codex marketplace, then install the plugin from the plugin directory:

codex plugin marketplace add AxioRank/codex-plugin

Restart 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

Layout

.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

Optional: central audit + Coding Session Seal

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.

Maintainers

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.

About

Govern your Codex agent: block destructive commands, secret exfiltration, and prompt-injected tool results locally and offline, then mint a signed Coding Session Seal. Install: codex plugin marketplace add AxioRank/codex-plugin

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors