PkgRadar

Package evidence

@sentry/[email protected]

Suspicious Publish Context: {"package_age_days":0,"publisher":"sentry-bot","burst_same_day":1,"burst_week":4,"lure":{"kind":"token_affix","target":"eslint"},"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.

Versions published
1
First published
Jun 2026
Publisher
sentry-bot

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 bytes5,447
Previous versionnone
Published2026-06-15T12:29:27.164Z
SHA-2564a9e50c7979c8c6b80cf0f46872734bbfe39bc39277838415a3f10fa3ec5589a

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":0,"publisher":"sentry-bot","burst_same_day":1,"burst_week":4,"lure":{"kind":"token_affix","target":"eslint"},"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.58.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":0,"publisher":"sentry-bot","burst_same_day":1,"burst_week":4,"lure":{"kind":"token_affix","target":"eslint"},"version_anomaly":true,"new_account":false}10

Manifest

Package metadata

Scripts3
  • build:tarballnpm pack
  • circularDepCheckmadge --circular src/index.js
  • cleanyarn rimraf sentry-eslint-config-sdk-*.tgz
Dependencies9
  • @sentry/eslint-plugin-sdk10.58.0
  • @sentry/typescript10.58.0
  • @typescript-eslint/eslint-plugin^5.62.0
  • @typescript-eslint/parser^5.62.0
  • eslint-config-prettier^9.1.0
  • eslint-plugin-deprecation^3.0.0
  • eslint-plugin-import^2.32.0
  • eslint-plugin-jsdoc^50.6.1
  • eslint-plugin-simple-import-sort^12.1.1