PkgRadar

Package evidence

cobra4==0.6.1

Py Runtime Base64 Decode: base64/hex decode combined with exec/subprocess — classic obfuscated payload pattern.

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
6
First published
May 2026
Publisher
cobra4 authors

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["cobra4==0.6.1"],"fail_on":"high"}'

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":["cobra4==0.6.1"],"fail_on":"high"}'
Artifact bytes266,833
Previous versionnone
Published2026-06-05T04:52:45
SHA-256ca252b11876170bfa02de2c88b480fe6d964712690a395c944afc96f5318ef2c

Why flagged

What the scanner saw

Py Runtime Base64 Decode: base64/hex decode combined with exec/subprocess — classic obfuscated payload pattern.

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

Availability ledger

available

high
Last checked
highRisk
78Score
0.6.1Version
Status history (1 event)
  1. newavailable · risk high · score 78 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highPy Runtime Base64 Decodecobra4-0.6.1/cobra4/idle.pybase64/hex decode combined with exec/subprocess — classic obfuscated payload pattern.30
mediumPy Import Time Pickle Loadscobra4-0.6.1/cobra4/stdlib/__init__.pypickle/marshal.loads — deserializes arbitrary objects, RCE if attacker-controlled.24
mediumPy Import Time Eval Execcobra4-0.6.1/cobra4/stdlib/__init__.pyPython eval()/exec() called on a string.24