Static Scan Results
scanned 3h ago · by rust-scannerStatic analysis flagged 10 finding(s) at 93.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.; previous stored version diff introduced dangerous source
Decision evidence
public snapshotBehavioral surface
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShellWebSocket
HighEntropyStringsUrlStrings
NoLicense
Source & flagged code
2 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 · L13dist/cloud.jsView file
•matchType = previous_version_dangerous_delta
matchedPackage = @omp-studio/omps@0.1.14
matchedIdentity = npm:QG9tcC1zdHVkaW8vb21wcw:0.1.14
similarity = 0.895
summary = stored previous version shares package body but lacks this dangerous source file
High
Previous Version Dangerous Delta
This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.
dist/cloud.jsView on unpkgFindings
2 High3 Medium5 Low
HighSandbox Evasion Gated Capabilitydist/macsetup.js
HighPrevious Version Dangerous Deltadist/cloud.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License