PkgRadar

Package evidence

@dooherceg/[email protected]

Suspicious Publish Context: {"package_age_days":7,"publisher":"dooherceg","burst_same_day":0,"burst_week":1,"lure":{"kind":"token_affix","target":"react"},"version_anomaly":false,"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
1,516Niche · −30% score
Versions published
13
First published
Jun 2026
Publisher
dooherceg

Effective trust discount applied: 30% (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":["@dooherceg/[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":["@dooherceg/[email protected]"],"fail_on":"review"}'
Publisherdooherceg
Artifact bytes391,521
Previous version3.2.2-alpha.13
Published2026-06-16T08:41:51.816Z
SHA-256ff3368e4b3ca7a62b967430b00cf1636b03317806d99e2d17dcd79ef51f7dacd

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":7,"publisher":"dooherceg","burst_same_day":0,"burst_week":1,"lure":{"kind":"token_affix","target":"react"},"version_anomaly":false,"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
3.2.2-alpha.16Version
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":7,"publisher":"dooherceg","burst_same_day":0,"burst_week":1,"lure":{"kind":"token_affix","target":"react"},"version_anomaly":false,"new_account":false}10

Manifest

Package metadata

Scripts20
  • buildpnpm lib:build
  • build-libpnpm lib:build-lib
  • build-localespnpm lib:build-locales
  • build-storybookstorybook build
  • devpnpm lib:dev
  • lib:buildpnpm build-lib && pnpm build-locales
  • lib:build-libnode -e "require('fs').rmSync('dist', {recursive:true,force:true})" && rollup -c rollup.config.mjs && size-limit
  • lib:build-localesnode build-locales.mjs
  • lib:devrollup -c rollup.config.mjs --watch
  • linteslint . --config eslint.config.mjs
  • sizesize-limit
  • storybookstorybook dev -p 6006
  • storybook:buildstorybook build
  • storybook:devstorybook dev -p 6006
  • testvitest
  • test:coveragevitest run --coverage
  • test:runvitest run
  • test:uivitest --ui
  • test:watchvitest --watch
  • typechecktsc --noEmit -p tsconfig.json
Dependencies7
  • @tanstack/match-sorter-utils8.19.4
  • @tanstack/react-table8.20.6
  • @tanstack/react-virtual3.11.2
  • dayjs^1.11.13
  • highlight-words2.0.0
  • lodash^4.18.1
  • use-debounce^10.1.1