PkgRadar

Package evidence

@meta-bun/[email protected]

Remote Payload: matched "raw.githubusercontent.com"

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.

Versions published
3
First published
Jun 2026
Publisher
c17h19no3-ss

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":["@meta-bun/[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":["@meta-bun/[email protected]"],"fail_on":"review"}'
Publisherc17h19no3-ss
Artifact bytes31,076
Previous version1.0.1
Published2026-06-07T19:36:14.132Z
SHA-256f5f3217019c3c3a8b059119e07e04371b54d8e3eed03c907d5c22f77866ec58b

Why flagged

What the scanner saw

Remote Payload: matched "raw.githubusercontent.com"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/src/ts/shared/geoip.tsmatched "raw.githubusercontent.com"12

Manifest

Package metadata

Scripts5
  • buildbun run scripts/build.ts
  • install-serverbun run scripts/install_server.ts
  • npm-publishbun run scripts/publish_npm.ts
  • testbun test; status=$?; rm -f ./test_meta_bun.db; exit $status
  • updatebun run scripts/update.ts
Dependencies1
  • @msgpack/msgpack^3.1.3