Static Scan Results
scanned 11d 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 { cp, mkdir, mkdtemp, rm, stat, writeFile } from 'node:fs/promises';
High
106encoding: 'utf8',
L107: shell: true,
L108: env: { ...process.env, CLOUDFLARE_API_TOKEN: process.env.CLOUDFLARE_API_TOKEN ?? 'dry-run' },
High
103// (OpenNext projects depend on it) is preferred via npx. shell:true → npx.cmd on Windows.
L104: const res = spawnSync('npx', ['wrangler', 'deploy', '--dry-run', '--outdir', wtmp], {
L105: cwd: sourceDir,
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/bundle.jsView on unpkg · L103Findings
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