PkgRadar

Package evidence

@sentry/[email protected]

New Account With Lifecycle Hook: package first published 0 day(s) ago, 1 total version(s), has lifecycle hook

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
First published
Jun 2026
Publisher
sentry-bot

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":["@sentry/[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":["@sentry/[email protected]"],"fail_on":"high"}'
Publishersentry-bot
Artifact bytes1,533,019
Previous versionnone
Published2026-06-08T18:01:24.794Z
SHA-25618f0d143232fcd372957703af78fd53bef2175c41fcb6cdf218e3ccfe600dcc7

Why flagged

What the scanner saw

New Account With Lifecycle Hook: package first published 0 day(s) ago, 1 total version(s), has lifecycle hook

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

Availability ledger

available

high
Last checked
highRisk
5Score
2.4.2Version
Status history (1 event)
  1. newavailable · risk high · score 5 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Account With Lifecycle Hookpackage.jsonpackage first published 0 day(s) ago, 1 total version(s), has lifecycle hook25
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Account With Lifecycle Hookpackage.jsonpackage first published 0 day(s) ago, 1 total version(s), has lifecycle hook25
lowInstall-time lifecycle scriptpackage.jsoninstall="node scripts/check-build.js"5

Manifest

Package metadata

Scripts20
  • buildyarn build:lib && yarn build:bindings:configure && yarn build:bindings
  • build:bindingsnode-gyp build && node scripts/copy-target.js
  • build:bindings:arm64node-gyp build --arch=arm64 && node scripts/copy-target.js
  • build:bindings:configurenode-gyp configure
  • build:bindings:configure:arm64node-gyp configure --arch=arm64 --target_arch=arm64
  • build:devyarn clean && yarn build:bindings:configure && yarn build
  • build:libtsc
  • build:tarballnpm pack
  • cleanrm -rf build && rm -rf lib
  • fixyarn fix:eslint && yarn fix:clang
  • fix:clangnode scripts/clang-format.js --fix
  • fix:eslinteslint . --format stylish --fix
  • installnode scripts/check-build.js
  • lintyarn lint:eslint && yarn lint:clang
  • lint:clangnode scripts/clang-format.js
  • lint:eslinteslint . --format stylish
  • testyarn test:bindings && yarn test:bundling && yarn test:electron
  • test:bindingsnode test/prepare.mjs bindings && vitest run --testTimeout 60000 ./test/bindings
  • test:bundlingnode test/prepare.mjs bundler && vitest run --testTimeout 60000 ./test/bundler
  • test:electronnode test/prepare.mjs electron && vitest run --testTimeout 120000 ./test/electron
Dependencies2
  • detect-libc^2.0.3
  • node-abi^3.73.0