registry  /  @orionops/cli  /  0.1.55

@orionops/cli@0.1.55

OrionOps CLI — Specialized AI agents for code generation

Static Scan Results

scanned 7h ago · by rust-scanner

Static analysis flagged 10 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
UrlStrings
Manifest
NoLicense
scanned 1 file(s), 5.15 KB of source, external domains: dl.orionops.tech, orionops.tech

Source & flagged code

4 flagged · loading source
package.jsonView file
scripts.postinstall = node install.js
High
Install Time Lifecycle Scripts

Package defines install-time lifecycle scripts.

package.jsonView on unpkg
scripts.postinstall = node install.js
Medium
Ambiguous Install Lifecycle Script

Install-time lifecycle script is not statically allowlisted and needs review.

package.jsonView on unpkg
install.jsView file
6L7: const { execSync } = require("child_process"); L8: const crypto = require("crypto");
High
Child Process

Package source references child process execution.

install.jsView on unpkg · L6
3// Copyright (c) 2026 Perseusoft. All rights reserved. L4: // https://orionops.tech L5: "use strict"; L6: L7: const { execSync } = require("child_process"); L8: const crypto = require("crypto"); ... L17: const DOWNLOAD_BASE = ( L18: process.env.ORION_DOWNLOAD_BASE || "https://dl.orionops.tech" L19: ).replace(/\/+$/, "");
High
Same File Env Network Execution

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

install.jsView on unpkg · L3

Findings

3 High3 Medium4 Low
HighInstall Time Lifecycle Scriptspackage.json
HighChild Processinstall.js
HighSame File Env Network Executioninstall.js
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumNetwork
MediumEnvironment Vars
LowScripts Present
LowFilesystem
LowUrl Strings
LowNo License