PkgRadar

Package evidence

@message-queue-toolkit/[email protected]

no findings

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
22
Versions published
7
First published
Dec 2025
Publisher
kibertoad

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":["@message-queue-toolkit/[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":["@message-queue-toolkit/[email protected]"],"fail_on":"review"}'
Publisherkibertoad
Artifact bytes42,806
Previous version1.2.1
Published2025-12-12T13:03:38.150Z
SHA-25699ab169019a81351ad138cf45b6e35b8dd220fff1f4d3e3e450a64d3953f3f3e

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts9
  • buildnpm run clean && tsc --project tsconfig.build.json
  • cleanrimraf dist
  • docker:startdocker compose up -d --quiet-pull --wait pubsub-emulator redis gcs-emulator
  • docker:stopdocker compose down
  • lintbiome check . && tsc
  • lint:fixbiome check --write .
  • prepublishOnlynpm run lint && npm run build
  • testvitest
  • test:coveragenpm run test -- --coverage
Dependencies1
  • @lokalise/node-core^14.6.1