PkgRadar

Package evidence

@acetoprod/[email protected]

Webhook Exfil Endpoint: matched "ngrok.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
2
First published
Apr 2026
Publisher
sarathharmony

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":["@acetoprod/[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":["@acetoprod/[email protected]"],"fail_on":"high"}'
Publishersarathharmony
Artifact bytes1,538,701
Previous version0.1.0
Published2026-06-03T20:43:43.497Z
SHA-25648f45700e41ee5d91f875c570ab3a1af610506b4a13d1ba42ae075f4be9f7f9d

Why flagged

What the scanner saw

Webhook Exfil Endpoint: matched "ngrok.app"

1 candidate cluster(s) currently reference this release.

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

Related candidates

Linked campaigns and clusters

Repeated static TTPactive

Webhook Exfil Endpoint — matched "ngrok.app"

355 members · evidence strength 90
Repeated static TTPcandidate

Webhook Exfil Endpoint — matched "ngrok.app"

355 members · max score 333

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/chunks/DevLayApp.jsmatched "ngrok.app"40
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/chunks/DevLayApp.jsmatched "ngrok.app"40
lowLarge Javascript Payloadpackage/dist/devlay-embed.js4103398 bytes0

Manifest

Package metadata

Scripts8
  • buildvite build && vite build --config vite.embed.config.ts
  • build:watchpnpm run build:watch:lib
  • build:watch:allconcurrently -n lib,embed -c blue,magenta "pnpm run build:watch:lib" "pnpm run build:watch:embed"
  • build:watch:embedvite build --watch --config vite.embed.config.ts
  • build:watch:libDEVLAY_LIB_WATCH=1 vite build --watch
  • preparenode scripts/ensure-dist.cjs
  • prepublishOnlypnpm run build && pnpm run typecheck
  • typechecktsc --noEmit
Dependencies7
  • @monaco-editor/react^4.7.0
  • html2canvas^1.4.1
  • mermaid^11.12.3
  • monaco-editor^0.52.0
  • react-joyride^3.0.2
  • react-markdown^10.1.0
  • socket.io-client^4.7.5