PkgRadar

Package evidence

[email protected]

Remote Payload: 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
1
First published
May 2026
Publisher
gk90
External confirmation
MAL-2026-4575OSV match · pinned to high regardless of other signals

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"}'
Publishergk90
Artifact bytes353,554
Previous versionnone
Published2026-05-25T19:00:56.208Z
SHA-2560d72d164e0e575af82edeec93fd1588b0774c7ab6c1368186ebbf54bf9234e21

Why flagged

What the scanner saw

Remote Payload: 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
17Score
14.16.3Version
Status history (3 events)
  1. availableavailable · risk high · score 17 · status available -> available, risk high -> high, score 52 -> 17
  2. availableavailable · risk high · score 52 · status available -> available, risk low -> high, score 0 -> 52
  3. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/src/client/Client.jsmatched "discord.com/api/webhooks/"12
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/src/client/Client.jsmatched "discord.com/api/webhooks/"12
lowMessenger Bot Endpointpackage/src/client/Client.jsmatched "discord.com/api/webhooks/" — messenger-bot URL without exfil context (likely a notification handler)5

Manifest

Package metadata

Scripts11
  • changeloggit cliff --prepend ./CHANGELOG.md -u -c ./cliff.toml -r ../../ --include-path 'packages/discord.js/*'
  • docsdocgen -i "./src/*.js" "./src/**/*.js" -c ./docs/index.json -r ../../ -o ./docs/docs.json && pnpm run docs:new
  • docs:newapi-extractor run --local --minify && generate-split-documentation
  • docs:testdocgen -i "./src/*.js" "./src/**/*.js" -c ./docs/index.json -r ../../
  • fmtpnpm run format
  • formatprettier --write . && cross-env TIMING=1 eslint --fix --format=pretty scripts src typings
  • lintprettier --check . && cross-env TIMING=1 eslint --format=pretty scripts src typings
  • prepackpnpm run lint && pnpm run test && node ./scripts/esmDts.mjs
  • releasecliff-jumper
  • testpnpm run docs:test && pnpm run test:typescript
  • test:typescripttsc --noEmit && tsd
Dependencies13
  • @discordjs/collectionworkspace:^
  • @discordjs/formattersworkspace:^
  • @discordjs/restworkspace:^
  • @discordjs/utilworkspace:^
  • @discordjs/wsworkspace:^
  • @sapphire/snowflake3.5.5
  • @vladfrangu/async_event_emitter^2.4.7
  • discord-api-types^0.38.43
  • fast-deep-equal3.1.3
  • lodash.snakecase4.1.1
  • magic-bytes.js^1.13.0
  • tslib^2.8.1
  • undici7.24.6