PkgRadar

Package evidence

@prozorro/[email protected]

Large Javascript Payload: 3045081 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
523
Versions published
85Established · −30% score
First published
Aug 2025
Publisher
prozorroadmin

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":["@prozorro/[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":["@prozorro/[email protected]"],"fail_on":"review"}'
Publisherprozorroadmin
Artifact bytes16,198,448
Previous version1.2.26
Published2026-05-26T07:01:25.724Z
SHA-256c16484fbb3314442e3965deb3bf50f1d837748ac8f92034a5dc63ed870dc4666

Why flagged

What the scanner saw

Large Javascript Payload: 3045081 bytes

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

Availability ledger

available

review
Last checked
reviewRisk
35Score
1.2.27-betaVersion
Status history (1 event)
  1. newavailable · risk review · score 35 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/app/assets/index-B4-ghfS8.js3045081 bytes10
mediumLarge Javascript Payloadpackage/dist/prozorro-pdf.cjs.js3044708 bytes10
mediumLarge Javascript Payloadpackage/dist/prozorro-pdf.es.js4484119 bytes10
mediumLarge Javascript Payloadpackage/dist/prozorro-pdf.iife.js3044700 bytes10
mediumLarge Javascript Payloadpackage/dist/prozorro-pdf.umd.js3044852 bytes10

Manifest

Package metadata

Scripts13
  • buildnpm run clean && npm run build:lib && npm run build:app
  • build:appvite build --config vite.config.app.ts
  • build:libtsc && vite build && npm run types && copyfiles ./package.json dist && npm run removeFromBuild:lib
  • cleanrimraf dist
  • devvite
  • formatnpm run format:scripts && npm run format:styles
  • format:scriptsprettier . --write
  • lint:scriptseslint . --ext .ts
  • previewvite preview
  • removeFromBuild:librimraf ./dist/robots.txt ./dist/test-data
  • testvitest
  • test:coveragevitest --coverage
  • typestsc --project tsconfig.types.json
Dependencies9
  • @prozorro/prozorro-eds>=1.1.0
  • axios^1.9.0
  • decimal.js^10.6.0
  • lodash^4.17.21
  • pdfmake^0.2.20
  • qs^6.14.0
  • uuid^11.1.0
  • vite-plugin-dts^4.5.4
  • yaml^2.8.0