registry  /  create-openinary  /  0.2.1

create-openinary@0.2.1

Create and manage a self-hosted Openinary instance

Static Scan Results

scanned 2h ago · by rust-scanner

Static 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 snapshot
Behavioral surface
Source
CryptoEnvironmentVarsFilesystemNetworkShell
Supply chain
UrlStrings
ManifestNo manifest risk signals triggered.
scanned 2 file(s), 68.6 KB of source, external domains: api.github.com, docs.docker.com, github.com, raw.githubusercontent.com, your-account.r2.cloudflarestorage.com, your-bucket.example.com

Source & flagged code

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

Findings

1 High2 Medium3 Low
HighSandbox Evasion Gated Capabilitydist/index.js
MediumNetwork
MediumEnvironment Vars
LowScripts Present
LowFilesystem
LowUrl Strings