PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 4129196 bytes

Trust signals

Why this verdict

PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.

Weekly downloads
143
Versions published
4
First published
Apr 2026
Publisher
vdelacou

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"}'
Publishervdelacou
Artifact bytes1,798,845
Previous version0.5.5
Published2026-05-19T10:58:46.508Z
SHA-2567f16f66e624f97a52ed68feda41cfce7cfbf2b3ea52ec9474a307e6378bf1fb1

Why flagged

What the scanner saw

Large Javascript Payload: 4129196 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/cli.js4129196 bytes10
mediumLarge Javascript Payloadpackage/dist/index.js4010001 bytes10

Manifest

Package metadata

Scripts13
  • buildrm -rf dist && bun run docs:gen && bun run build:js && bun run build:types && bun run scripts/fix-dts-extensions.ts && bun run scripts/add-shebang.ts && cp docs/commands.json dist/commands.json
  • build:jsbun build src/main.ts --target=node --outfile=dist/cli.js --format=esm --external playwright --external update-notifier && bun build src/index.ts --target=node --outfile=dist/index.js --format=esm --external playwright --external update-notifier
  • build:typestsc -p tsconfig.build.json
  • coveragebun run scripts/check-coverage.ts
  • docs:genbun run scripts/gen-docs.ts
  • linteslint --cache
  • lint:strictLINT_STRICT=1 eslint
  • mutatestryker run
  • mutate:changedbash scripts/mutate-changed.sh
  • mutate:stagedbash scripts/mutate-staged.sh
  • prepublishOnlybun run build && bun test && bun run lint:strict && bun run typecheck && bun run coverage
  • startbun run src/main.ts
  • typechecktsc --noEmit
Dependencies9
  • commander^14.0.3
  • mammoth^1.12.0
  • playwright^1.59.1
  • turndown^7.2.4
  • turndown-plugin-gfm^1.0.2
  • update-notifier^7.3.1
  • winston^3.19.0
  • xlsx^0.18.5
  • zod^4.3.6