Permission systemASSESS · LOCAL OPERATOR · TEAM GRAPH (NEXT)
Dispatch
Product · Local Operator
LocalNot public npm

Keep private code local.

Securist tells teams what their humans and coding agents may bring into production—and reopens that permission when reality changes. The free Local Operator is a Node CLI in the Securist monorepo—not an Electron desktop app, not a cloud uploader.

Available today

Source in the monorepo. Build + run securist doctor / securist assess .

Trust gate

Without a release-signed runtime identity, doctor reports runtime_unavailable and assess is blocked. That is intentional.

Not available

Public npx @securist/operator, signed package install claims, Team Graph sync, or automatic share of local briefs.

Developer path

Monorepo commands

  1. 01 · Clone the monorepo
    git clone https://github.com/wantzjt/securist-hub.git && cd securist-hub
  2. 02 · Install dependencies
    npm ci
  3. 03 · Build the Operator CLI
    npm run operator:build
  4. 04 · Doctor (trust status)
    npm run securist -- doctor
  5. 05 · Assess the current directory
    npm run securist -- assess . --intended-use "Local engineering review"

Package @securist/operator remains private. Public npx install is not available until a human-signed distribution ships.

MCP (stdio · local)

After a successful local assess, IDE agents can read a minimized brief over stdio only:

npm run securist -- mcp

Tools: get_brief, list_gaps, get_run_metadata. No execute, approve, shell, or external write tools.

What a Decision Brief answers
  1. What is this artifact?
  2. What did Securist actually observe?
  3. What remains unknown?
  4. What should happen next—and who owns it? (durable after Team Graph)

Local briefs are local_only and never automatically shareable.

Source

Monorepo package @securist/operator · private · not published.

Why teams pay later

Free path is individual and private. Paid Team Graph is shared memory: owners, policy, evidence, and re-review when artifacts change—not token metering.

Team Graph (coming next)
Release honesty

Human-signed release candidates and clean-machine verification are documented in the monorepo release lane. Contact securist_info_sec@protonmail.com for design-partner questions—no unsolicited private data.