PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 2809426 bytes

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"}'
Publisherhorduntech
Artifact bytes644,815
Previous version1.0.76
Published2026-05-24T18:08:10.844Z
SHA-25600528534f3fe6bc5d80d17b098d1eec22ef68a812a1ae06bd165a67ca26e3d12

Why flagged

What the scanner saw

Large Javascript Payload: 2809426 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/admin/message.js2809426 bytes10
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/admin/message.js2809426 bytes10
lowObfuscationpackage/dist/google/protobuf/descriptor.jsmatched "Buffer.from(b64, \"base64"3
lowObfuscationpackage/dist/auth/message.jsmatched "Buffer.from(b64, \"base64"3
lowObfuscationpackage/dist/user/message.jsmatched "Buffer.from(b64, \"base64"3
lowObfuscationpackage/dist/google/protobuf/wrappers.jsmatched "Buffer.from(b64, \"base64"3

Manifest

Package metadata

Scripts6
  • buildrm -rf dist && node scripts/gen-index.mjs && tsc
  • build:cleanrm -rf dist && npm run build
  • publish-pkgnode scripts/publish.mjs patch
  • publish:majornode scripts/publish.mjs major
  • publish:minornode scripts/publish.mjs minor
  • testecho "Error: no test specified" && exit 1
Dependencies1
  • @bufbuild/protobuf^2.9.0