PkgRadar

Package evidence

@liunyl/[email protected]

Large Javascript Payload: 2040495 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":["@liunyl/[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":["@liunyl/[email protected]"],"fail_on":"review"}'
Publisherliunyl
Artifact bytes335,601
Previous version0.0.12
Published2026-05-25T06:14:29.189Z
SHA-2565a05d4a47fb621e3575f0d5187ab312db11496a9374dfe2b016313cae85ec0f2

Why flagged

What the scanner saw

Large Javascript Payload: 2040495 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.0.13Version
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.js2040495 bytes10

Manifest

Package metadata

Scripts7
  • buildnode scripts/generate-defaults.mjs && rm -rf dist && ncc build src/index.ts -o dist --target es2022 --transpile-only
  • check:release-defaultsnode scripts/generate-defaults.mjs --check-release
  • devtsx watch src/index.ts
  • e2e:first-time-setuptsx src/e2e/first-time-setup-smoke.ts
  • prepacknpm run check:release-defaults
  • testvitest run
  • typechecktsc --noEmit