PkgRadar

Package evidence

@rfdtech/[email protected]

Suspicious Publish Context: {"package_age_days":3,"publisher":"blaccgeorge","burst_same_day":0,"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
7
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 bytes296,079
Previous version1.1.0
Published2026-06-14T22:34:44.177Z
SHA-256fd434bc004c68de1abb59ad0d39c70c7c21357a3bdb7437822234dd2416d592b

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":3,"publisher":"blaccgeorge","burst_same_day":0,"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.4.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":3,"publisher":"blaccgeorge","burst_same_day":0,"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
Dependencies6
  • @radix-ui/react-alert-dialog^1.1.16
  • @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
  • xlsx^0.18.5