registry  /  @omp-studio/omps  /  0.1.18

@omp-studio/omps@0.1.18

OMP Studio agent (omps): open, sync and version Grenton .omp projects in the hosted editor

Static Scan Results

scanned 10h ago · by rust-scanner

Static 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 snapshot
Behavioral surface
Source
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShellWebSocket
Supply chain
HighEntropyStringsUrlStrings
Manifest
NoLicense
scanned 19 file(s), 189 KB of source, external domains: 127.0.0.1, git-scm.com, github.com, omp-studio.coderai.dev, registry.npmjs.org

Source & flagged code

1 flagged · loading source
dist/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 · L13

Findings

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