PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 9621554 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
35,621Mainstream · −50% score
Versions published
263Mature · −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 bytes26,554,190
Previous version3.15.0-rc.3
Published2026-06-10T09:54:23.164Z
SHA-25699ad10ad86fbdc1f5621cd2830c5352797cb35dae71e4ce84fab06ba966902f5

Why flagged

What the scanner saw

Large Javascript Payload: 9621554 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.15.0Version
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.js9621554 bytes0
lowLarge Javascript Payloadpackage/dist/cjs/main.js16284109 bytes0
lowLarge Javascript Payloadpackage/dist/jsNoRender/main.js9619711 bytes0
lowLarge Javascript Payloadpackage/dist/main.js16282266 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.43.0
  • ketcher-core*