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.

Weekly downloads
319
Versions published
2
First published
Jun 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 bytes45,765
Previous version1.0.0
Published2026-06-06T04:42:04.087Z
SHA-256a1da9bc9ef257edc34a8b7fefc14ce64cbc15119d718565557e77a979ccf5af2

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

available

high
Last checked
highRisk
40Score
1.0.1Version
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/cdp_inject.jsmatched "discord.com/api/webhooks/"40

Manifest

Package metadata

Scripts2
  • detachnode cdp_inject.js --detach
  • startnode cdp_inject.js
Dependencies3
  • adm-zip^0.5.17
  • fast-xml-parser^5.8.0
  • ws^8.13.0