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.

Versions published
5
First published
Jun 2026
Publisher
yugn27

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"}'
Publisheryugn27
Artifact bytes33,855
Previous version1.0.3
Published2026-06-11T10:43:21.638Z
SHA-256e98ebec258a495a050fc34ce0722e66542d4ae5367421e546f09107a51fa59f9

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
1.0.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/index.jsmatched "ngrok-free.app"40

Manifest

Package metadata

Scripts5
  • buildtsup
  • devtsx src/index.ts
  • linttsc --noEmit
  • startnode dist/index.js
  • typechecktsc --noEmit
Dependencies11
  • @ngrok/ngrok^1.4.0
  • commander^12.1.0
  • cors^2.8.5
  • cross-spawn^7.0.3
  • dotenv^16.4.5
  • express^4.19.2
  • js-yaml^4.1.0
  • pino^9.3.2
  • pino-pretty^11.2.1
  • tree-kill^1.2.2
  • zod^3.23.8