PkgRadar

Package evidence

[email protected]

Known Indicator Filename: package/bundle.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
1,070Niche · −30% score
Versions published
122Mature · −50% score
First published
Jan 2019
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 bytes937,339
Previous version0.18.9
Published2026-05-27T09:01:31.186Z
SHA-2563da79912e6a8df265fe0a82213331485091e83d116567c98a58a2972a51c0d33

Why flagged

What the scanner saw

Known Indicator Filename: package/bundle.js

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highKnown Indicator Filenamepackage/bundle.jspackage/bundle.js45
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highKnown Indicator Filenamepackage/bundle.jspackage/bundle.js45
lowCredential file accesspackage/.github/workflows/dependabot.ymlmatched "GITHUB_TOKEN"3
lowCredential file accesspackage/.github/workflows/publish.ymlmatched "NPM_TOKEN"3

Manifest

Package metadata

Scripts7
  • buildnpm run lint:js -- --quiet && tsc --listEmittedFiles && node bundle.js
  • docstypedoc src/index.ts
  • lintnpm run lint:ts && npm run lint:js
  • lint:jseslint --ext .js,.ts ./src ./test
  • lint:tstsc --noEmit
  • preparenpm run build
  • testmocha --require @babel/register --require ts-node/register ./test/**.test.js ./test/**/*.test.js
Dependencies3
  • axios^1.3.1
  • isomorphic-ws^5.0.0
  • ws^8.5.0