PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 14551286 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
2
Versions published
7
First published
Oct 2025
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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"}'
Artifact bytes3,176,934
Previous version1.0.11
Published2026-05-27T19:53:29.032Z
SHA-25692cc3cf5aec80ee45d0bbd525d36a1b705b919b9b1d24ed3f2c5301568d1ec73

Why flagged

What the scanner saw

Large Javascript Payload: 14551286 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/cli.js14551286 bytes10
mediumLarge Javascript Payloadpackage/dist/index.js14538471 bytes10

Manifest

Package metadata

Scripts10
  • buildbun run clean && bun run build:lib && bun run build:cli && bun run build:types
  • build:clibun build src/cli.ts --outdir dist --target node --format esm --external ajv --external ajv-formats --external commander --external js-yaml
  • build:libbun build index.ts --outdir dist --target node --format esm --external ajv --external ajv-formats --external commander --external js-yaml
  • build:typesbun run --bun tsc -p tsconfig.build.json
  • cleannode -e "require('node:fs').rmSync('dist', { recursive: true, force: true })"
  • devbun run --watch src/cli.ts
  • lintbun run --bun tsc --noEmit
  • prepublishOnlybun run build
  • startbun run src/cli.ts
  • testbun test
Dependencies5
  • ajv^8.17.1
  • ajv-formats^3.0.1
  • commander^14.0.1
  • js-yaml^4.1.0
  • oas-types^1.0.6