PkgRadar

Package evidence

[email protected]

Known Indicator Filename: package/registry-shim.js

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
148
Versions published
61Mature · −50% score
First published
Mar 2024
Publisher
holons

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

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":["[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":["[email protected]"],"fail_on":"high"}'
Publisherholons
Artifact bytes607,339
Previous version1.3.0-alpha7
Published2026-06-03T22:54:30.879Z
SHA-256c53f1918983d385fdff6792a1a50800717da2316a7e3308020ad41b7fb234102

Why flagged

What the scanner saw

Known Indicator Filename: package/registry-shim.js

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

Availability ledger

available

high
Last checked
highRisk
22Score
1.3.0-alpha8Version
Status history (1 event)
  1. newavailable · risk high · score 22 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highKnown Indicator Filenamepackage/registry-shim.jspackage/registry-shim.js45

Manifest

Package metadata

Scripts9
  • buildnpm run build:browser
  • build:browsernode build.js
  • build:bundlenode build.js
  • preparenpm run build
  • prepublish:skip-testsnpm run build
  • prepublishOnlynpm run build
  • publish:cdnnpm publish && echo 'Package published to npm and will be available on CDNs within minutes'
  • publish:forcenpm publish --force && echo 'Package force published to npm and will be available on CDNs within minutes'
  • testnode --experimental-vm-modules node_modules/jest/bin/jest.js
Dependencies6
  • @noble/curves^1.8.0
  • @noble/hashes^1.8.0
  • @scure/base^1.2.0
  • ajv^8.12.0
  • gun^0.2020.1240
  • h3-js^4.1.0