PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 4287820 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
523
Versions published
52
First published
Apr 2026
Publisher
muxbot

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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"}'
Publishermuxbot
Artifact bytes943,251
Previous version0.1.53
Published2026-05-31T04:45:49.276Z
SHA-2569230ef92f4e40bc73b9d3d5a8bd4541ae96bd99b5400d6fbf3c3e8deb2ee4584

Why flagged

What the scanner saw

Large Javascript Payload: 4287820 bytes

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

Availability ledger

available

low
Last checked
lowRisk
0Score
0.1.54-beta.1Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowLarge Javascript Payloadpackage/dist/main.js4287820 bytes0

Manifest

Package metadata

Scripts14
  • buildnode -e "require('node:fs').rmSync('dist',{recursive:true,force:true})" && bun build ./src/main.ts --target=node --outfile ./dist/main.js
  • checkbun run typecheck && bun test
  • devbun --watch run src/main.ts serve-foreground
  • initbash ./scripts/run-dev-cli.sh init
  • logsbash ./scripts/run-dev-cli.sh logs
  • pairingbash ./scripts/run-dev-cli.sh pairing
  • prepackbun run build
  • print-config-pathbun run src/main.ts print-config-path
  • restartbash ./scripts/run-dev-cli.sh restart
  • startbash ./scripts/run-dev-cli.sh start
  • statusbash ./scripts/run-dev-cli.sh status
  • stopbash ./scripts/run-dev-cli.sh stop
  • testenv -u SLACK_APP_TOKEN -u SLACK_BOT_TOKEN -u TELEGRAM_BOT_TOKEN -u TELEGRAM_CONTROL_BOT_TOKEN -u TELEGRAM_DEV_BOT_TOKEN bun test --preload ./test/preload-env.ts
  • typecheckbunx tsc --noEmit
Dependencies5
  • @slack/bolt^4.6.0
  • pngjs^7.0.0
  • proper-lockfile^4.1.2
  • zca-js2.1.2
  • zod^3.24.2