Static Scan Results
scanned 5d ago · by rust-scannerStatic analysis flagged 10 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
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
Oversized source lightweight scan
dist/testing.js10.2 MB file, sampled 256 KB
FilesystemNetworkChildProcessEnvironmentVarsCryptoDynamicRequireHighEntropyStringsUrlStrings127.0.0.1
Source & flagged code
2 flagged · loading sourcedist/host-internal.jsView file
64};
L65: var isLocalOrPrivateHostname = (hostname) => {
L66: const normalized = hostname.toLowerCase().replace(/^\[|\]$/g, "");
...
L171: // oxlint-disable-next-line executor/no-raw-fetch -- boundary: exposes a guarded Fetch API adapter for libraries that require fetch
L172: guardFetch(options.fetch ?? globalThis.fetch, options)
L173: );
High
Cloud Metadata Access
Source reaches cloud instance metadata or link-local credential endpoints.
dist/host-internal.jsView on unpkg · L64dist/testing.jsView file
•path = dist/testing.js
kind = oversized_source_file
sizeBytes = 10733446
magicHex = [redacted]
High
Oversized Source File
Package contains source files above the static scanner size ceiling.
dist/testing.jsView on unpkgFindings
2 High4 Medium4 Low
HighCloud Metadata Accessdist/host-internal.js
HighOversized Source Filedist/testing.js
MediumDynamic Require
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings