PkgRadar

Package evidence

[email protected]

Obfuscation Density: high encoded/escaped-token density

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
22,620,976Ubiquitous · −70% score
Versions published
1,617Mature · −50% score
First published
May 2021
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,404,535
Previous version4.20260520.0
Published2026-05-22T13:21:57.891Z
SHA-25664caa1d75c72c5dcf2b3cea6aeed0405594a136a5050d655bfd1b5ad8fd20658

Why flagged

What the scanner saw

Obfuscation Density: high encoded/escaped-token density

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/src/workers/core/entry.worker.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/src/workers/email/send_email.worker.jshigh encoded/escaped-token density12
mediumLarge Javascript Payloadpackage/dist/src/index.js3872645 bytes10

Manifest

Package metadata

Scripts13
  • buildnode scripts/build.mjs && pnpm run types:build
  • capnp:workerdcapnp-es node_modules/workerd/workerd.capnp -ots:src/runtime/config/generated --src-prefix=node_modules/workerd
  • check:generate-apinode -r esbuild-register scripts/check-generate-api.ts
  • check:typetsc
  • cleannode -r esbuild-register ../../tools/clean/clean.ts ./dist ./dist-types
  • devconcurrently -n esbuild,typechk,typewrk -c yellow,blue,blue.dim "node scripts/build.mjs --watch" "node scripts/types.mjs tsconfig.json --bundle --watch" "node scripts/types.mjs src/workers/tsconfig.json --watch"
  • generate:apipnpm generate:openapi && pnpm generate:types
  • generate:openapinode -r esbuild-register scripts/filter-openapi.ts -i $OPENAPI_INPUT_PATH
  • generate:typesopenapi-ts && oxfmt src/workers/local-explorer/openapi.local.json src/workers/local-explorer/generated
  • posttestnode -r esbuild-register ../../tools/clean/clean.ts ./.tmp
  • testvitest run
  • test:cipnpm run test
  • types:buildnode scripts/types.mjs tsconfig.json --bundle && node scripts/types.mjs src/workers/tsconfig.json
Dependencies6
  • @cspotcode/source-map-support0.8.1
  • sharp^0.34.5
  • undici7.24.8
  • workerd1.20260521.1
  • ws8.20.1
  • youch4.1.0-beta.10