Static Scan Results
scanned 3d ago · by rust-scannerStatic analysis flagged 11 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
HighEntropyStringsUrlStrings
Source & flagged code
3 flagged · loading sourcedist/bundle.jsView file
1import { spawnSync } from 'node:child_process';
L2: import { createHash } from 'node:crypto';
High
174encoding: 'utf8',
L175: shell: true,
L176: env: { ...process.env, CLOUDFLARE_API_TOKEN: process.env.CLOUDFLARE_API_TOKEN ?? 'dry-run' },
High
171// (OpenNext projects depend on it) is preferred via npx. shell:true → npx.cmd on Windows.
L172: const res = spawnSync('npx', ['wrangler', 'deploy', '--dry-run', '--outdir', wtmp], {
L173: cwd: sourceDir,
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/bundle.jsView on unpkg · L171Findings
3 High3 Medium5 Low
HighChild Processdist/bundle.js
HighShelldist/bundle.js
HighRuntime Package Installdist/bundle.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings