registry  /  @op0ai/cli  /  0.1.3

@op0ai/cli@0.1.3

The op0 CLI — your account, cloud, and workbench for op0.ai (the governed runtime for agent work). op0 login · deploy · connect · make · list · status · logs · pull · eject · dev · push · wire. Proprietary — free to use WITH the op0 runtime.

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 12 finding(s) at 72.0% confidence. This version is warn-only unless an AI or security-team review confirms malicious behavior.

Static reason
One or more suspicious static signals were detected.

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
Manifest
NoLicense
scanned 2 file(s), 28.0 KB of source, external domains: api.op0.dev, console.op0.ai, evlog.usectx.com, mcp.usectx.com, op0.ai

Source & flagged code

3 flagged · loading source
bin/op0.mjsView file
12import { homedir } from "node:os"; L13: import { execSync, spawnSync } from "node:child_process"; L14: import * as p from "@clack/prompts";
High
Child Process

Package source references child process execution.

bin/op0.mjsView on unpkg · L12
12import { homedir } from "node:os"; L13: import { execSync, spawnSync } from "node:child_process"; L14: import * as p from "@clack/prompts"; ... L17: // ── the op0 session (the device-flow key lives here; the workbench rides it via loadSession) ── L18: const CONSOLE = process.env.OP0_CONSOLE ?? "https://console.op0.ai"; L19: const FACTORY_DEFAULT = process.env.OP0_FACTORY ?? "https://api.op0.dev";
High
Same File Env Network Execution

A single source file combines environment access, network access, and code or shell execution; review context before blocking.

bin/op0.mjsView on unpkg · L12
367console.log(`\nstarting wrangler dev in ${dir}/ (local only; ship with 'op0 make ${name}' or 'op0 push')`); L368: const r = spawnSync("npx", ["wrangler", "dev"], { cwd: dir, stdio: "inherit" }); L369: process.exit(r.status ?? 0);
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

bin/op0.mjsView on unpkg · L367

Findings

4 High3 Medium5 Low
HighChild Processbin/op0.mjs
HighShell
HighSame File Env Network Executionbin/op0.mjs
HighRuntime Package Installbin/op0.mjs
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License