PkgRadar

Package evidence

@bfrs/[email protected]

Install-time lifecycle script: postinstall="node scripts/postinstall.cjs"

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
150
Versions published
3
First published
May 2026
Publisher
ashigupta007

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":["@bfrs/[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":["@bfrs/[email protected]"],"fail_on":"review"}'
Publisherashigupta007
Artifact bytes419,262
Previous version0.1.1
Published2026-06-01T10:21:29.110Z
SHA-2563168d9c7f9c7443288abf158f2c8b13ceea3bcffe3637241e9052ae8f8a249ac

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/postinstall.cjs"

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
0.1.2Version
Status history (1 event)
  1. newavailable · risk review · score 5 · status changed

Evidence

Static findings

1 static · 0 from release diff · showing high-signal first.

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.cjs"5

Manifest

Package metadata

Scripts12
  • buildnpm run build:lib && npm run build:demo
  • build:demovite build --config vite.config.ts
  • build:libtsc -p tsconfig.json && vite build --config vite.lib.config.ts
  • changesetchangeset
  • devvite --host 0.0.0.0
  • linteslint . --ext ts,tsx --max-warnings 0
  • postinstallnode scripts/postinstall.cjs
  • previewvite preview --host 0.0.0.0 --outDir dist-demo
  • releasenpm run build:lib && changeset publish
  • test:contractsnode --test scripts/*.test.cjs
  • typechecktsc -p tsconfig.json --noEmit
  • version-packageschangeset version
Dependencies13
  • @phosphor-icons/react^2.1.10
  • @radix-ui/react-checkbox^1.3.3
  • @radix-ui/react-dialog^1.1.15
  • @radix-ui/react-dropdown-menu^2.1.16
  • @radix-ui/react-popover^1.1.15
  • @radix-ui/react-radio-group^1.3.8
  • @radix-ui/react-select^2.2.6
  • @radix-ui/react-switch^1.2.6
  • @radix-ui/react-tabs^1.1.13
  • @radix-ui/react-tooltip^1.2.8
  • class-variance-authority^0.7.1
  • clsx^2.1.1
  • tailwind-merge^3.3.1