registry  /  @orth/cli  /  0.2.31

@orth/cli@0.2.31

CLI to access all APIs and skills on the Orthogonal platform

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 11 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
ChildProcessCryptoEnvironmentVarsFilesystemNetwork
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 12 file(s), 104 KB of source, external domains: 127.0.0.1, api.orthogonal.com, orthogonal.com, orthogonal.sh, x402.orth.sh

Source & flagged code

3 flagged · loading source
dist/commands/auth.jsView file
24// Use execFile-style args to avoid shell injection L25: const { execFile } = require("child_process"); L26: const platform = process.platform;
High
Child Process

Package source references child process execution.

dist/commands/auth.jsView on unpkg · L24
10const crypto_1 = __importDefault(require("crypto")); L11: const http_1 = __importDefault(require("http")); L12: const config_js_1 = require("../config.js"); L13: const api_js_1 = require("../api.js"); L14: const WEB_BASE = process.env.ORTH_WEB_URL || "https://orthogonal.sh"; L15: function escapeHtml(str) { ... L24: // Use execFile-style args to avoid shell injection L25: const { execFile } = require("child_process"); L26: const platform = process.platform;
High
Same File Env Network Execution

A single source file combines environment access, network access, and code or shell execution; review context before blocking.

dist/commands/auth.jsView on unpkg · L10
10const crypto_1 = __importDefault(require("crypto")); L11: const http_1 = __importDefault(require("http")); L12: const config_js_1 = require("../config.js"); L13: const api_js_1 = require("../api.js"); L14: const WEB_BASE = process.env.ORTH_WEB_URL || "https://orthogonal.sh"; L15: function escapeHtml(str) { ... L24: // Use execFile-style args to avoid shell injection L25: const { execFile } = require("child_process"); L26: const platform = process.platform; L27: if (platform === "darwin") ... L48: res.writeHead(403, { "Content-Type": "text/html" }); L49: res.end(`
High
Sandbox Evasion Gated Capability

Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.

dist/commands/auth.jsView on unpkg · L10

Findings

3 High3 Medium5 Low
HighChild Processdist/commands/auth.js
HighSame File Env Network Executiondist/commands/auth.js
HighSandbox Evasion Gated Capabilitydist/commands/auth.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings