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
- 2,059Niche · −30% score
- Versions published
- 22Mature · −50% score
- First published
- Nov 2021
- Publisher
- fredsted
Effective trust discount applied: −50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.
Recommended action
Block this updateStatic 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":["@webhooksite/[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":["@webhooksite/[email protected]"],"fail_on":"high"}'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
Status history (1 event)
- new → available · risk high · score 45 · status changed
Evidence
Static findings
3 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Webhook Exfil Endpoint | package/commands/lib/api.js | matched "webhook.site" | 40 |
| high | Webhook Exfil Endpoint | package/commands/help.js | matched "Webhook.site" | 40 |
| high | Webhook Exfil Endpoint | package/commands/lib/listen.js | matched "webhook.site" | 40 |
Manifest
Package metadata
Scripts2
buildexport VERSION=$(jq -r '.version' package.json) ; sed -i '' "s/const version = '[0-9.]*';/const version = '$VERSION';/" index.js ; npm install ; git tag $VERSION ; git push origin refs/tags/$VERSION ; docker buildx build --platform linux/arm/v7,linux/arm64/v8,linux/amd64,linux/arm64 --tag webhooksite/cli:latest --tag webhooksite/cli:$VERSION --push . ; npm publishstartnode index.js
Dependencies8
colors^1.4.0js-yaml^4.1.1laravel-echo^1.16.1minimist^1.2.8node-fetch^3.3.2pino^8.20.0socket.io-client^2.5.0ws^7.5.9