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
- 1,748Niche · −30% score
- Versions published
- 551Mature · −50% score
- First published
- Dec 2022
- Publisher
- finos-admin
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":["@finos/[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":["@finos/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Large Javascript Payload: 7166669 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 5 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Large Javascript Payload | package/dist/ide/static/vendor.9c958c27.js | 7166669 bytes | 10 |
Manifest
Package metadata
Scripts16
build:webpackcross-env NODE_ENV=production webpack --mode productionbundleyarn clean && yarn build:webpack && node ./scripts/setup.js --dir ./dist/idebundle:analyzecross-env NODE_ENV=production webpack --mode production --analyzebundle:fastcross-env NODE_ENV=production PRODUCTION_MODE=fast webpack --mode production && node ./scripts/setup.js --dir ./dist/idecleanyarn clean:cache && rimraf "dist"clean:cacherimraf "build"devnpm-run-all --parallel dev:ts dev:webpackdev:tstsc --watch --preserveWatchOutputdev:webpackcross-env NODE_ENV=development webpack serve --mode developmentdev:webpack:debugcross-env NODE_ENV=development DEVELOPMENT_MODE=debug webpack serve --mode developmentlint:jscross-env NODE_ENV=production eslint --cache --cache-location ./build/.eslintcache --report-unused-disable-directives --parser-options=project:"./tsconfig.json",requireConfigFile:false "./scripts/**/*.{mjs,cjs,js}" "./src/**/*.{js,ts,tsx}"publish:pre-prepareyarn clean && yarn build:webpack && node ./scripts/setup.js --dir ./dist/ide --use-dynamic-pure-serverpublish:preparenode ../../scripts/release/preparePublishContent.jspublish:snapshotnode ../../scripts/release/publishDevSnapshot.jsservenpx http-server ./dist -p 3000 -a localhost -g --cors -o /idesetuprimraf "dev" && yarn node ./scripts/setup.js --dir ./dev
Dependencies6
@finos/legend-application16.0.107@finos/legend-application-pure-ide8.0.456@finos/legend-art7.1.148@finos/legend-lego2.0.192@types/react19.0.10react19.0.1