Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 6 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
CryptoEnvironmentVarsFilesystemNetworkShell
UrlStrings
Source & flagged code
1 flagged · loading sourcedist/index.jsView file
11// src/lib/docker.ts
L12: import { execa } from "execa";
L13:
...
L16: hint;
L17: exitCode;
L18: constructor(message, options = {}) {
...
L27: var REPO = "openinary/openinary";
L28: var REPO_URL = `https://github.com/${REPO}`;
L29: var DEFAULT_PORT = 3e3;
...
L49: } catch {
L50: const platformHint = process.platform === "linux" ? "Start it with: sudo systemctl start docker" : "Start Docker Desktop and try again.";
L51: throw new CLIError("Docker daemon is not running.", { hint: platformHint });
High
Sandbox Evasion Gated Capability
Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.
dist/index.jsView on unpkg · L11Findings
1 High2 Medium3 Low
HighSandbox Evasion Gated Capabilitydist/index.js
MediumNetwork
MediumEnvironment Vars
LowScripts Present
LowFilesystem
LowUrl Strings