PkgRadar

Package evidence

@piraveen98/[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
43
Versions published
8
First published
Feb 2026
Publisher
piraveen98

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":["@piraveen98/[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":["@piraveen98/[email protected]"],"fail_on":"high"}'
Publisherpiraveen98
Artifact bytes731,251
Previous version1.0.3
Published2026-04-16T22:28:27.451Z
SHA-25629493d45beb5dfd4d776aa82918ebebd512ccd559901fc795ac352a8162071c1

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/mobile/dist/assets/index-eIJu8igZ.jsmatched "ngrok-free.app"40
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="npm run build || true"20
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/mobile/dist/assets/index-eIJu8igZ.jsmatched "ngrok-free.app"40
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="npm run build || true"20
lowInstall-time lifecycle scriptpackage.jsonpostinstall="npm run build || true"5

Manifest

Package metadata

Scripts8
  • buildnpm run build --workspace=server && npm run build --workspace=mobile
  • build:mobilenpm run build --workspace=mobile
  • build:servernpm run build --workspace=server
  • devnpm run dev --workspace=server
  • dev:allconcurrently --names server,mobile --prefix-colors blue,green "npm run dev --workspace=server" "npm run dev --workspace=mobile"
  • dev:mobilenpm run dev --workspace=mobile
  • postinstallnpm run build || true
  • startnode server/dist/index.js
Dependencies23
  • @anthropic-ai/claude-agent-sdklatest
  • @ngrok/ngrok^1.4.0
  • boxen^8.0.1
  • chalk^5.6.2
  • cli-table3^0.6.5
  • cloudflared^0.7.1
  • commander^12.1.0
  • cors^2.8.5
  • diff8.0.3
  • dotenv^17.2.3
  • express^4.21.0
  • figlet^1.10.0
  • gradient-string^3.0.0
  • localtunnel^1.8.3
  • nanoid^5.1.6
  • ora^9.3.0
  • qrcode^1.5.3
  • qrcode-terminal^0.12.0
  • terminal-size^4.0.1
  • uuid^10.0.0
  • vite7.3.1
  • ws^8.18.0
  • yaml^2.8.2