PkgRadar

Package evidence

@rfdtech/[email protected]

Suspicious Publish Context: {"package_age_days":4,"publisher":"blaccgeorge","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.

Weekly downloads
869
Versions published
8
First published
Jun 2026
Publisher
blaccgeorge

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":["@rfdtech/[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":["@rfdtech/[email protected]"],"fail_on":"review"}'
Publisherblaccgeorge
Artifact bytes306,279
Previous version1.4.0
Published2026-06-15T00:18:07.591Z
SHA-256fd31dc802796f700622087c7d009d17152fe0e2b742a5dfa27527a4d0760ef08

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":4,"publisher":"blaccgeorge","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
1.5.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":"blaccgeorge","burst_same_day":1,"burst_week":1,"lure":null,"version_anomaly":false,"new_account":true}10

Manifest

Package metadata

Scripts7
  • buildvite build && tsc -p tsconfig.build.json
  • demovite --config vite.demo.config.ts
  • devvite --config vite.demo.config.ts
  • prepublishOnlynpm run typecheck && npm run test && npm run build
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies9
  • @radix-ui/react-alert-dialog^1.1.16
  • @radix-ui/react-checkbox^1.3.4
  • @radix-ui/react-dialog^1.1.16
  • @radix-ui/react-popover^1.1.16
  • @radix-ui/react-radio-group^1.4.0
  • @radix-ui/react-select^2.3.0
  • @radix-ui/react-tabs^1.1.14
  • lucide-react^1.18.0
  • xlsx^0.18.5