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
2,626Niche · −30% score
Versions published
208Mature · −50% score
First published
Mar 2019
Publisher
alanhughes

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

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"}'
Publisheralanhughes
Artifact bytes234,737
Previous version4.0.3-canary-20260526-13e89ca
Published2026-05-26T20:10:15.826Z
SHA-256c6ba23386dbe1a8ae59419edadaa00e3f5c5600ed1ab8b7d8cbe834d3e5b9d78

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
3Score
4.0.3-canary-20260526-6cd5e37Version
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
mediumObfuscation Densitypackage/build/index.jshigh encoded/escaped-token density12

Manifest

Package metadata

Scripts8
  • buildncc build ./src/index.ts -o build/
  • build:prodncc build ./src/index.ts -o build/ --minify --no-cache --no-source-map-register
  • cleanexpo-module clean
  • lintexpo-module lint
  • testexpo-module test
  • test:e2eexpo-module test --config e2e/jest.config.js --runInBand
  • typecheckexpo-module typecheck
  • watchpnpm run build --watch