PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="node dist/postinstall.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
27
First published
May 2026
Publisher
istomin_ya

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"}'
Publisheristomin_ya
Artifact bytes2,318,109
Previous version0.1.0
Published2026-05-23T08:35:45.202Z
SHA-256fe1d6ed7b6e6026677abcd98dc9ed380e340bcab35b653b2b7584041c73e185c

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 0.1.2 vs 0.1.0: "node dist/postinstall.js"

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

Availability ledger

available

high
Last checked
highRisk
45Score
0.1.2Version
Status history (3 events)
  1. availableavailable · risk high · score 45 · status available -> available, risk high -> high, score 199 -> 45
  2. availableavailable · risk high · score 199 · status available -> available, risk high -> high, score 271 -> 199
  3. newavailable · risk high · score 271 · status changed

Related candidates

Linked campaigns and clusters

Repeated static TTPstale

Install Lifecycle Remote Or Exec — postinstall="node dist/postinstall.js"

17 members · evidence strength 81

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.1.2 vs 0.1.0: "node dist/postinstall.js"40
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.1.2 vs 0.1.0: "node dist/postinstall.js"40
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node dist/postinstall.js"5
lowObfuscation Densitypackage/bridge-runtime/package-lock.jsonhigh encoded/escaped-token density0

Manifest

Package metadata

Scripts5
  • buildtsc
  • bundle-bridgebash ../scripts/bundle-bridge-for-cli.sh
  • devtsx src/index.ts
  • postinstallnode dist/postinstall.js
  • prepublishOnlynpm run build && npm run bundle-bridge