Static Scan Results
scanned 1d 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
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
NoLicense
Source & flagged code
2 flagged · loading sourcedist/utils/urlDownloader.jsView file
42* Validate that a URL is safe to fetch on behalf of customer-supplied
L43: * compositions. Throws if the URL is non-HTTPS or targets a private/reserved
L44: * address range (SSRF guard).
...
L92: const timeoutId = setTimeout(() => controller.abort(), timeoutMs);
L93: const response = await fetch(url, { signal: controller.signal });
L94: clearTimeout(timeoutId);
Low
Weak Crypto
Package source references weak cryptographic algorithms.
dist/utils/urlDownloader.jsView on unpkg · L42dist/services/browserManager.jsView file
27package = @hyperframes/engine; repositoryIdentity = hyperframes; dependency = puppeteer
L27: try {
L28: const mod = await import("puppeteer");
L29: _puppeteer = mod.default;
High
Copied Package Dependency Bridge
Package metadata claims a different repository identity while copied source loads a runtime dependency bridge.
dist/services/browserManager.jsView on unpkg · L27Findings
1 High3 Medium6 Low
HighCopied Package Dependency Bridgedist/services/browserManager.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowWeak Cryptodist/utils/urlDownloader.js
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License