Static Scan Results
scanned 2d ago · by rust-scannerStatic analysis completed at 65.0% confidence. No malicious behavior was detected; 9 low-signal pattern(s) were surfaced and cleared.
Static reason
No blocking static signals were detected.
Decision evidence
public snapshotBehavioral surface
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShellWebSocket
HighEntropyStringsUrlStrings
Source & flagged code
2 flagged · loading sourcesrc/local/service.mjsView file
11const spec = serviceSpec({ workspace, stateRoot, entryScript, policy });
L12: if (process.platform === "darwin") return installLaunchd(spec, logger);
L13: if (process.platform === "win32") return installWindowsTask(spec, logger);
...
L30: if (process.platform === "darwin") return startLaunchd(logger);
L31: if (process.platform === "win32") return run("schtasks", ["/Run", "/TN", WINDOWS_TASK], { capture: true, allowFailure: true });
L32: return run("systemctl", ["--user", "start", "machine-bridge-mcp.service"], { capture: true, allowFailure: true });
...
L50: node: process.execPath,
L51: stdout: path.join(logs, "daemon.out.log"),
L52: stderr: path.join(logs, "daemon.err.log"),
...
L77: function launchdPlistPath() {
L78: return path.join(os.homedir(), "Library", "LaunchAgents", `${LABEL}.plist`);
L79: }
Medium
Install Persistence
Source writes installer persistence such as shell profile or service configuration.
src/local/service.mjsView on unpkg · L11mbm.cmdView file
•path = mbm.cmd
kind = build_helper
sizeBytes = 183
magicHex = [redacted]
Medium
Findings
5 Medium4 Low
MediumNetwork
MediumEnvironment Vars
MediumInstall Persistencesrc/local/service.mjs
MediumShips Build Helpermbm.cmd
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings