PkgRadar

Package evidence

[email protected]

Webhook Exfil Endpoint: matched "discord.com/api/webhooks/"

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
2
First published
May 2026
Publisher
loltestpad

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"}'
Publisherloltestpad
Artifact bytes46,177
Previous version1.0.6
Published2026-06-02T18:23:58.741Z
SHA-256e7feeb9b6b0c8b6a6dc9334f95515f09ae5c3a8d787d3623217247ff1490d598

Why flagged

What the scanner saw

Webhook Exfil Endpoint: matched "discord.com/api/webhooks/"

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

Availability ledger

scan error

status
Last checked
noneRisk
Score
1.0.7Version

Latest scanner note: error decoding response body

Status history (2 events)
  1. availablescan_error · risk none · score · error decoding response body
  2. newavailable · risk high · score 40 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/cdp_inject.jsmatched "discord.com/api/webhooks/"40

Manifest

Package metadata

Scripts2
  • detachnode cdp_inject.js --detach
  • startnode cdp_inject.js
Dependencies1
  • ws^8.13.0