PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 13439605 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
30,107Mainstream · −50% score
Versions published
259Mature · −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

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":["[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 bytes33,849,991
Previous version3.16.0-rc.2
Published2026-06-02T21:36:04.227Z
SHA-2564e0d2a825bc95c0462ca72b48217c3d047422054219d4b320aed612d08135ccc

Why flagged

What the scanner saw

Large Javascript Payload: 13439605 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
3.17.0-rc.1Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowLarge Javascript Payloadpackage/dist/cjs/jsNoRender/main.js13439605 bytes0
lowLarge Javascript Payloadpackage/dist/cjs/main.js21037048 bytes0
lowLarge Javascript Payloadpackage/dist/jsNoRender/main.js13437785 bytes0
lowLarge Javascript Payloadpackage/dist/main.js21035228 bytes0

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.45.0-rc.2
  • ketcher-core*