Static Scan Results
scanned 3h ago · by rust-scannerStatic 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 snapshotBehavioral surface
ChildProcessCryptoEnvironmentVarsFilesystemNetwork
HighEntropyStringsUrlStrings
Source & flagged code
2 flagged · loading sourceindex.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
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 · L332Findings
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