PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 5764375 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"}'
Publisherpotato47
Artifact bytes1,397,594
Previous version0.3.1
Published2026-05-24T16:10:00.490Z
SHA-2568c4073d35cb49850d0a65259d104658abb516c9d09fb763c5ccb30b37f8f7f92

Why flagged

What the scanner saw

Large Javascript Payload: 5764375 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.3.2Version
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.mjs5764375 bytes10

Manifest

Package metadata

Scripts5
  • buildbun build bin/cli.ts --target=node --format=esm --outfile=dist/cli.mjs && chmod +x dist/cli.mjs
  • clibun bin/cli.ts
  • mcpbun bin/cli.ts mcp
  • prepublishOnlybun run build && bun test test/
  • testbun test test/
Dependencies2
  • marked^18.0.4
  • marked-terminal^7.3.0