Recommended action
Review before promotingMixed 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"}'Why flagged
What the scanner saw
Large Javascript Payload: 3131511 bytes
Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.
Availability ledger
available
Status history (1 event)
- new → available · risk review · score 10 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Large Javascript Payload | package/dist/main.js | 3131511 bytes | 10 |
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.jscheckbun run typecheck && bun testdevbun --watch run src/main.ts serve-foregroundinitbash ./scripts/run-dev-cli.sh initlogsbash ./scripts/run-dev-cli.sh logspairingbash ./scripts/run-dev-cli.sh pairingprepackbun run buildprint-config-pathbun run src/main.ts print-config-pathrestartbash ./scripts/run-dev-cli.sh restartstartbash ./scripts/run-dev-cli.sh startstatusbash ./scripts/run-dev-cli.sh statusstopbash ./scripts/run-dev-cli.sh stoptestenv -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.tstypecheckbunx tsc --noEmit
Dependencies3
@slack/bolt^4.6.0proper-lockfile^4.1.2zod^3.24.2