PkgRadar

Package evidence

@prozorro/[email protected]

Large Javascript Payload: 3178601 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
993
Versions published
25
First published
Mar 2026
Publisher
prozorroadmin

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 bytes2,690,484
Previous version0.0.17
Published2026-05-28T11:55:15.851Z
SHA-25638a7d801613523acae265c71427d443ea4cc4cbb71e8cd454d36136077f913c0

Why flagged

What the scanner saw

Large Javascript Payload: 3178601 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/app/sb-manager/globals-runtime.js3178601 bytes10

Manifest

Package metadata

Scripts17
  • buildnpm run build:lib && npm run build:storybook
  • build:libnpm run typecheck && vite build && copyfiles ./package.json dist && npm run removeFromBuild:lib
  • build:storybookstorybook build --output-dir dist/app
  • cleanrimraf dist
  • devvite
  • formatprettier . --write
  • format:checkprettier . --check
  • lintnpm run lint:eslint && npm run lint:styles && npm run lint:architecture
  • lint:architecturenode ./scripts/validate-architecture.mjs
  • lint:eslinteslint ./src
  • lint:eslint:fixeslint ./src --fix
  • lint:stylesstylelint "src/**/*.{scss,vue}"
  • lint:styles:fixstylelint "src/**/*.{scss,vue}" --fix
  • preparehusky
  • removeFromBuild:librimraf ./dist/robots.txt ./dist/test-data
  • storybookstorybook dev -p 6006
  • typecheckvue-tsc --noEmit
Dependencies4
  • @vueuse/core^14.2.1
  • floating-vue^5.2.2
  • lodash^4.18.1
  • vue3-text-clamp^0.1.2