PkgRadar

Package evidence

[email protected]

Remote Dependency Spec: dependencies.rpc-toolkit-js-client="https://github.com/n-car/rpc-toolkit-js-client/archive/refs/tags/v1.1.0.tar.gz"

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
21
Versions published
18Established · −30% score
First published
Jul 2025
Publisher
n-car

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["[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":["[email protected]"],"fail_on":"high"}'
Publishern-car
Artifact bytes25,307
Previous version4.2.1
Published2026-06-10T16:37:55.586Z
SHA-256e81783683921f873bacc7dd8018be541816c2988cc0f800b83cd02fa8413e2e6

Why flagged

What the scanner saw

Remote Dependency Spec: dependencies.rpc-toolkit-js-client="https://github.com/n-car/rpc-toolkit-js-client/archive/refs/tags/v1.1.0.tar.gz"

1 remote tarball(s) were followed statically.

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

Availability ledger

available

high
Last checked
highRisk
24Score
4.3.2Version
Status history (1 event)
  1. newavailable · risk high · score 24 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highRemote Dependency Specpackage.jsondependencies.rpc-toolkit-js-client="https://github.com/n-car/rpc-toolkit-js-client/archive/refs/tags/v1.1.0.tar.gz"12
highNew Remote Dependency Vs Previouspackage.jsondependencies.rpc-toolkit-js-client added in 4.3.2 vs 4.2.1: "https://github.com/n-car/rpc-toolkit-js-client/archive/refs/tags/v1.1.0.tar.gz"12

Remote payloads

Followed remote artifacts

SourceURLRiskScoreSummary
dependencies.rpc-toolkit-js-clienthttps://github.com/n-car/rpc-toolkit-js-client/archive/refs/tags/v1.1.0.tar.gzerror0unexpected end of file

Manifest

Package metadata

Scripts9
  • buildnode -e "require.resolve('rpc-toolkit-js-client')"
  • cleannode -e "require('fs').existsSync('dist') && require('fs').rmSync('dist', {recursive: true})"
  • linteslint src/ examples/
  • lint:fixeslint src/ examples/ --fix
  • precommitnpm run lint && npm test
  • prepublishOnlynpm run build
  • testjest
  • test:coveragejest --coverage
  • test:watchjest --watch
Dependencies5
  • ajv^8.12.0
  • ajv-formats^2.1.1
  • express^4.21.2
  • nested-error-stacks^2.1.1
  • rpc-toolkit-js-clienthttps://github.com/n-car/rpc-toolkit-js-client/archive/refs/tags/v1.1.0.tar.gz
Optional dependencies1
  • node-fetch^2.7.0