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.
- Versions published
- 103Mature · −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 monitoringNo 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"}'Why flagged
What the scanner saw
Large Javascript Payload: 3481202 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 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Large Javascript Payload | package/dist/sipa-bms-ui.es.js | 3481202 bytes | 0 |
| low | Large Javascript Payload | package/dist/sipa-bms-ui.umd.js | 3621465 bytes | 0 |
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