PkgRadar

Package evidence

@tanishraj/[email protected]

Suspicious Publish Context: {"package_age_days":2,"publisher":"tanishraj","burst_same_day":1,"burst_week":1,"lure":null,"version_anomaly":false,"new_account":true}

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
11
First published
Jun 2026
Publisher
tanishraj

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":["@tanishraj/[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":["@tanishraj/[email protected]"],"fail_on":"review"}'
Publishertanishraj
Artifact bytes714,230
Previous version2.0.1
Published2026-06-15T22:10:15.982Z
SHA-256728c3631bf8387d92bb7b9fce64b34dd4f56be550be9ac789ff9d974dc8e2f1d

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":2,"publisher":"tanishraj","burst_same_day":1,"burst_week":1,"lure":null,"version_anomaly":false,"new_account":true}

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
2.1.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":2,"publisher":"tanishraj","burst_same_day":1,"burst_week":1,"lure":null,"version_anomaly":false,"new_account":true}10

Manifest

Package metadata

Scripts15
  • buildrm -rf dist && vite build && npm run copy:theme && rm -rf dist/src
  • cleanrm -rf dist node_modules coverage storybook-static
  • copy:thememkdir -p dist/themes dist/colors && cp src/themes/primary.css dist/themes/primary.css && cp src/themes/secondary.css dist/themes/secondary.css && perl -pe "s#(\@import '../themes/primary\.css';)#\@import './themes/primary.css';#" src/styles/globals.css > dist/globals.css && cp src/styles/colors/base.css dist/colors/base.css
  • formatprettier --write .
  • format:checkprettier --check .
  • linteslint .
  • lint:fixeslint . --fix && prettier --write .
  • prepublishOnlynpm run build
  • release:checknpm run lint && npm run type-check && npm run test -- --run && npm run build
  • storybookstorybook dev -p 6006
  • storybook:buildstorybook build
  • testvitest
  • test:coveragevitest --coverage
  • test:watchvitest --watch
  • type-checktsc --noEmit
Dependencies9
  • @floating-ui/react^0.27.19
  • class-variance-authority^0.7.1
  • clsx^2.1.1
  • d3^7.9.0
  • d3-org-chart^3.1.1
  • lucide-react^1.17.0
  • react^19.2.7
  • react-dom^19.2.7
  • tailwind-merge^3.6.0