Static Scan Results
scanned 1h ago · by rust-scannerStatic analysis flagged 13 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
ChildProcessEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
Source & flagged code
4 flagged · loading sourcepackage.jsonView file
•scripts.postinstall = patch-package
High
Install Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkg•scripts.postinstall = patch-package
Medium
Ambiguous Install Lifecycle Script
Install-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkgdist/tunnel.jsView file
1import { spawn } from "node:child_process";
L2: const PROXY_PORT = 8080;
High
57let resolved = false;
L58: const proc = spawn("npx", ["-y", "localtunnel", "--port", String(port)], {
L59: stdio: ["ignore", "pipe", "pipe"],
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/tunnel.jsView on unpkg · L57Findings
4 High4 Medium5 Low
HighInstall Time Lifecycle Scriptspackage.json
HighChild Processdist/tunnel.js
HighShell
HighRuntime Package Installdist/tunnel.js
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings