Sign In

@obep/cli

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@obep/cli

OBEP authoring CLI: keygen, lint, sign, verify playbooks. Apache-2.0.

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
3
50%
Maintainers
1
Weekly downloads
 
Created
Source

@obep/cli

The authoring CLI for OBEP — generate a signing keypair, then lint, sign, and verify playbooks. Apache-2.0.

npm install -D @obep/cli   # or: npx @obep/cli <command>

The binary is obep-playbook:

obep-playbook keygen --out keys                          # Ed25519 keypair (tenant.key / tenant.pub)
obep-playbook register-key --api-key <key> --pub keys/tenant.pub
obep-playbook derive trace.json --out flow.json          # recorded run -> candidate playbook
obep-playbook lint flow.json                             # schema + danger flags
obep-playbook sign flow.json --key keys/tenant.key --out flow-signed.json
obep-playbook verify flow-signed.json --pub keys/tenant.pub

The private key stays on your machine — only the public half is registered, and the relay verifies signatures it can never forge. For the managed relay, most teams author errands from a goal with their AI coding tool (@openerrand/mcp) instead of running this by hand. See the docs and the repo.

Keywords

obep

FAQs

Package last updated on 18 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts