PkgRadar

Package evidence

@promptguardapp/[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
12
Versions published
3
First published
May 2026
Publisher
krishojha1810

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":["@promptguardapp/[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":["@promptguardapp/[email protected]"],"fail_on":"high"}'
Publisherkrishojha1810
Artifact bytes68,535
Previous version0.0.3
Published2026-06-13T08:41:06.196Z
SHA-2565b2d342b8e72cba3492b56fd0ebbd8ecb79330af8c62f2a0cb23866d89d4835b

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/mcp-scan/recorder.jsmatched "webhook.site"40
highDNS / OAST exfiltrationpackage/dist/mcp-scan/recorder.jsmatched "oast.fun"30
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/mcp-scan/recorder.jsmatched "webhook.site"40
highDNS / OAST exfiltrationpackage/dist/mcp-scan/recorder.jsmatched "oast.fun"30
lowCredential file accesspackage/dist/detectors/rules.jsmatched "aws_access_key"5

Manifest

Package metadata

Scripts14
  • buildtsc
  • devtsx src/index.ts
  • extension:buildcd extension && node build.mjs
  • extension:iconsnode extension/scripts/build-icons.mjs
  • extension:typecheckcd extension && tsc --noEmit
  • extension:watchcd extension && node build.mjs --watch
  • extension:zipnpm run extension:build && node extension/scripts/build-zip.mjs
  • startnode dist/index.js
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit
  • vscode:buildcd vscode-extension && node esbuild.config.mjs
  • vscode:typecheckcd vscode-extension && tsc --noEmit
  • vscode:watchcd vscode-extension && node esbuild.config.mjs --watch
Dependencies2
  • @modelcontextprotocol/sdk^1.0.0
  • js-tiktoken^1.0.21