PkgRadar

Package evidence

[email protected]

Webhook Exfil Endpoint: matched "postb.in"

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
640
Versions published
25
First published
Apr 2026
Publisher
miclivs

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":"high"}'

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":"high"}'
Publishermiclivs
Artifact bytes355,915
Previous version0.9.0
Published2026-06-09T19:43:27.284Z
SHA-2565b30a1c712392b2ea294658e0b511fd95c5f19ba7adb2f6e7e24bed37952caa3

Why flagged

What the scanner saw

Webhook Exfil Endpoint: matched "postb.in"

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

Availability ledger

available

high
Last checked
highRisk
40Score
0.10.0Version
Status history (1 event)
  1. newavailable · risk high · score 40 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/plugins/postbin/src/index.jsmatched "postb.in"40

Manifest

Package metadata

Scripts7
  • buildtsc && bun --filter runline-plugins build && rm -rf dist/plugins && cp -R ../runline-plugins/dist dist/plugins
  • checkbunx @biomejs/biome check src/
  • devbun run src/main.ts
  • formatbunx @biomejs/biome format --write src/
  • lintbunx @biomejs/biome lint src/
  • prepublishOnlybun run build
  • testbun test src/tests
Dependencies7
  • chalk^5.6.2
  • commander^14.0.3
  • jiti^2.7.0
  • proper-lockfile^4.1.2
  • quickjs-emscripten^0.32.0
  • rrule^2.8.1
  • typebox^1.1.35