Static Scan Results
scanned 3h 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
CryptoDynamicRequireEvalNetwork
HighEntropyStringsUrlStrings
Source & flagged code
3 flagged · loading sourcedist/esm/chunk-ZZR2TLI7.jsView file
73hasFetch: typeof globalThis.fetch === "function",
L74: hasXHR: typeof XMLHttpRequest !== "undefined",
L75: hasFormData: typeof FormData !== "undefined",
L76: hasBlob: typeof Blob !== "undefined"
...
L97: const BufferCtor = globalThis.Buffer;
L98: return BufferCtor ? BufferCtor.from(value).toString("base64") : value;
L99: };
...
L376: // [redacted].ts
L377: var dynamicImport = (specifier) => new Function("specifier", "return import(specifier)")(specifier);
L378: var toArrayBuffer = (buffer) => new Uint8Array(buffer).buffer;
...
L2518: }
L2519: if (security.allowPrivateNetwork !== true && this.isPrivateNetworkHost(parsed.hostname)) {
High
Cloud Metadata Access
Source reaches cloud instance metadata or link-local credential endpoints.
dist/esm/chunk-ZZR2TLI7.jsView on unpkg · L73376// [redacted].ts
L377: var dynamicImport = (specifier) => new Function("specifier", "return import(specifier)")(specifier);
L378: var toArrayBuffer = (buffer) => new Uint8Array(buffer).buffer;
Medium
Dynamic Require
Package source references dynamic require/import behavior.
dist/esm/chunk-ZZR2TLI7.jsView on unpkg · L376376// [redacted].ts
L377: var dynamicImport = (specifier) => new Function("specifier", "return import(specifier)")(specifier);
L378: var toArrayBuffer = (buffer) => new Uint8Array(buffer).buffer;
Low
Eval
Package source references a known benign dynamic code generation pattern.
dist/esm/chunk-ZZR2TLI7.jsView on unpkg · L376Findings
1 High3 Medium5 Low
HighCloud Metadata Accessdist/esm/chunk-ZZR2TLI7.js
MediumDynamic Requiredist/esm/chunk-ZZR2TLI7.js
MediumNetwork
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowEvaldist/esm/chunk-ZZR2TLI7.js
LowHigh Entropy Strings
LowUrl Strings