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
- 20Established · −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 updateStatic 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"}'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
Status history (1 event)
- new → available · risk high · score 8 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Remote Dependency Spec | package.json | dependencies.rpc-toolkit-js-client="https://github.com/n-car/rpc-toolkit-js-client/archive/refs/tags/v1.1.0.tar.gz" | 12 |
Remote payloads
Followed remote artifacts
| Source | URL | Risk | Score | Summary |
|---|---|---|---|---|
| dependencies.rpc-toolkit-js-client | https://github.com/n-car/rpc-toolkit-js-client/archive/refs/tags/v1.1.0.tar.gz | error | 0 | unexpected 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/ --fixprecommitnpm run lint && npm testprepublishOnlynpm run buildtestjesttest:coveragejest --coveragetest:watchjest --watch
Dependencies5
ajv^8.12.0ajv-formats^2.1.1express^4.21.2nested-error-stacks^2.1.1rpc-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