PkgRadar

Package evidence

kcli==99.0.202606042001

Py Import Time Os System: Direct shell invocation via os.system / os.popen / os.exec*.

Trust signals

Why this verdict

PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.

Versions published
5,642Mature · −50% score
First published
Dec 2019
Publisher
Karim Boumedhel

Effective trust discount applied: 50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

Block this release in CIcurl · GitHub Actions

Fail the build when this package version is added or upgraded. Replace $PKGRADAR_TOKEN with a Pro / Team API key from your dashboard.

curl -fsS https://pkgradar.com/gate/npm \
  -H "Authorization: Bearer $PKGRADAR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"specs":["kcli==99.0.202606042001"],"fail_on":"review"}'

GitHub Actions step:

- name: PkgRadar gate
  run: |
    curl -fsS https://pkgradar.com/gate/npm \
      -H "Authorization: Bearer ${{ secrets.PKGRADAR_TOKEN }}" \
      -H "Content-Type: application/json" \
      -d '{"specs":["kcli==99.0.202606042001"],"fail_on":"review"}'
Artifact bytes1,456,166
Previous versionnone
Published2026-06-04T20:01:57
SHA-25609104241c2172f0c10e58ecb417d4c2dedcb53ab61cb6a5de04afdb74d59b98f

Why flagged

What the scanner saw

Py Import Time Os System: Direct shell invocation via os.system / os.popen / os.exec*.

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
116Score
99.0.202606042001Version
Status history (1 event)
  1. newavailable · risk review · score 116 · status changed

Evidence

Static findings

93 static · 0 from release diff · showing high-signal first.

Showing 30 of 78 findings.

