PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="node bin/tackle.js setup-global"

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
26
First published
Apr 2026
Publisher
ph419

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":"review"}'

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":"review"}'
Publisherph419
Artifact bytes136,952
Previous version0.1.0
Published2026-05-22T14:07:31.013Z
SHA-2564f34ecb369b7fa2b920b0982cda7952c1722b97e0f2f6aeac15d9abfa4567b6e

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node bin/tackle.js setup-global"

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
0.1.1Version
Status history (3 events)
  1. availableavailable · risk review · score 5 · status available -> available, risk high -> review, score 44 -> 5
  2. availableavailable · risk high · score 44 · status available -> available, risk high -> high, score 69 -> 44
  3. newavailable · risk high · score 69 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node bin/tackle.js setup-global"5

Manifest

Package metadata

Scripts7
  • buildnode bin/tackle.js build
  • postinstallnode bin/tackle.js setup-global
  • testnode --test test/**/*.js
  • test:integrationnode --test test/integration/*.js
  • test:runtimenode --test test/runtime/*.js
  • test:smokenode test/smoke-test.js
  • validatenode bin/tackle.js validate