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 updateStatic 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"}'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
Status history (1 event)
- new → available · risk high · score 5 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | New Account With Lifecycle Hook | package.json | package first published 0 day(s) ago, 1 total version(s), has lifecycle hook | 25 |
Show all 2 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | New Account With Lifecycle Hook | package.json | package first published 0 day(s) ago, 1 total version(s), has lifecycle hook | 25 |
| low | Install-time lifecycle script | package.json | install="node scripts/check-build.js" | 5 |
Manifest
Package metadata
Scripts20
buildyarn build:lib && yarn build:bindings:configure && yarn build:bindingsbuild:bindingsnode-gyp build && node scripts/copy-target.jsbuild:bindings:arm64node-gyp build --arch=arm64 && node scripts/copy-target.jsbuild:bindings:configurenode-gyp configurebuild:bindings:configure:arm64node-gyp configure --arch=arm64 --target_arch=arm64build:devyarn clean && yarn build:bindings:configure && yarn buildbuild:libtscbuild:tarballnpm packcleanrm -rf build && rm -rf libfixyarn fix:eslint && yarn fix:clangfix:clangnode scripts/clang-format.js --fixfix:eslinteslint . --format stylish --fixinstallnode scripts/check-build.jslintyarn lint:eslint && yarn lint:clanglint:clangnode scripts/clang-format.jslint:eslinteslint . --format stylishtestyarn test:bindings && yarn test:bundling && yarn test:electrontest:bindingsnode test/prepare.mjs bindings && vitest run --testTimeout 60000 ./test/bindingstest:bundlingnode test/prepare.mjs bundler && vitest run --testTimeout 60000 ./test/bundlertest:electronnode test/prepare.mjs electron && vitest run --testTimeout 120000 ./test/electron
Dependencies2
detect-libc^2.0.3node-abi^3.73.0