PkgRadar

Package evidence

@luminpdf/[email protected]

Large Javascript Payload: 6145778 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.

Versions published
11
First published
Jan 2026
Publisher
thuyngan1501

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,646,043
Previous version0.4.11
Published2026-05-28T05:38:16.183Z
SHA-2566b0d8daab13c43dc7e2009c97285a3565484a0a8c6daf2004efd5aa913c77f28

Why flagged

What the scanner saw

Large Javascript Payload: 6145778 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/index.cjs.js6145778 bytes10
mediumLarge Javascript Payloadpackage/dist/index.umd.js6122817 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