Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 14 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
HighEntropyStringsMinifiedProtestwareUrlStrings
Source & flagged code
5 flagged · loading sourcedist/console-server.jsView file
902patternName = generic_password
severity = medium
line = 902
matchedText = onepassw...rd",
Medium
dist/install.jsView file
1import { spawn, spawnSync } from "node:child_process";
L2: import { createHash } from "node:crypto";
...
L14: const packageRoot = path.basename(here) === "dist" ? path.dirname(here) : path.dirname(here);
L15: const nativeTarget = `${process.platform}-${process.arch}`;
L16: const packagedMacAppPath = path.join(packageRoot, "dist", "s-gw.app");
...
L146: requireMac("macOS app stop");
L147: if (process.env.SGW_SKIP_APP_STOP === "1")
L148: return undefined;
...
L164: if (result.status !== 0) {
L165: throw new Error(result.stderr.trim() || "Could not close the running s-gw macOS app.");
L166: }
L167: const parsed = JSON.parse(result.stdout.trim() || "[]");
Medium
Install Persistence
Source writes installer persistence such as shell profile or service configuration.
dist/install.jsView on unpkg · L1dist/native/darwin-arm64/s-gw-coreView file
•path = dist/native/darwin-arm64/s-gw-core
kind = native_binary
sizeBytes = 495392
magicHex = [redacted]
Medium
Ships Native Binary
Package ships native binary artifacts.
dist/native/darwin-arm64/s-gw-coreView on unpkgdist/windows/s-gw-client.ps1View file
•path = dist/windows/s-gw-client.ps1
kind = build_helper
sizeBytes = 2736
magicHex = [redacted]
Medium
Ships Build Helper
Package ships non-JavaScript build or shell helper files.
dist/windows/s-gw-client.ps1View on unpkgdist/console-ui/assets/geist-cyrillic-wght-normal-BEAKL7Jp.woff2View file
•path = dist/console-ui/assets/geist-cyrillic-wght-normal-BEAKL7Jp.woff2
kind = high_entropy_blob
sizeBytes = 15084
magicHex = [redacted]
High
Ships High Entropy Blob
Package ships high-entropy non-source blobs.
dist/console-ui/assets/geist-cyrillic-wght-normal-BEAKL7Jp.woff2View on unpkgFindings
1 High8 Medium5 Low
HighShips High Entropy Blobdist/console-ui/assets/geist-cyrillic-wght-normal-BEAKL7Jp.woff2
MediumSecret Patterndist/console-server.js
MediumNetwork
MediumEnvironment Vars
MediumInstall Persistencedist/install.js
MediumProtestware
MediumShips Native Binarydist/native/darwin-arm64/s-gw-core
MediumShips Build Helperdist/windows/s-gw-client.ps1
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings