PkgRadar

Package evidence

[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.

Versions published
1
First published
Jun 2026
Publisher
bearded-xano

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"}'
Publisherbearded-xano
Artifact bytes377,896
Previous versionnone
Published2026-06-09T18:28:07.472Z
SHA-256e12cbd14bc3aa42100b15979099ccfe64dc1c3cf672355a623ae52a5840a4662

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
0.3.0Version
Status history (1 event)
  1. newavailable · risk high · score 40 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/language-server/parser/error_trigger_parser.spec.jsmatched "webhook.site"40
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/language-server/parser/error_trigger_parser.spec.jsmatched "webhook.site"40
lowObfuscation Densitypackage/language-server/package-lock.jsonhigh encoded/escaped-token density0

Manifest

Package metadata

Scripts15
  • buildtsc -p ./
  • build-patchnpm version patch && vsce package
  • check-typestsc --noEmit
  • compilenpm run check-types && node esbuild.js
  • linteslint src --ext .ts
  • packagenpm run check-types && node esbuild.js --production
  • precompilenpm run snippets
  • prepackagenpm run snippets
  • pretestnpm run build
  • snippetsts-node src/snippets/build.ts
  • testexport VSCODE_TEST=true && vscode-test
  • vscode:prepublishnpm run package
  • watchnpm-run-all -p watch:*
  • watch:esbuildnode esbuild.js --watch
  • watch:tsctsc --noEmit --watch --project tsconfig.json
Dependencies5
  • chevrotain^11.0.3
  • ts-node^10.9.2
  • vscode-languageclient^9.0.1
  • vscode-languageserver^9.0.1
  • vscode-languageserver-textdocument^1.0.12