PkgRadar

Package evidence

@rfjs/[email protected]

Install-time lifecycle script: preinstall="pnpm exec only-allow pnpm"

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@rfjs/[email protected]"],"fail_on":"high"}'

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":["@rfjs/[email protected]"],"fail_on":"high"}'
Publisherroyfw
Artifact bytes3,971
Previous versionnone
Published2026-05-24T02:19:06.687Z
SHA-25655248ca448dac623474c30492fae1bc400f45193b0b320cb1da55f957a4bffa9

Why flagged

What the scanner saw

Install-time lifecycle script: preinstall="pnpm exec only-allow pnpm"

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

Availability ledger

available

high
Last checked
highRisk
30Score
0.0.1-alpha.0Version
Status history (1 event)
  1. newavailable · risk high · score 30 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall-time lifecycle scriptpackage.jsonpreinstall="pnpm exec only-allow pnpm"30

Manifest

Package metadata

Scripts16
  • buildpnpm run build:tsdown
  • build:tsdownpnpm run clean && tsdown --config-loader unrun
  • cleanpnpm --filter . --parallel clean:dist clean:types
  • clean:distpnpm exec rimraf ./dist
  • clean:typespnpm exec rimraf ./types
  • commitpnpm exec cz
  • devpnpm --filter . --parallel dev:tsdown typecheck:watch
  • dev:tsdownpnpm run clean && tsdown --config-loader unrun --watch
  • linteslint "{src,apps,libs,test}/**/*.ts"
  • lint:fixeslint "{src,apps,libs,test}/**/*.ts" --fix
  • preinstallpnpm exec only-allow pnpm
  • testpnpm run vitest:run
  • typechecktsc --noEmit
  • typecheck:watchtsc --noEmit --watch
  • vitest:runvitest --passWithNoTests --run
  • vitest:uivitest --passWithNoTests --ui
Dependencies1
  • tslib^2.8.1