Static Scan Results
scanned 12h ago · by rust-scannerStatic analysis flagged 9 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
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShellWebSocket
HighEntropyStringsUrlStrings
NoLicense
Source & flagged code
1 flagged · loading sourcedist/macsetup.jsView file
13*/
L14: import { spawnSync } from "node:child_process";
L15: import { mkdir, rm, writeFile } from "node:fs/promises";
...
L53: "on run",
L54: '\topen location "https://omp-studio.coderai.dev"',
L55: "end run",
...
L63: if (r.status !== 0)
L64: throw new Error(`${what} failed (exit code ${String(r.status)})`);
L65: }
...
L73: function appPath() {
L74: return path.join(os.homedir(), "Applications", APP_NAME);
L75: }
High
Sandbox Evasion Gated Capability
Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.
dist/macsetup.jsView on unpkg · L13Findings
1 High3 Medium5 Low
HighSandbox Evasion Gated Capabilitydist/macsetup.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License