🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@obep/authoring

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/authoring

Record-once authoring: derive a candidate playbook (steps + tightest fence) from an observed run. Apache-2.0.

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

@obep/authoring

Record-once authoring for OBEP — turn an observed run into a candidate playbook: the steps, the tightest fence that still permits them, and the runtime inputs the flow parameterizes over. Apache-2.0.

npm install @obep/authoring

deriveFromTrace takes a recorded action trace and returns an unsigned playbook with allowedDomains / allowedActions / allowedCredentialKeys narrowed to exactly what the run touched, and ID-shaped values (UUIDs, numeric ids) auto-promoted to {{name}} inputs so one recording works for every case.

import { deriveFromTrace } from "@obep/authoring";

You then lint and sign the result with @obep/cli (or the extension does it for you). This package only proposes a playbook — a human still reviews and signs it. See 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