PkgRadar

Package evidence

@sentry/[email protected]

Suspicious Publish Context: {"package_age_days":4,"publisher":"sentry-bot","burst_same_day":3,"burst_week":4,"lure":null,"version_anomaly":true,"new_account":false}

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.

Weekly downloads
725,370Ubiquitous · −70% score
Versions published
2
First published
Jun 2026
Publisher
sentry-bot

Effective trust discount applied: 70% (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":["@sentry/[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":["@sentry/[email protected]"],"fail_on":"review"}'
Publishersentry-bot
Artifact bytes155,776
Previous version10.58.0
Published2026-06-19T12:51:41.280Z
SHA-256fb34c9d74153d68e34fd7aee5cf8cd2cfa449ddb312345ecca9f43a7f1e20a70

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":4,"publisher":"sentry-bot","burst_same_day":3,"burst_week":4,"lure":null,"version_anomaly":true,"new_account":false}

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumSuspicious Publish Contextmanifest{"package_age_days":4,"publisher":"sentry-bot","burst_same_day":3,"burst_week":4,"lure":null,"version_anomaly":true,"new_account":false}10

Manifest

Package metadata

Scripts18
  • buildrun-p build:transpile build:types
  • build:devyarn build
  • build:dev:watchrun-p build:transpile:watch
  • build:tarballnpm pack
  • build:transpilerollup -c rollup.npm.config.mjs
  • build:transpile:watchrollup -c rollup.npm.config.mjs --watch
  • build:typesrun-s build:types:core build:types:downlevel
  • build:types:coretsc -p tsconfig.types.json
  • build:types:downlevelyarn downlevel-dts build/types build/types-ts3.8 --to ts3.8
  • build:watchrun-p build:transpile:watch
  • cleanrimraf build coverage sentry-browser-utils-*.tgz
  • lintOXLINT_TSGOLINT_DANGEROUSLY_SUPPRESS_PROGRAM_DIAGNOSTICS=true oxlint . --type-aware
  • lint:es-compatibilityes-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module
  • lint:fixOXLINT_TSGOLINT_DANGEROUSLY_SUPPRESS_PROGRAM_DIAGNOSTICS=true oxlint . --fix --type-aware
  • testvitest run
  • test:unitvitest run
  • test:watchvitest --watch
  • yalc:publishyalc publish --push --sig
Dependencies1
  • @sentry/core10.59.0