PkgRadar

Package evidence

@luminpdf/[email protected]

Large Javascript Payload: 6064908 bytes

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
1,822Niche · −30% score
Versions published
10
First published
Jan 2026
Publisher
thuyngan1501

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":["@luminpdf/[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":["@luminpdf/[email protected]"],"fail_on":"review"}'
Publisherthuyngan1501
Artifact bytes5,610,357
Previous version0.4.10
Published2026-05-26T16:35:05.337Z
SHA-2565d8db88151331ad666c6731591f0e7c6dd4e83f807290a26e39208f4e43bc204

Why flagged

What the scanner saw

Large Javascript Payload: 6064908 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/index.cjs.js6064908 bytes10
mediumLarge Javascript Payloadpackage/dist/index.umd.js6045529 bytes10

Manifest

Package metadata

Scripts21
  • add-icontsx scripts/add-custom-icon.ts
  • add-icon:helptsx scripts/add-custom-icon.ts --help
  • add-icon:previewtsx scripts/add-custom-icon.ts --dry-run
  • add-iconsnpm run add-icon --
  • assembletsx scripts/assemble.ts
  • buildvite build
  • custom-publishtsx scripts/publish.ts
  • formatprettier --write "./src/**/*.{js,jsx,ts,tsx,json,vue}" "./example/**/*.{js,jsx,ts,tsx,json,vue}" "./scripts/**/*.{mjs, js,jsx,ts,tsx,json,vue}"
  • prepublishOnlynpm run build
  • publish:betanpm publish --tag beta
  • publish:checktsx scripts/publish.ts --dry-run
  • publish:drynpm publish --dry-run
  • publish:latestnpm publish --tag latest
  • release:majornpm run version:major && npm run publish:latest
  • release:minornpm run version:minor && npm run publish:latest
  • release:patchnpm run version:patch && npm run publish:latest
  • servevite serve ./example
  • testvitest
  • version:majornpm version major
  • version:minornpm version minor
  • version:patchnpm version patch