PkgRadar

Package evidence

@directo/[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
22Established · −30% score
First published
Oct 2025
Publisher
getdirecto

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@directo/[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":["@directo/[email protected]"],"fail_on":"high"}'
Publishergetdirecto
Artifact bytes1,289,206
Previous version2.0.5
Published2026-05-27T12:52:58.855Z
SHA-25613106e85a66a98e89df07c12266ccb1def6084320b1d7200da3a93446536d0ac

Why flagged

What the scanner saw

Webhook Exfil Endpoint: matched "ngrok.app"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

high
Last checked
highRisk
35Score
2.0.6Version
Status history (2 events)
  1. availableavailable · risk high · score 35 · status available -> available, risk high -> high, score 56 -> 35
  2. newavailable · risk high · score 56 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/cjs/content.jsmatched "ngrok.app"40
highWebhook Exfil Endpointpackage/dist/directo-global/content.jsmatched "ngrok.app"40
highWebhook Exfil Endpointpackage/dist/esm/content.mjsmatched "ngrok.app"40

Manifest

Package metadata

Scripts6
  • buildpnpm build:bundle:cjs && pnpm build:bundle:esm && pnpm build:bundle:global && pnpm build:types
  • build:bundle:cjswebpack --disable-interpret --config webpack/webpack.cjs.ts
  • build:bundle:esmwebpack --disable-interpret --config webpack/webpack.esm.ts
  • build:bundle:globalwebpack --disable-interpret --config webpack/webpack.global.ts
  • build:typesdts-bundle-generator --config dts-config.cjs
  • testecho "Error: no test specified" && exit 1