PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 15162639 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
31,213Mainstream · −50% score
Versions published
258Mature · −50% score
First published
Apr 2021
Publisher
lifescience

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisherlifescience
Artifact bytes37,091,905
Previous version3.15.0-rc.3
Published2026-05-06T20:49:27.107Z
SHA-2569acab20de4626dc5201756f0cec6d11148388e773a3c4ada52da4df08e3448f6

Why flagged

What the scanner saw

Large Javascript Payload: 15162639 bytes

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

Availability ledger

available

review
Last checked
reviewRisk
12Score
3.16.0-rc.1Version
Status history (1 event)
  1. newavailable · risk review · score 12 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/cjs/jsNoRender/main.js15162639 bytes10
mediumLarge Javascript Payloadpackage/dist/cjs/main.js23066426 bytes10
mediumLarge Javascript Payloadpackage/dist/jsNoRender/main.js15160807 bytes10
mediumLarge Javascript Payloadpackage/dist/main.js23064594 bytes10

Manifest

Package metadata

Scripts10
  • buildcross-env NODE_ENV=production rollup -c -m true && cross-env NODE_ENV=production INDIGO_MODULE_NAME=base64Cjs rollup -c -m true && cross-env NODE_ENV=production INDIGO_MODULE_NAME=wasm rollup -c -m true && cross-env NODE_ENV=production INDIGO_MODULE_NAME=base64WithoutRender SEPARATE_INDIGO_RENDER=true rollup -c -m true && cross-env NODE_ENV=production INDIGO_MODULE_NAME=base64WithoutRenderCjs SEPARATE_INDIGO_RENDER=true rollup -c -m true && cross-env NODE_ENV=production INDIGO_MODULE_NAME=wasmWithoutRender SEPARATE_INDIGO_RENDER=true rollup -c -m true
  • prettier:writeprettier --write "./**/*.{js,ts,json}"
  • startcross-env NODE_ENV=development rollup -c -m true -w
  • testrun-s test:prettier test:eslint:quiet test:types test:unit
  • test:eslinteslint . --ext .ts,.js
  • test:eslint:fixnpm run test:eslint -- --fix
  • test:eslint:quietnpm run test:eslint -- --quiet
  • test:prettierprettier --check "./**/*.{js,ts,json}"
  • test:typestsc --noEmit
  • test:unitjest --passWithNoTests
Dependencies3
  • @babel/runtime^7.26.10
  • indigo-ketcher1.44.0-rc.3
  • ketcher-core*