registry  /  @ust-protocol/cli  /  1.0.0-rc.13

@ust-protocol/cli@1.0.0-rc.13

The reference `ust` CLI for UST (Universal State Transcript) 1.0 — verify a transcript, print canonical bytes for cross-language diffing, and run the HIGH genesis ceremony. One entrypoint; the Go binary reproduces this surface.

Static Scan Results

scanned 3h ago · by rust-scanner

Static analysis flagged 8 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
ChildProcessCryptoEnvironmentVarsFilesystemNetwork
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 1 file(s), 54.4 KB of source, external domains: api.cloudflare.com, cloudflare-dns.com, dash.cloudflare.com, thelabmd.github.io

Source & flagged code

2 flagged · loading source
index.mjsView file
209const exec = execImpl ?? (async (cwd) => { L210: const { spawnSync } = await import('node:child_process'); L211: const r = spawnSync('npx', ['wrangler', 'deploy'], { cwd, stdio: 'inherit' });
High
Child Process

Package source references child process execution.

index.mjsView on unpkg · L209
195L196: // OAuth half: deploy via `npx wrangler deploy` — wrangler owns the browser-login flow (the CF OAuth client L197: // is wrangler-only; a third-party CLI cannot run that flow itself, so we DELEGATE instead of imitating). ... L209: const exec = execImpl ?? (async (cwd) => { L210: const { spawnSync } = await import('node:child_process'); L211: const r = spawnSync('npx', ['wrangler', 'deploy'], { cwd, stdio: 'inherit' });
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

index.mjsView on unpkg · L195

Findings

2 High3 Medium3 Low
HighChild Processindex.mjs
HighRuntime Package Installindex.mjs
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings