PkgRadar

Package evidence

@rfjs/[email protected]

Suspicious Publish Context: {"package_age_days":6,"publisher":"royfw","burst_same_day":1,"burst_week":1,"lure":{"kind":"edit_distance","target":"rxjs"},"version_anomaly":false}

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
2
First published
Jun 2026
Publisher
royfw

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":["@rfjs/[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":["@rfjs/[email protected]"],"fail_on":"review"}'
Publisherroyfw
Artifact bytes45,196
Previous version0.1.0
Published2026-06-11T17:15:52.827Z
SHA-2562a41bb6d194e188ba29e2274704b8392290f0258be2974651e43349c8f0016e4

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":6,"publisher":"royfw","burst_same_day":1,"burst_week":1,"lure":{"kind":"edit_distance","target":"rxjs"},"version_anomaly":false}

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
0.2.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":6,"publisher":"royfw","burst_same_day":1,"burst_week":1,"lure":{"kind":"edit_distance","target":"rxjs"},"version_anomaly":false}10

Manifest

Package metadata

Scripts14
  • buildpnpm run build:tsdown
  • build:tsdownpnpm run clean && tsdown --config-loader unrun
  • cleanpnpm exec npm-run-all --parallel clean:dist clean:types
  • clean:distpnpm exec rimraf ./dist
  • clean:typespnpm exec rimraf ./types
  • devpnpm exec npm-run-all --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
  • testpnpm run vitest:run
  • typechecktsc --noEmit
  • typecheck:watchtsc --noEmit --watch
  • vitest:runvitest --passWithNoTests --run
  • vitest:uivitest --passWithNoTests --ui
Dependencies3
  • @rfjs/data-expr0.1.0
  • @rfjs/object-utils0.2.0
  • lodash^4.17.21