PkgRadar

Package evidence

[email protected]

Webhook Exfil Endpoint: matched "ngrok-free.app"

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
778
Versions published
6
First published
Jun 2026
Publisher
mustafapicakci

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"}'
Artifact bytes14,204
Previous version0.1.3
Published2026-06-02T07:49:08.665Z
SHA-256b52367e513c7456285648282d4360dd78297faf94aecfc0c9c2b073b660490f9

Why flagged

What the scanner saw

Webhook Exfil Endpoint: matched "ngrok-free.app"

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.1.4Version
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/cli/repl/Repl.jsmatched "ngrok-free.app"40

Manifest

Package metadata

Scripts4
  • buildtsc
  • devnodemon --watch src --ext ts --exec 'npx tsx src/index.ts'
  • prepublishOnlynpm run build
  • testecho "Error: no test specified" && exit 1
Dependencies17
  • axios^1.16.1
  • bcryptjs^3.0.3
  • better-sqlite3^12.10.0
  • body-parser^2.2.2
  • bonjour-service^1.3.0
  • chalk^5.6.2
  • commander^14.0.3
  • cors^2.8.6
  • express^5.2.1
  • figlet^1.11.0
  • ink^7.0.1
  • jsonwebtoken^9.0.3
  • knex^3.2.10
  • ora^9.4.0
  • pg^8.21.0
  • react^19.2.5
  • ws^8.21.0