PkgRadar

Package evidence

@ouestfrance/[email protected]

Large Javascript Payload: 3474092 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
398
Versions published
97Mature · −50% score
First published
Jun 2025
Publisher
le-glaude

Effective trust discount applied: 50% (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":["@ouestfrance/[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":["@ouestfrance/[email protected]"],"fail_on":"review"}'
Publisherle-glaude
Artifact bytes4,335,034
Previous version8.41.1
Published2026-05-20T15:22:47.188Z
SHA-2564ed95ad4e3c85fd6c563f39ec2cd87faf2f47ce05452da779e6fa67bec699d67

Why flagged

What the scanner saw

Large Javascript Payload: 3474092 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
8.42.0Version
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/sipa-bms-ui.es.js3474092 bytes10
mediumLarge Javascript Payloadpackage/dist/sipa-bms-ui.umd.js3613919 bytes10

Manifest

Package metadata

Scripts17
  • buildcross-env NODE_ENV=production npm run test:ts && vite build
  • build:showroomcross-env NODE_ENV=production vite --config vite-showroom.config.mts build
  • chromaticCHROMATIC_PROJECT_TOKEN=chpt_4854db5bc2ca640 chromatic --allow-console-errors --storybook-build-dir=storybook-static
  • chromatic:acceptnpm run chromatic -- --auto-accept-changes
  • chromatic:devnpm run storybook:build && npm run chromatic
  • chromatic:turbosnapCHROMATIC_PROJECT_TOKEN=chpt_4854db5bc2ca640 chromatic --allow-console-errors --storybook-build-dir=storybook-static --only-changed
  • dev:showroomSTART_SERVER_AND_TEST_INSECURE=1 start-server-and-test dev:showroom:server http://localhost:3000/pokemons 'vite --port 1234 --config vite-showroom.config.mts'
  • dev:showroom:servernode src/showroom/server.js
  • preparehusky
  • storybook:buildstorybook build --loglevel warn --quiet --stats-json
  • storybook:devstorybook dev -p 6006 --no-open
  • test:e2estart-server-and-test dev:showroom http://localhost:1234 'cypress run'
  • test:e2e:cicy2 run --record false
  • test:e2e:headlessstart-server-and-test serve http://localhost:8080 'cypress run'
  • test:e2e:openstart-server-and-test dev:showroom http://localhost:1234 'cypress open'
  • test:tsvue-tsc --noEmit
  • test:unitvitest run