Static Scan Results
scanned 2h 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
Source & flagged code
3 flagged · loading sourcesrc/utils/asset-bundler.jsView file
12* Usage:
L13: * const bundler = new AssetBundler('https://example.com', '/output/dir');
L14: * const localCss = await bundler.rewriteCSSUrls(cssText, cssFileUrl);
...
L42: _resolveUrl(ref, cssFileUrl) {
L43: if (ref.startsWith('data:')) return ref;
L44: try {
...
L97: if (!res.ok) throw new Error(`HTTP ${res.status}`);
L98: const buf = Buffer.from(await res.arrayBuffer());
L99: await writeFile(localPath, buf);
Low
Weak Crypto
Package source references weak cryptographic algorithms.
src/utils/asset-bundler.jsView on unpkg · L12src/utils/mirror/verify.jsView file
208package = @speed.press/kit; repositoryIdentity = xcloud-headless; dependency = pixelmatch
L208: ({ chromium } = await import('playwright'));
L209: pixelmatch = (await import('pixelmatch')).default;
L210: ({ PNG } = await import('pngjs'));
High
Copied Package Dependency Bridge
Package metadata claims a different repository identity while copied source loads a runtime dependency bridge.
src/utils/mirror/verify.jsView on unpkg · L208templates/docker/start.shView file
•path = templates/docker/start.sh
kind = build_helper
sizeBytes = 870
magicHex = [redacted]
Medium
Ships Build Helper
Package ships non-JavaScript build or shell helper files.
templates/docker/start.shView on unpkgFindings
1 High4 Medium5 Low
HighCopied Package Dependency Bridgesrc/utils/mirror/verify.js
MediumNetwork
MediumEnvironment Vars
MediumShips Build Helpertemplates/docker/start.sh
MediumStructural Risk Force Deep Review
LowScripts Present
LowWeak Cryptosrc/utils/asset-bundler.js
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings