registry  /  orgopolis-cli  /  0.2.1

orgopolis-cli@0.2.1

Command line tools for validating and importing A2A agents into Orgopolis.

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 12 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
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
Manifest
NoLicense
scanned 1 file(s), 43.4 KB of source, external domains: mcp.orgopolis.com

Source & flagged code

2 flagged · loading source
dist/index.jsView file
1132// src/commands/update.ts L1133: import { execSync } from "child_process"; L1134: import chalk5 from "chalk";
High
Child Process

Package source references child process execution.

dist/index.jsView on unpkg · L1132
1240try { L1241: execSync("npm install -g orgopolis-cli@latest", { L1242: encoding: "utf-8",
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/index.jsView on unpkg · L1240

Findings

3 High3 Medium6 Low
HighChild Processdist/index.js
HighShell
HighRuntime Package Installdist/index.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License