PkgRadar

Package evidence

@janelia/[email protected]

Credential File Packaged: package/.env

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.

Versions published
18Established · −30% score
First published
Apr 2022
Publisher
hubbardp

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@janelia/[email protected]"],"fail_on":"high"}'

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":["@janelia/[email protected]"],"fail_on":"high"}'
Publisherhubbardp
Artifact bytes7,988,600
Previous version1.9.0
Published2026-06-01T17:40:15.537Z
SHA-2567a92c075b1700c6d5ce2cfca0c3811fd3e5a1afd4e8485020bdc5674a157d1ad

Why flagged

What the scanner saw

Credential File Packaged: package/.env

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

Availability ledger

available

high
Last checked
highRisk
24Score
1.10.0Version
Status history (1 event)
  1. newavailable · risk high · score 24 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/.envpackage/.env35
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential File Packagedpackage/.envpackage/.env35
lowLarge Javascript Payloadpackage/dist/peakModelData.js8816376 bytes0

Manifest

Package metadata

Scripts5
  • distbabel src --out-dir dist --ignore src/App.jsx,src/index.jsx && cp src/H5j3dViewerWithBasicUI.css src/Vol3dViewer.css src/peakModelConfig.json dist && node scripts/embed-model.js
  • prepublishOnlynpm run dist
  • startcraco start
  • testcraco test
  • test:cicraco test --watchAll=false
Dependencies2
  • @janelia/three-orbit-unlimited-controls>=1.1.0
  • @janelia/web-h5j-loader^1.0.0