
Security News
Lovable’s OJ Rewrites Vite’s Dev Server in Rust as AI Lowers the Cost of Forking Open Source
Lovable’s OJ rewrites Vite’s dev server in Rust, reducing memory use and preview times as AI lowers the cost of open source reimplementation.
scbe-aethermoore-cli
Advanced tools
Standalone CLI for SCBE-AETHERMOORE: GeoSeal tools, flow operator loop (plan/packetize/status/run-next/continue/report), liboqs proof receipts, bus workspace formation, agent-bus passthrough, tokenizer lanes, governance packets, web lookup, mechanical ver
scbe-aethermoore-cli is the terminal interface for SCBE-AETHERMOORE. It exposes
the GeoSeal shell from the main scbe-aethermoore package under small-agent
friendly commands.
npm i -g scbe-aethermoore-cli
scbe --help
scbe version
scbe demo
scbe demo --json
scbe selftest
scbe doctor --json
scbe credits
scbe shell
scbe run "npm test"
scbe status
scbe history --limit 20
scbe ca-plan --ops "abs abs add" --json
scbe compile ca --opcodes "0x09 0x09 0x00" --target python
scbe render-op --op add --target KO --a left --b right
scbe route --program "encode \"run tests\" in tongue KO"
The same binary is also exposed as geoseal and scbe-geoseal.
version: prints the installed scbe-aethermoore package version.demo: runs the 5-minute agent safety demo. It sends a risky AI-agent tool
request through the GeoSeal execution gate and prints the governed output
packet: output, decision, reasons, suggested correction, and audit id.doctor --json: verifies the installed GeoSeal shell and reports available
API-routed commands.selftest: runs the npm-installable smoke test (version + doctor).credits: prints the hosted-run intake, service-credit policy, and top-up
links for paid hosted work.shell: opens the SCBE terminal wrapper.run: executes a normal shell command with Compass metadata, Clock metadata,
GeoSeal governance, exit-code preservation, and JSONL history.status: prints local terminal/compiler/router capability status.history: prints recent SCBE terminal runs.ca-plan: resolves Cassisivadan operation names into canonical opcode bytes.compile ca: compiles CA opcode bytes into target source (python,
typescript, or go) with a round-trip trace.render-op: renders one cross-language conlang/code operation template.route: parses Aether++ speech-to-code source into a governed route packet.The full repo-local GeoSeal command set still lives in scbe-aethermoore.
Commands that require Python repo modules need a source checkout or a backend
API configured with SCBE_API_BASE.
The first product proof is intentionally small:
npm i -g scbe-aethermoore-cli
scbe demo --json
The demo does not execute the risky command. It shows what happens when SCBE is placed between an AI agent and its tools:
This is the buyer-facing promise: put SCBE in front of an AI agent and see what it catches, why it caught it, and what audit trail it leaves behind.
From a source checkout, the CLI exposes the local speech/code compiler directly:
scbe compile plan --ops "abs abs add" --json
scbe compile ca --opcodes "0x09 0x09 0x00" --target typescript --fn score --args a,b
scbe route --program "encode \"run tests\" in tongue KO"
This is the start of the SCBE terminal shape: conlang routing, code-language emission, command execution, and governance should be reached from one command surface instead of hidden Python scripts.
Use scbe run when you want a normal command to behave like a governed SCBE
operation:
scbe run "npm test"
scbe run "python -m pytest tests/system -q" --json
scbe history --limit 10
Each run records:
Use scbe shell to stay inside that wrapper while typing normal terminal
commands.
The CLI is free for local use. Use scbe-agent-bus, GeoSeal, local Node/Python,
and Ollama-first routing before spending credits.
When you want AetherMoore to run hosted routing, a governed report, a benchmark, or provider/model-backed work, use:
scbe credits
That command prints:
Credits are pay-as-you-go. Billable provider/model usage is passed through with a 2-5% SCBE coordination fee.
scbe selftest
FAQs
Standalone CLI for SCBE-AETHERMOORE: natural-language command resolver with autocorrect ledger, GeoSeal tools, flow operator loop, liboqs proof receipts, bus workspace suite, agent-bus passthrough, tokenizer lanes, governance abacus (BigInt L12+L13), SCON
The npm package scbe-aethermoore-cli receives a total of 0 weekly downloads. As such, scbe-aethermoore-cli popularity was classified as not popular.
We found that scbe-aethermoore-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
Lovable’s OJ rewrites Vite’s dev server in Rust, reducing memory use and preview times as AI lowers the cost of open source reimplementation.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.