PkgRadar

Package evidence

[email protected]

Install Lifecycle Repeated Payload: install,postinstall="node install.js"

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
First published
Jun 2026
Publisher
radianttr1799

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":["[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":["[email protected]"],"fail_on":"high"}'
Publisherradianttr1799
Artifact bytes2,692
Previous version0.1.4
Published2026-06-07T10:17:33.978Z
SHA-256ac1d490d360278149b7a993f088231549751fd66f797afc9f17811ec0cf29d70

Why flagged

What the scanner saw

Install Lifecycle Repeated Payload: install,postinstall="node install.js"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Repeated Payloadpackage.jsoninstall,postinstall="node install.js"25
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Repeated Payloadpackage.jsoninstall,postinstall="node install.js"25
lowInstall-time lifecycle scriptpackage.jsoninstall="node install.js"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node install.js"5

Manifest

Package metadata

Scripts2
  • installnode install.js
  • postinstallnode install.js