SeverityKindPathDetailPoints
highPy Import Time Os Systemkcli-99.0.202606042001/kvirt/cluster/hypershift/__init__.pyDirect shell invocation via os.system / os.popen / os.exec*.56
highPy Import Time Os Systemkcli-99.0.202606042001/kvirt/cluster/kubeadm/__init__.pyDirect shell invocation via os.system / os.popen / os.exec*.56
highPy Import Time Os Systemkcli-99.0.202606042001/kvirt/cluster/kubernetes/__init__.pyDirect shell invocation via os.system / os.popen / os.exec*.56
highPy Import Time Os Systemkcli-99.0.202606042001/kvirt/cluster/microshift/__init__.pyDirect shell invocation via os.system / os.popen / os.exec*.56
highPy Import Time Os Systemkcli-99.0.202606042001/kvirt/cluster/openshift/__init__.pyDirect shell invocation via os.system / os.popen / os.exec*.56
highPy Import Time Os Systemkcli-99.0.202606042001/kvirt/cluster/rke2/__init__.pyDirect shell invocation via os.system / os.popen / os.exec*.56
highPy Import Time Os Systemkcli-99.0.202606042001/kvirt/common/__init__.pyDirect shell invocation via os.system / os.popen / os.exec*.56
highPy Import Time Os Systemkcli-99.0.202606042001/kvirt/container/__init__.pyDirect shell invocation via os.system / os.popen / os.exec*.56
highPy Import Time Os Systemkcli-99.0.202606042001/kvirt/kubecommon/__init__.pyDirect shell invocation via os.system / os.popen / os.exec*.56
highPy Import Time Os Systemkcli-99.0.202606042001/kvirt/miniconsole/__init__.pyDirect shell invocation via os.system / os.popen / os.exec*.56
highPy Import Time Os Systemkcli-99.0.202606042001/kvirt/providers/aws/__init__.pyDirect shell invocation via os.system / os.popen / os.exec*.56
highPy Import Time Os Systemkcli-99.0.202606042001/kvirt/providers/fake/__init__.pyDirect shell invocation via os.system / os.popen / os.exec*.56
highPy Import Time Os Systemkcli-99.0.202606042001/kvirt/providers/gcp/__init__.pyDirect shell invocation via os.system / os.popen / os.exec*.56
highPy Import Time Os Systemkcli-99.0.202606042001/kvirt/providers/hcloud/__init__.pyDirect shell invocation via os.system / os.popen / os.exec*.56
highPy Import Time Os Systemkcli-99.0.202606042001/kvirt/providers/ibm/__init__.pyDirect shell invocation via os.system / os.popen / os.exec*.56
highPy Import Time Os Systemkcli-99.0.202606042001/kvirt/providers/kubevirt/__init__.pyDirect shell invocation via os.system / os.popen / os.exec*.56
highPy Import Time Os Systemkcli-99.0.202606042001/kvirt/providers/kvm/__init__.pyDirect shell invocation via os.system / os.popen / os.exec*.56
highPy Import Time Os Systemkcli-99.0.202606042001/kvirt/providers/openstack/__init__.pyDirect shell invocation via os.system / os.popen / os.exec*.56
highPy Import Time Os Systemkcli-99.0.202606042001/kvirt/providers/ovirt/__init__.pyDirect shell invocation via os.system / os.popen / os.exec*.56
highPy Import Time Os Systemkcli-99.0.202606042001/kvirt/providers/utm/__init__.pyDirect shell invocation via os.system / os.popen / os.exec*.56
highPy Import Time Os Systemkcli-99.0.202606042001/kvirt/providers/vsphere/__init__.pyDirect shell invocation via os.system / os.popen / os.exec*.56
highPy Import Time Os Systemkcli-99.0.202606042001/kvirt/web/__init__.pyDirect shell invocation via os.system / os.popen / os.exec*.56
highPy Import Time Base64 Decodekcli-99.0.202606042001/kvirt/providers/hcloud/__init__.pybase64/hex decode combined with exec/subprocess — classic obfuscated payload pattern.48
highPy Import Time Base64 Decodekcli-99.0.202606042001/kvirt/providers/utm/__init__.pybase64/hex decode combined with exec/subprocess — classic obfuscated payload pattern.48
mediumPy Import Time Subprocesskcli-99.0.202606042001/kvirt/providers/utm/__init__.pysubprocess call — process spawning.32
highPy Runtime Base64 Decodekcli-99.0.202606042001/kvirt/bottle.pybase64/hex decode combined with exec/subprocess — classic obfuscated payload pattern.30
highPy Import Time Network Callkcli-99.0.202606042001/kvirt/providers/vsphere/__init__.pyNetwork call (urllib/requests/httpx/http.client) at install or import time.16
mediumRemote Payloadkcli-99.0.202606042001/kvirt/cluster/k3s/bootstrap.shmatched "curl\n"12
mediumRemote Payloadkcli-99.0.202606042001/kvirt/cluster/k3s/ctlplanes.shmatched "curl\n"12
mediumRemote Payloadkcli-99.0.202606042001/kvirt/cluster/k3s/join.shmatched "curl "12
Show all 93 findings (low-signal and informational)

Showing 60 of 93 findings.

