PkgRadar

Package evidence

[email protected]

Remote Dependency Spec: devDependencies.jsdoc-template="github:braintree/jsdoc-template"

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
2,629Niche · −30% score
Versions published
292Mature · −50% score
First published
Sep 2017
Publisher
kyran-pvbid

Effective trust discount applied: 50% (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":["[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"}'
Publisherkyran-pvbid
Artifact bytes3,732,374
Previous version1.3.50
Published2026-06-02T14:08:30.843Z
SHA-2565cb1b729cff42e0346d65f1dd0a9e5bb446115a746e02237bd0f6fcc034ead0e

Why flagged

What the scanner saw

Remote Dependency Spec: devDependencies.jsdoc-template="github:braintree/jsdoc-template"

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

Availability ledger

available

review
Last checked
reviewRisk
2Score
1.3.51-0Version
Status history (1 event)
  1. newavailable · risk review · score 2 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondevDependencies.jsdoc-template="github:braintree/jsdoc-template"8

Manifest

Package metadata

Scripts12
  • buildnpm run test && npm run docs && npm run build-node && npm run build-web
  • build-nodePLATFORM=node webpack --mode=production
  • build-webPLATFORM=web webpack --mode=production
  • docs./node_modules/.bin/esdoc && open docs/index.html
  • postversiongit push
  • preversionnpm run test
  • publish-docsnpm run test && npm run docs && PLATFORM=web DOCS=true webpack
  • sizesize-limit
  • testjest --passWithNoTests
  • versionnpm run build-node && npm run build-web
  • watchWATCH=true webpack --mode=development
  • watch-nodeWATCH=true PLATFORM=node webpack --mode=development
Dependencies6
  • axios^0.21.0
  • eventemitter3^5.0.1
  • jstat^1.9.6
  • lodash^4.17.20
  • mathjs^3.20.2
  • performance-now^2.1.0