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 promotingMixed 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"}'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
Status history (1 event)
- new → available · risk review · score 14 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Large Javascript Payload | package/dist/sipa-bms-ui.es.js | 3474092 bytes | 10 |
| medium | Large Javascript Payload | package/dist/sipa-bms-ui.umd.js | 3613919 bytes | 10 |
Manifest
Package metadata
Scripts17
buildcross-env NODE_ENV=production npm run test:ts && vite buildbuild:showroomcross-env NODE_ENV=production vite --config vite-showroom.config.mts buildchromaticCHROMATIC_PROJECT_TOKEN=chpt_4854db5bc2ca640 chromatic --allow-console-errors --storybook-build-dir=storybook-staticchromatic:acceptnpm run chromatic -- --auto-accept-changeschromatic:devnpm run storybook:build && npm run chromaticchromatic:turbosnapCHROMATIC_PROJECT_TOKEN=chpt_4854db5bc2ca640 chromatic --allow-console-errors --storybook-build-dir=storybook-static --only-changeddev: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.jspreparehuskystorybook:buildstorybook build --loglevel warn --quiet --stats-jsonstorybook:devstorybook dev -p 6006 --no-opentest:e2estart-server-and-test dev:showroom http://localhost:1234 'cypress run'test:e2e:cicy2 run --record falsetest: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 --noEmittest:unitvitest run