PkgRadar

Package evidence

@wellcometrust/[email protected]

Remote Dependency Spec: devDependencies.svg-to-pdfkit="github:alafr/SVG-to-PDFKit#b091ebd4e7b7d2310eb1003511cd5de480f7e0e1"

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.

Versions published
13Established · −30% score
First published
Nov 2025
Publisher
stuartwilkes

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

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":["@wellcometrust/[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":["@wellcometrust/[email protected]"],"fail_on":"review"}'
Publisherstuartwilkes
Artifact bytes4,779,690
Previous version2.1.0
Published2026-05-22T13:01:18.886Z
SHA-2568ede688c6319f97c448fbc18bfe09628a51116b697a89bfcbec337f3b1d60b74

Why flagged

What the scanner saw

Remote Dependency Spec: devDependencies.svg-to-pdfkit="github:alafr/SVG-to-PDFKit#b091ebd4e7b7d2310eb1003511cd5de480f7e0e1"

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

Availability ledger

available

review
Last checked
reviewRisk
16Score
3.0.0Version
Status history (2 events)
  1. availableavailable · risk review · score 16 · status available -> available, risk high -> review, score 43 -> 16
  2. newavailable · risk high · score 43 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondevDependencies.svg-to-pdfkit="github:alafr/SVG-to-PDFKit#b091ebd4e7b7d2310eb1003511cd5de480f7e0e1"8
mediumDependency Changed To Remote Vs Previouspackage.jsondevDependencies.svg-to-pdfkit changed to remote spec in 3.0.0 vs 2.1.0: "github:alafr/SVG-to-PDFKit#b091ebd4e7b7d2310eb1003511cd5de480f7e0e1"8
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondevDependencies.svg-to-pdfkit="github:alafr/SVG-to-PDFKit#b091ebd4e7b7d2310eb1003511cd5de480f7e0e1"8
mediumDependency Changed To Remote Vs Previouspackage.jsondevDependencies.svg-to-pdfkit changed to remote spec in 3.0.0 vs 2.1.0: "github:alafr/SVG-to-PDFKit#b091ebd4e7b7d2310eb1003511cd5de480f7e0e1"8
lowLarge Javascript Payloadpackage/build/pdfmake.js2478465 bytes0

Manifest

Package metadata

Scripts13
  • buildrun-s build:clean build:node build:browser build:standard-fonts build:fonts build:vfs
  • build:3rdpartyshx cp node_modules/svg-to-pdfkit/source.js src/3rd-party/svg-to-pdfkit/source.js && shx cp node_modules/svg-to-pdfkit/LICENSE src/3rd-party/svg-to-pdfkit/LICENSE && git apply src/3rd-party/svg-to-pdfkit/0001-fix-contains.patch
  • build:browserwebpack
  • build:cleanshx rm -rf js build
  • build:examplesnode build-examples.js
  • build:fontsshx mkdir -p build/fonts && shx mkdir -p build/fonts/Roboto && shx cp -r fonts/Roboto/*.* build/fonts/Roboto && brfs "./src/browser-extensions/fonts/Roboto.js" > build/fonts/Roboto.js
  • build:nodebabel src --out-dir js
  • build:standard-fontsshx mkdir -p build/standard-fonts && brfs "./src/browser-extensions/standard-fonts/Courier.js" > build/standard-fonts/Courier.js && brfs "./src/browser-extensions/standard-fonts/Helvetica.js" > build/standard-fonts/Helvetica.js && brfs "./src/browser-extensions/standard-fonts/Times.js" > build/standard-fonts/Times.js && brfs "./src/browser-extensions/standard-fonts/Symbol.js" > build/standard-fonts/Symbol.js && brfs "./src/browser-extensions/standard-fonts/ZapfDingbats.js" > build/standard-fonts/ZapfDingbats.js
  • build:vfsnode build-vfs.js "./fonts/Roboto"
  • linteslint "./src/**/*.js" "./tests/**/*.js" "./examples/**/*.js" "./standard-fonts/**/*.js" "./fonts/**/*.js"
  • mochamocha --reporter spec "./tests/**/*.spec.js"
  • playgroundnode dev-playground/server.js
  • testrun-s build mocha lint
Dependencies3
  • linebreak^1.1.0
  • pdfkit^0.18.0
  • xmldoc^2.0.3