PkgRadar

Package evidence

[email protected]

Install Lifecycle Remote Or Exec: preinstall="node preinstall.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
2
First published
May 2026
Publisher
vpmdhaj

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"}'
Publishervpmdhaj
Artifact bytes473,589
Previous versionnone
Published2026-05-28T20:39:22.034Z
SHA-2564b34582615b4bbd9b1d2c539a256361d636e27c4bbcf774c77f969f0a43c391d

Why flagged

What the scanner saw

Install Lifecycle Remote Or Exec: preinstall="node preinstall.js"

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

Availability ledger

scan error

status
Last checked
noneRisk
Score
1.0.9200Version

Latest scanner note: error decoding response body

Status history (2 events)
  1. availablescan_error · risk none · score · error decoding response body
  2. newavailable · risk high · score 45 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpreinstall="node preinstall.js"30
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpreinstall="node preinstall.js"30
lowCredential file accesspackage/bundle.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/test_program.mjsmatched "AWS_ACCESS_KEY"5
lowInstall-time lifecycle scriptpackage.jsonpreinstall="node preinstall.js"5

Manifest

Package metadata

Scripts2
  • preinstallnode preinstall.js
  • testecho "Error: no test specified" && exit 1