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

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

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 2h 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), 81.8 KB of source, external domains: api.cloudflare.com, cloudflare-dns.com, dash.cloudflare.com, raw.githubusercontent.com, thelabmd.github.io

Source & flagged code

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

Package source references child process execution.

index.mjsView on unpkg · L331
332const { spawnSync } = await import('node:child_process'); L333: const r = spawnSync('npx', ['wrangler', 'deploy'], { cwd, stdio: 'inherit' }); L334: return r.status ?? 1;
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

index.mjsView on unpkg · L332

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