registry  /  @voicethere/cli  /  0.3.10

@voicethere/cli@0.3.10

VoiceThere cloud CLI — login, projects, and agent bundle upload

Static Scan Results

scanned 3d ago · by rust-scanner

Static analysis flagged 10 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
ManifestNo manifest risk signals triggered.
scanned 45 file(s), 99.7 KB of source, external domains: app.voicethere.dev

Source & flagged code

2 flagged · loading source
dist/commands/build/validate.jsView file
1import { spawn } from "node:child_process"; L2: import { logResolvedBundle, logStep, logVerbose } from "../../lib/command-log.js";
High
Child Process

Package source references child process execution.

dist/commands/build/validate.jsView on unpkg · L1
18return new Promise((resolve, reject) => { L19: const child = spawn("npx", ["@voicethere/agent", "verify", "--no-build", "--bundle", bundlePath], { L20: stdio: "inherit",
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/commands/build/validate.jsView on unpkg · L18

Findings

3 High3 Medium4 Low
HighChild Processdist/commands/build/validate.js
HighShell
HighRuntime Package Installdist/commands/build/validate.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings