PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="node wrapper_dist/bootstrap.js exec"

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
1,999Mature · −50% score
First published
Jul 2015
Publisher
snyk-admin

Effective trust discount applied: 50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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"}'
Publishersnyk-admin
Artifact bytes10,373,178
Previous version1.1304.3
Published2026-05-20T13:37:45.215Z
SHA-256f16e244278c59c9d22eeb9db229aa12a451cc6c580f4dc55bf5fa16a42429d32

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node wrapper_dist/bootstrap.js exec"

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

Availability ledger

available

review
Last checked
reviewRisk
1Score
1.1305.0Version
Status history (1 event)
  1. newavailable · risk review · score 1 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node wrapper_dist/bootstrap.js exec"5
lowObfuscation Densitypackage/dist/cli/231.index.jshigh encoded/escaped-token density0
lowLarge Javascript Payloadpackage/dist/cli/778.index.js11642902 bytes0
lowLarge Javascript Payloadpackage/dist/cli/917.index.js4518720 bytes0
lowObfuscation Densitypackage/dist/cli/970.index.jshigh encoded/escaped-token density0
lowLarge Javascript Payloadpackage/dist/cli/index.js2981921 bytes0

Manifest

Package metadata

Scripts4
  • buildtsc && cp -R src/generated wrapper_dist/
  • cleannpx rimraf wrapper_dist tsconfig.tsbuildinfo
  • postinstallnode wrapper_dist/bootstrap.js exec
  • testnpx jest test/*
Dependencies2
  • @sentry/node^7.36.0
  • global-agent^3.0.0