PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="node ./scripts/build-binary.js"

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"}'
Artifact bytes40,910
Previous versionnone
Published2026-05-24T16:01:16.254Z
SHA-2565dfc546032075745f4f2906bae4a0ce9ba838dd4dd991ba10c2bc110269f0608

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node ./scripts/build-binary.js"

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

Availability ledger

not present

status
Last checked
noneRisk
Score
0.1.1Version

Latest scanner note: [email protected] not present in registry metadata

Status history (3 events)
  1. scan_errornot_present · risk none · score · [email protected] not present in registry metadata
  2. availablescan_error · risk none · score · error decoding response body
  3. newavailable · risk high · score 60 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

frozenproductions

3 members · evidence strength 66
Repeated static TTPstale

Install-time lifecycle script — postinstall="node ./scripts/build-binary.js"

3 members · evidence strength 72
Repeated static TTPstale

Install Lifecycle Remote Or Exec — postinstall="node ./scripts/build-binary.js"

3 members · evidence strength 72

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall-time lifecycle scriptpackage.jsonpostinstall="node ./scripts/build-binary.js"30
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node ./scripts/build-binary.js"30

Manifest

Package metadata

Scripts4
  • build:binarycargo build --release
  • checkcargo check
  • postinstallnode ./scripts/build-binary.js
  • testcargo test