registry  /  workerd  /  1.20260704.1

workerd@1.20260704.1

👷 workerd, Cloudflare's JavaScript/Wasm Runtime

Static Scan Results

scanned 3d ago · by rust-scanner

Static analysis flagged 12 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 snapshot
Behavioral surface
Source
ChildProcessEnvironmentVarsFilesystemNetwork
Supply chain
HighEntropyStringsMinifiedUrlStrings
ManifestNo manifest risk signals triggered.
scanned 2 file(s), 271 KB of source, external domains: registry.npmjs.org, www.apache.org, yarnpkg.com
Oversized source lightweight scan
worker.mjs4.53 MB file, sampled 256 KB
FilesystemNetworkChildProcessHighEntropyStringsMinifiedUrlStringswww.apache.org

Source & flagged code

5 flagged · loading source
package.jsonView file
•scripts.postinstall = node install.js
High
Install Time Lifecycle Scripts

Package defines install-time lifecycle scripts.

package.jsonView on unpkg
•scripts.postinstall = node install.js
Medium
Ambiguous Install Lifecycle Script

Install-time lifecycle script is not statically allowlisted and needs review.

package.jsonView on unpkg
install.jsView file
57var import_https = __toESM(require("https")); L58: var import_child_process = __toESM(require("child_process")); L59: var toPath = import_path2.default.join(__dirname, "bin", "workerd");
High
Child Process

Package source references child process execution.

install.jsView on unpkg · L57
153import_fs.default.writeFileSync(import_path2.default.join(installDir, "package.json"), "{}"); L154: import_child_process.default.execSync( L155: `npm install --loglevel=error --prefer-offline --no-audit --progress=false ${pkg}@${"1.20260704.1"}`, L156: { cwd: installDir, stdio: "pipe", env }
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

install.jsView on unpkg · L153
worker.mjsView file
•path = worker.mjs kind = oversized_source_file sizeBytes = 4747010 magicHex = [redacted]
High
Oversized Source File

Package contains source files above the static scanner size ceiling.

worker.mjsView on unpkg

Findings

4 High4 Medium4 Low
HighInstall Time Lifecycle Scriptspackage.json
HighChild Processinstall.js
HighRuntime Package Installinstall.js
HighOversized Source Fileworker.mjs
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings