Static Scan Results
scanned 2d ago · by rust-scannerStatic analysis completed at 65.0% confidence. No malicious behavior was detected; 7 low-signal pattern(s) were surfaced and cleared.
Static reason
No blocking static signals were detected.
Decision evidence
public snapshotBehavioral surface
ChildProcessEnvironmentVarsFilesystemNetworkShellWebSocket
HighEntropyStringsUrlStrings
Source & flagged code
1 flagged · loading sourcedist/launchd.jsView file
1import { execFileSync } from "node:child_process";
L2: import { existsSync, mkdirSync, rmSync, writeFileSync } from "node:fs";
...
L47: try {
L48: execCmd(["launchctl", "bootout", `gui/${uid()}/${LAUNCH_LABEL}`]);
L49: }
Medium
Install Persistence
Source writes installer persistence such as shell profile or service configuration.
dist/launchd.jsView on unpkg · L1Findings
3 Medium4 Low
MediumNetwork
MediumEnvironment Vars
MediumInstall Persistencedist/launchd.js
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings