Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 9 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
ChildProcessFilesystem
NoLicense
Source & flagged code
5 flagged · loading sourcebin/cli.jsView file
2L3: const { spawn, exec, execSync } = require('child_process');
L4: const path = require('path');
High
45L46: const server = spawn('npx', ['next', 'start', '-p', PORT.toString()], {
L47: cwd: packageDir,
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
bin/cli.jsView on unpkg · L45.next/server/edge/chunks/node_modules_next_dist_compiled_@vercel_og_resvg_23ace1ce.wasmView file
•path = .next/server/edge/chunks/node_modules_next_dist_compiled_@vercel_og_resvg_23ace1ce.wasm
kind = wasm_module
sizeBytes = 1378357
magicHex = [redacted]
Medium
Ships Wasm Module
Package ships WebAssembly modules.
.next/server/edge/chunks/node_modules_next_dist_compiled_@vercel_og_resvg_23ace1ce.wasmView on unpkg.next/server/app/icon.png.bodyView file
•path = .next/server/app/icon.png.body
kind = high_entropy_blob
sizeBytes = 886628
magicHex = [redacted]
High
Ships High Entropy Blob
Package ships high-entropy non-source blobs.
.next/server/app/icon.png.bodyView on unpkg•path = .next/server/app/icon.png.body
kind = payload_in_excluded_dir
sizeBytes = 886628
magicHex = [redacted]
High
Payload In Excluded Dir
Package hides binary, compressed, or executable-looking payloads in test/fixture/hidden paths.
.next/server/app/icon.png.bodyView on unpkgFindings
4 High2 Medium3 Low
HighChild Processbin/cli.js
HighRuntime Package Installbin/cli.js
HighShips High Entropy Blob.next/server/app/icon.png.body
HighPayload In Excluded Dir.next/server/app/icon.png.body
MediumShips Wasm Module.next/server/edge/chunks/node_modules_next_dist_compiled_@vercel_og_resvg_23ace1ce.wasm
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowNo License