Static Scan Results
scanned 3d ago · by rust-scannerStatic 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 snapshotBehavioral surface
ChildProcessEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
Source & flagged code
2 flagged · loading sourcedist/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 · L118return 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 · L18Findings
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