PkgRadar

Package evidence

@sendly/[email protected]

Webhook Exfil Endpoint: matched "webhook.site"

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
69
Versions published
63
First published
Dec 2025
Publisher
sendly-sms

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":["@sendly/[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":["@sendly/[email protected]"],"fail_on":"high"}'
Publishersendly-sms
Artifact bytes417,017
Previous version3.34.0
Published2026-05-02T07:21:08.256Z
SHA-2568f83eb71a3001985c9819b9f8ed4169eda8f9c6ec017e057a89a51b52bda40ee

Why flagged

What the scanner saw

Webhook Exfil Endpoint: matched "webhook.site"

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

Availability ledger

available

high
Last checked
highRisk
40Score
3.35.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/commands/webhooks/create.jsmatched "webhook.site"40

Manifest

Package metadata

Scripts9
  • buildshx rm -rf dist && tsc -b
  • devtsc -b --watch
  • linteslint . --ext .ts
  • postpackshx rm -f oclif.manifest.json
  • prepacknpm run build && [ -f oclif.manifest.json ] || oclif manifest && oclif readme
  • testvitest run
  • test:coveragevitest run --coverage
  • test:watchvitest
  • versionoclif readme && git add README.md
Dependencies11
  • @oclif/core^3.27.0
  • @oclif/plugin-help^6.2.0
  • @oclif/plugin-warn-if-update-available^3.1.60
  • chalk^5.3.0
  • chrono-node^2.9.0
  • cli-table3^0.6.5
  • conf^12.0.0
  • inquirer^9.2.23
  • open^10.1.0
  • ora^8.0.1
  • ws^8.17.0