PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 3323283 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
349
Versions published
26Mature · −50% score
First published
Jul 2024
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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"}'
Artifact bytes4,018,575
Previous version0.4.4
Published2026-05-28T05:39:44.922Z
SHA-25693ff3169d75ec23031cb258006a71c00ea3e7ef0607c58687a2bfac59acf5324

Why flagged

What the scanner saw

Large Javascript Payload: 3323283 bytes

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

Availability ledger

available

review
Last checked
reviewRisk
3Score
0.4.5Version
Status history (1 event)
  1. newavailable · risk review · score 3 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/molstar-chunk.js3323283 bytes10

Manifest

Package metadata

Scripts19
  • buildtsc && NODE_ENV=production node esbuild.mjs && cp distconfig.json dist/config.json
  • build:bundleNODE_ENV=production node esbuild.mjs
  • cleanrimraf dist
  • fetch-molstar-cssnode scripts/fetch-molstar-css.mjs
  • formatpnpm prettier --write .
  • linteslint src --report-unused-disable-directives --max-warnings 0
  • postversiongit push --follow-tags
  • prebuildpnpm clean
  • pretesttest -d .test-jbrowse-nightly || jbrowse create .test-jbrowse-nightly --nightly
  • preversionpnpm lint
  • startpnpm fetch-molstar-css && node esbuild.mjs --watch
  • testvitest
  • test:allnode scripts/test-versions.mjs setup && node scripts/test-versions.mjs run
  • test:setupnode scripts/test-versions.mjs setup
  • test:setup:versionnode scripts/test-versions.mjs setup
  • test:versionnode scripts/test-versions.mjs run
  • test:versionsnode scripts/test-versions.mjs run
  • test:watchvitest
  • versionnode -e "console.log('export const version = \'' + require('./package.json').version + '\'')" > src/version.ts && git add src/version.ts
Dependencies7
  • @jbrowse/app-core^4.3.0
  • @jbrowse/plugin-linear-genome-view^4.3.0
  • @mui/icons-material^7.3.11
  • clustal-js^2.0.15
  • g2p_mapper^2.1.5
  • molstar^5.9.0
  • swr^2.4.1