PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 5496533 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,710,972
Previous version0.2.0
Published2026-05-24T12:53:27.277Z
SHA-2569008c46a34bf0db80cfda7eba38d7e650bb276b25c67863b8d09000fe4ad86b2

Why flagged

What the scanner saw

Large Javascript Payload: 5496533 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.2.1Version
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.js5496533 bytes10

Manifest

Package metadata

Scripts10
  • 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
  • link:localbun run build:npm && bun link
  • pack:testbun run build:npm && npm pack && mkdir -p /tmp/test-cc-linker && npm install --prefix /tmp/test-cc-linker $(ls -t *.tgz | head -1)
  • prepublishOnlybun run build:npm
  • testbun test
  • test:coveragebun test --coverage
  • typechecktsc --noEmit
  • unlink:localbun unlink cc-linker
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