Static Scan Results
scanned 2h 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
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
HighEntropyStrings
Source & flagged code
3 flagged · loading sourcesrc/core/converge.tsView file
29/** Run a command from worker/ with optional stdin; returns exit code + combined output. */
L30: exec(cmd: string, args: string[], stdin?: string): Promise<ExecResult>;
L31: wranglerCmd: string;
High
Child Process
Package source references child process execution.
src/core/converge.tsView on unpkg · L29377async detectWrangler() {
L378: for (const cmd of ["wrangler", "npx --yes wrangler"]) {
L379: try {
L380: const result = await spawn(cmd, ["--version"]);
L381: if (result.code === 0) return { cmd, version: result.out.trim() };
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
src/core/converge.tsView on unpkg · L377install.shView file
•path = install.sh
kind = build_helper
sizeBytes = 1890
magicHex = [redacted]
Medium
Findings
3 High4 Medium3 Low
HighChild Processsrc/core/converge.ts
HighShell
HighRuntime Package Installsrc/core/converge.ts
MediumNetwork
MediumEnvironment Vars
MediumShips Build Helperinstall.sh
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings