PkgRadar

Package evidence

@ouestfrance/[email protected]

Large Javascript Payload: 3479863 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
425
Versions published
101Mature · −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

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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,347,253
Previous version8.45.0
Published2026-05-29T13:34:19.860Z
SHA-25641477b21c187dc09e73026347a7db3a1496c1e6ca4116f96fcd4ac91109850f6

Why flagged

What the scanner saw

Large Javascript Payload: 3479863 bytes

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

Availability ledger

available

low
Last checked
lowRisk
0Score
8.46.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowLarge Javascript Payloadpackage/dist/sipa-bms-ui.es.js3479863 bytes0
lowLarge Javascript Payloadpackage/dist/sipa-bms-ui.umd.js3620071 bytes0

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