PkgRadar

Package evidence

@canboat/[email protected]

Install-time lifecycle script: install="node-gyp rebuild || echo 'Native CAN socket addon not available on this platform'"

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
4,837Niche · −30% score
Versions published
188Mature · −50% score
First published
Nov 2018
Publisher
GitHub ActionsTrusted automation · −70% score

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

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":["@canboat/[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":["@canboat/[email protected]"],"fail_on":"review"}'
Artifact bytes217,832
Previous version3.19.0
Published2026-05-29T13:51:23.909Z
SHA-256ff3600dab298be2ccddab7c1fca4f4b7c851c4fd1b25df0489a5e1b366c0f85a

Why flagged

What the scanner saw

Install-time lifecycle script: install="node-gyp rebuild || echo 'Native CAN socket addon not available on this platform'"

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

Availability ledger

available

review
Last checked
reviewRisk
1Score
3.20.0Version
Status history (1 event)
  1. newavailable · risk review · score 1 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsoninstall="node-gyp rebuild || echo 'Native CAN socket addon not available on this platform'"5

Manifest

Package metadata

Scripts15
  • buildtsc -b --pretty false
  • build_ioswebpack -c ./webpack.config.js --mode development ./ios.js -o ios_canboat.js
  • build_prod_ioswebpack -c ./webpack.config.js --mode production ./ios.js -o ios_canboat.js
  • ci-linteslint && prettier --check lib test
  • ci-testnpm run build && npm run test && npm run ci-lint
  • code-coveragejest --coverage && nyc mocha --exit
  • dev-testjest --watch
  • formatnpm run prettier && npm run lint
  • installnode-gyp rebuild || echo 'Native CAN socket addon not available on this platform'
  • linteslint --fix --format compact
  • preparenpm run build
  • prepublishOnlynpm run build
  • prettierprettier --write lib test
  • testjest && mocha --exit 'test/*.[jt]s'
  • watchtsc --watch
Dependencies11
  • @canboat/ts-pgns^1.11.9
  • bit-buffer0.2.3
  • debug^4.3.4
  • dnssd^0.4.1
  • int64-buffer^0.1.10
  • lodash^4.17.4
  • minimist^1.2.0
  • moment^2.30.1
  • mqtt^2.18.8
  • node-addon-api^8.6.0
  • split^1.0.1
Optional dependencies2
  • @serialport/parser-readline11.x.x
  • serialport11.x.x