SeverityKindPathDetailPoints
highPy Import Time Os Systemkcli-99.0.202606042001/kvirt/cluster/hypershift/__init__.pyDirect shell invocation via os.system / os.popen / os.exec*.56
highPy Import Time Os Systemkcli-99.0.202606042001/kvirt/cluster/kubeadm/__init__.pyDirect shell invocation via os.system / os.popen / os.exec*.56
highPy Import Time Os Systemkcli-99.0.202606042001/kvirt/cluster/kubernetes/__init__.pyDirect shell invocation via os.system / os.popen / os.exec*.56
highPy Import Time Os Systemkcli-99.0.202606042001/kvirt/cluster/microshift/__init__.pyDirect shell invocation via os.system / os.popen / os.exec*.56
highPy Import Time Os Systemkcli-99.0.202606042001/kvirt/cluster/openshift/__init__.pyDirect shell invocation via os.system / os.popen / os.exec*.56
highPy Import Time Os Systemkcli-99.0.202606042001/kvirt/cluster/rke2/__init__.pyDirect shell invocation via os.system / os.popen / os.exec*.56
highPy Import Time Os Systemkcli-99.0.202606042001/kvirt/common/__init__.pyDirect shell invocation via os.system / os.popen / os.exec*.56
highPy Import Time Os Systemkcli-99.0.202606042001/kvirt/container/__init__.pyDirect shell invocation via os.system / os.popen / os.exec*.56
highPy Import Time Os Systemkcli-99.0.202606042001/kvirt/kubecommon/__init__.pyDirect shell invocation via os.system / os.popen / os.exec*.56
highPy Import Time Os Systemkcli-99.0.202606042001/kvirt/miniconsole/__init__.pyDirect shell invocation via os.system / os.popen / os.exec*.56
highPy Import Time Os Systemkcli-99.0.202606042001/kvirt/providers/aws/__init__.pyDirect shell invocation via os.system / os.popen / os.exec*.56
highPy Import Time Os Systemkcli-99.0.202606042001/kvirt/providers/fake/__init__.pyDirect shell invocation via os.system / os.popen / os.exec*.56
highPy Import Time Os Systemkcli-99.0.202606042001/kvirt/providers/gcp/__init__.pyDirect shell invocation via os.system / os.popen / os.exec*.56
highPy Import Time Os Systemkcli-99.0.202606042001/kvirt/providers/hcloud/__init__.pyDirect shell invocation via os.system / os.popen / os.exec*.56
highPy Import Time Os Systemkcli-99.0.202606042001/kvirt/providers/ibm/__init__.pyDirect shell invocation via os.system / os.popen / os.exec*.56
highPy Import Time Os Systemkcli-99.0.202606042001/kvirt/providers/kubevirt/__init__.pyDirect shell invocation via os.system / os.popen / os.exec*.56
highPy Import Time Os Systemkcli-99.0.202606042001/kvirt/providers/kvm/__init__.pyDirect shell invocation via os.system / os.popen / os.exec*.56
highPy Import Time Os Systemkcli-99.0.202606042001/kvirt/providers/openstack/__init__.pyDirect shell invocation via os.system / os.popen / os.exec*.56
highPy Import Time Os Systemkcli-99.0.202606042001/kvirt/providers/ovirt/__init__.pyDirect shell invocation via os.system / os.popen / os.exec*.56
highPy Import Time Os Systemkcli-99.0.202606042001/kvirt/providers/utm/__init__.pyDirect shell invocation via os.system / os.popen / os.exec*.56
highPy Import Time Os Systemkcli-99.0.202606042001/kvirt/providers/vsphere/__init__.pyDirect shell invocation via os.system / os.popen / os.exec*.56
highPy Import Time Os Systemkcli-99.0.202606042001/kvirt/web/__init__.pyDirect shell invocation via os.system / os.popen / os.exec*.56
highPy Import Time Base64 Decodekcli-99.0.202606042001/kvirt/providers/hcloud/__init__.pybase64/hex decode combined with exec/subprocess — classic obfuscated payload pattern.48
highPy Import Time Base64 Decodekcli-99.0.202606042001/kvirt/providers/utm/__init__.pybase64/hex decode combined with exec/subprocess — classic obfuscated payload pattern.48
mediumPy Import Time Subprocesskcli-99.0.202606042001/kvirt/providers/utm/__init__.pysubprocess call — process spawning.32
highPy Runtime Base64 Decodekcli-99.0.202606042001/kvirt/bottle.pybase64/hex decode combined with exec/subprocess — classic obfuscated payload pattern.30
highPy Import Time Network Callkcli-99.0.202606042001/kvirt/providers/vsphere/__init__.pyNetwork call (urllib/requests/httpx/http.client) at install or import time.16
mediumRemote Payloadkcli-99.0.202606042001/kvirt/cluster/k3s/bootstrap.shmatched "curl\n"12
mediumRemote Payloadkcli-99.0.202606042001/kvirt/cluster/k3s/ctlplanes.shmatched "curl\n"12
mediumRemote Payloadkcli-99.0.202606042001/kvirt/cluster/k3s/join.shmatched "curl "12
mediumRemote Payloadkcli-99.0.202606042001/kvirt/cluster/k3s/workers.shmatched "curl\n"12
mediumRemote Payloadkcli-99.0.202606042001/kvirt/cluster/kubeadm/apps/argocd/install.shmatched "raw.githubusercontent.com"12
mediumRemote Payloadkcli-99.0.202606042001/kvirt/cluster/kubeadm/apps/argocd/uninstall.shmatched "raw.githubusercontent.com"12
mediumRemote Payloadkcli-99.0.202606042001/kvirt/cluster/kubeadm/apps/autolabeller/install.shmatched "raw.githubusercontent.com"12
mediumRemote Payloadkcli-99.0.202606042001/kvirt/cluster/kubeadm/apps/autolabeller/uninstall.shmatched "raw.githubusercontent.com"12
mediumRemote Payloadkcli-99.0.202606042001/kvirt/cluster/kubeadm/apps/certmanager/install.shmatched "github.com/jetstack/cert-manager/releases/download"12
mediumRemote Payloadkcli-99.0.202606042001/kvirt/cluster/kubeadm/apps/dashboard/install.shmatched "raw.githubusercontent.com"12
mediumRemote Payloadkcli-99.0.202606042001/kvirt/cluster/kubeadm/apps/ingress/install.shmatched "raw.githubusercontent.com"12
mediumRemote Payloadkcli-99.0.202606042001/kvirt/cluster/kubeadm/apps/ingress/uninstall.shmatched "raw.githubusercontent.com"12
mediumRemote Payloadkcli-99.0.202606042001/kvirt/cluster/kubeadm/apps/istio/install.shmatched "curl "12
mediumRemote Payloadkcli-99.0.202606042001/kvirt/cluster/kubeadm/apps/katacontainer/install.shmatched "raw.githubusercontent.com"12
mediumRemote Payloadkcli-99.0.202606042001/kvirt/cluster/kubeadm/apps/katacontainer/uninstall.shmatched "raw.githubusercontent.com"12
mediumRemote Payloadkcli-99.0.202606042001/kvirt/cluster/kubeadm/apps/knative/install.shmatched "github.com/knative/operator/releases/download"12
mediumRemote Payloadkcli-99.0.202606042001/kvirt/cluster/kubeadm/apps/kubevirt/install.shmatched "github.com/kubevirt/kubevirt/releases/download"12
mediumRemote Payloadkcli-99.0.202606042001/kvirt/cluster/kubeadm/apps/metallb/install.shmatched "raw.githubusercontent.com"12
mediumRemote Payloadkcli-99.0.202606042001/kvirt/cluster/kubeadm/apps/metallb/uninstall.shmatched "raw.githubusercontent.com"12
mediumRemote Payloadkcli-99.0.202606042001/kvirt/cluster/kubeadm/apps/olm/install.shmatched "github.com/operator-framework/operator-lifecycle-manager/releases/download"12
mediumRemote Payloadkcli-99.0.202606042001/kvirt/cluster/kubeadm/apps/olm/uninstall.shmatched "github.com/operator-framework/operator-lifecycle-manager/releases/download"12
mediumRemote Payloadkcli-99.0.202606042001/kvirt/cluster/kubeadm/apps/policy_as_code/install.shmatched "raw.githubusercontent.com"12
mediumRemote Payloadkcli-99.0.202606042001/kvirt/cluster/kubeadm/apps/policy_as_code/uninstall.shmatched "raw.githubusercontent.com"12
mediumRemote Payloadkcli-99.0.202606042001/kvirt/cluster/kubeadm/apps/rook/install.shmatched "raw.githubusercontent.com"12
mediumRemote Payloadkcli-99.0.202606042001/kvirt/cluster/kubeadm/apps/submariner/install.shmatched "curl "12
mediumRemote Payloadkcli-99.0.202606042001/kvirt/cluster/kubeadm/bootstrap.shmatched "raw.githubusercontent.com"12
mediumRemote Payloadkcli-99.0.202606042001/kvirt/cluster/kubeadm/containerd.shmatched "curl "12
mediumRemote Payloadkcli-99.0.202606042001/kvirt/cluster/kubeadm/crio-d.shmatched "curl "12
mediumRemote Payloadkcli-99.0.202606042001/kvirt/cluster/kubeadm/pre_el.shmatched "curl "12
mediumRemote Payloadkcli-99.0.202606042001/kvirt/cluster/kubeadm/pre_ubuntu.shmatched "curl "12
mediumRemote Payloadkcli-99.0.202606042001/kvirt/cluster/kubeadm/sdn.shmatched "curl "12
mediumRemote Payloadkcli-99.0.202606042001/kvirt/cluster/openshift/apps/advanced-cluster-management/assisted-service.shmatched "curl "12
mediumRemote Payloadkcli-99.0.202606042001/kvirt/cluster/openshift/apps/istio/install.shmatched "curl "12