PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 10218387 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"}'
Publishermartjustin
Artifact bytes1,665,422
Previous versionnone
Published2026-05-24T21:53:10.652Z
SHA-256773a36a55d9a817e86496231673dd4c6eaa23a877d020358aeba9faa0b4a5740

Why flagged

What the scanner saw

Large Javascript Payload: 10218387 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/index.cjs10218387 bytes10

Manifest

Package metadata

Scripts7
  • buildtsc -p tsconfig.json && npm run bundle
  • bundleesbuild src/index.ts --bundle --platform=node --format=cjs --target=node20 --packages=bundle --external:playwright --outfile=dist/index.cjs
  • cleanrimraf dist
  • helix-healnode dist/index.cjs
  • prepublishOnlynpm run build
  • testvitest run --passWithNoTests
  • typechecktsc -p tsconfig.json --noEmit