PkgRadar

Package evidence

@aikyroon/[email protected]

Reverse Shell

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
3
First published
Jul 2026
Publisher
aikyroon

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":["@aikyroon/[email protected]"],"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":["@aikyroon/[email protected]"],"fail_on":"high"}'
Publisheraikyroon
Artifact bytes35,711
Previous version1.1.0
Published2026-07-01T20:31:51.927Z
SHA-256a20deaf135cf608e11ccba2f73309a43fb43296fabf5a4bc4677f19a910249e4

Why flagged

What the scanner saw

Reverse Shell

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highReverse Shellmanifest40

Manifest

Package metadata

Dependencies8
  • axios^1.7.7
  • chalk^5.3.0
  • commander^12.1.0
  • execa^9.5.1
  • extract-zip^2.0.1
  • fs-extra^11.2.0
  • ora^8.1.1
  • tar^7.4.3