PkgRadar

Package evidence

@amreraky/[email protected]

Large Javascript Payload: 2548619 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
1
First published
May 2026
Publisher
amreraky

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":["@amreraky/[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":["@amreraky/[email protected]"],"fail_on":"review"}'
Publisheramreraky
Artifact bytes3,201,140
Previous versionnone
Published2026-05-25T08:27:35.688Z
SHA-2566847fc502c0aacb7c576e92238f852595573a1216e94d367658796afcb1c180b

Why flagged

What the scanner saw

Large Javascript Payload: 2548619 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/html2pdf.bundle.js2548619 bytes10
mediumLarge Javascript Payloadpackage/dist/html2pdf.js2026771 bytes10
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/html2pdf.bundle.js2548619 bytes10
mediumLarge Javascript Payloadpackage/dist/html2pdf.js2026771 bytes10
lowObfuscationpackage/dist/html2pdf.bundle.min.jsmatched "\\u0000"3
lowObfuscationpackage/dist/html2pdf.min.jsmatched "\\u0000"3

Manifest

Package metadata

Scripts10
  • buildnpm run clean && webpack --env=prod
  • build:analyzenpm run clean && webpack --env=prod --env=analyzer
  • cleanrimraf dist
  • devwebpack --env=dev
  • dev:analyzewebpack --env=dev --env=analyzer
  • startweb-dev-server --open demo/ --node-resolve --watch
  • testnpm run test:unit && npm run test:vdiff
  • test:unitd2l-test-runner --chrome
  • test:vdiffd2l-test-runner vdiff
  • test:vdiff:goldend2l-test-runner vdiff golden
Dependencies3
  • dompurify^3.4.5
  • html2canvas-pro^2.0.3
  • jspdf^4.2.1