PkgRadar

Package evidence

[email protected]

no findings

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
9
Versions published
4
First published
May 2026
Publisher
jcbrand

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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":"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":["[email protected]"],"fail_on":"review"}'
Publisherjcbrand
Artifact bytes2,546,140
Previous versionnone
Published2026-05-15T13:31:34.945Z
SHA-2561e643e747d867ec874810c8327c95881fd5621044ff7d8d0965e7b599f3384ee

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
0.0.1Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts15
  • buildnpm run compile && npm run build:dts && rollup -c
  • build:dtstsc -p tsconfig.dts.json
  • checknpm run dist && npm run lint && npm run test
  • cleanrm -rf node_modules
  • compilenode scripts/compile.js
  • devrollup -c -w
  • distnpm run build:dts && rollup -c && cp build/curve25519_compiled.wasm dist/
  • formatprettier --write "src/**/*.ts" "test/**/*.ts" rollup.config.js karma.conf.js
  • linteslint "src/**/*.ts" "test/**/*.ts" rollup.config.js karma.conf.js
  • lint:fixeslint --fix "src/**/*.ts" "test/**/*.ts" rollup.config.js karma.conf.js
  • testnpm run test:node && npm run test:headless
  • test:browserkarma start karma.conf.js --browsers Chrome
  • test:headlessnpm run build:dts && rollup -c && cp build/curve25519_compiled.wasm dist/ && karma start karma.conf.js --single-run
  • test:nodenode scripts/build-test-node.js && mocha build/test-node/*.js
  • typechecktsc --noEmit
Dependencies1
  • protobufjs^8.0.0