PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 5491833 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"}'
Publisheryujuntea
Artifact bytes1,707,626
Previous version0.0.3
Published2026-05-23T16:22:26.771Z
SHA-256dc7dc1ce6b88879b632ca91dca4ce985e8698e13d6162db3bdbd0d7c7fe5e8a3

Why flagged

What the scanner saw

Large Javascript Payload: 5491833 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.4Version
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/cli.js5491833 bytes10

Manifest

Package metadata

Scripts7
  • buildbun build src/index.ts --compile --outfile dist/cc-linker
  • build:npmbun build src/index.ts --outdir dist --target bun --sourcemap && mv dist/index.js dist/cli.js && mv dist/index.js.map dist/cli.js.map 2>/dev/null; chmod +x dist/cli.js
  • devbun run src/index.ts
  • prepublishOnlybun run build:npm
  • testbun test
  • test:coveragebun test --coverage
  • typechecktsc --noEmit
Dependencies8
  • @iarna/toml^2.2.5
  • @larksuiteoapi/node-sdk^1.62.1
  • chalk^5.6.2
  • cli-table3^0.6.5
  • commander^14.0.3
  • inquirer^13.4.2
  • proper-lockfile^4.1.2
  • zod^4.4.2