PkgRadar

Package evidence

@authing/[email protected]

Large Javascript Payload: 2449406 bytes

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
3,839Niche · −30% score
Versions published
1,515Mature · −50% score
First published
Nov 2020
Publisher
authing

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":["@authing/[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":["@authing/[email protected]"],"fail_on":"review"}'
Publisherauthing
Artifact bytes675,137
Previous version4.5.51-eak.9
Published2026-05-28T11:48:46.923Z
SHA-25643b968d3fc3ee984453c2359b21ca2df2ca7acd1b9a45a5ff0fc52a3d950a2f5

Why flagged

What the scanner saw

Large Javascript Payload: 2449406 bytes

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.5.51-eak.10Version
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
mediumLarge Javascript Payloadpackage/lib/index.min.js2449406 bytes10

Manifest

Package metadata

Scripts4
  • autoinstallnpm ci
  • build:libnpm ci && node scripts/build.js
  • release:alphanpm publish --verbose --tag=alpha --access public
  • release:officialnpm publish --verbose --access public
Dependencies3
  • @authing/guard-shim-react4.5.51-eak.10
  • react^16.13.1
  • react-dom^16.13.1