registry  /  octo-cli  /  0.10.0

octo-cli@0.10.0

⚠ Under review

Octopus Observability CLI — query logs, alerts, traces, metrics and more

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 11 finding(s) at 93.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.; previous stored version diff introduced dangerous source

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 8 file(s), 96.5 KB of source, external domains: octopus-app.zhenguanyu.com

Source & flagged code

3 flagged · loading source
dist/index.jsView file
matchType = previous_version_dangerous_delta matchedPackage = octo-cli@0.8.3 matchedIdentity = npm:b2N0by1jbGk:0.8.3 similarity = 0.625 summary = stored previous version shares package body but lacks this dangerous source file
Critical
Previous Version Dangerous Delta

This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.

dist/index.jsView on unpkg
20// src/commands.ts L21: import { execSync } from "child_process"; L22:
High
Child Process

Package source references child process execution.

dist/index.jsView on unpkg · L20
203try { L204: execSync( L205: "npx reskill@latest install github:kanyun-inc/octo-cli/skills -g -y -a claude-code cursor codex", L206: { stdio: "inherit" }
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/index.jsView on unpkg · L203

Findings

1 Critical3 High3 Medium4 Low
CriticalPrevious Version Dangerous Deltadist/index.js
HighChild Processdist/index.js
HighShell
HighRuntime Package Installdist/index.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings