registry  /  @hyperframes/engine  /  0.7.25

@hyperframes/engine@0.7.25

Seekable web page to video rendering engine (Puppeteer + FFmpeg)

Static Scan Results

scanned 1d ago · by rust-scanner

Static 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 snapshot
Behavioral surface
Source
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
Manifest
NoLicense
scanned 35 file(s), 451 KB of source, external domains: hyperframes.local

Source & flagged code

2 flagged · loading source
dist/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 · L42
dist/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 · L27

Findings

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