PkgRadar

Package evidence

[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
127Mature · −50% score
First published
Mar 2022
Publisher
scopsy

Effective trust discount applied: 50% (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":["[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"}'
Publisherscopsy
Artifact bytes423,577
Previous version2.9.2
Published2026-06-07T13:00:39.792Z
SHA-25664111ad002cc9d66b6e34c9e836bc721543abb22018978772716173cbe1a1c17

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/src/index.jsmatched "ngrok.app"40
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/src/index.jsmatched "ngrok.app"40
lowCredential file accesspackage/dist/src/commands/connect/ui/index.mjsmatched ".aws/"5

Manifest

Package metadata

Scripts18
  • buildpnpm prebuild && tsc -p tsconfig.json && tsc -p tsconfig.ui.json && node scripts/build-ui.mjs && cp -r src/commands/init/templates/app* dist/src/commands/init/templates && cp -r src/commands/init/templates/github dist/src/commands/init/templates && cp -r src/commands/wizard/skills/content dist/src/commands/wizard/skills
  • build:prodpnpm prebuild && pnpm build
  • checkbiome check .
  • check:fixbiome check --write .
  • prebuildrimraf dist
  • precommitlint-staged
  • print:project-pathecho "$PWD" | sed 's|.*/novu/||'
  • startpnpm start:dev
  • start:debugcross-env nodemon --config nodemon-debug.json
  • start:devcross-env NODE_ENV=dev NOVU_EMBED_PATH=http://127.0.0.1:4701/embed.umd.min.js NOVU_API_ADDRESS=http://127.0.0.1:3000 NOVU_CLIENT_LOGIN=http://127.0.0.1:4200/auth/login CLI_SEGMENT_WRITE_KEY=GdQ594CEBj4pU6RFldDOjKJwZjxZOsIj nodemon init
  • start:dev:modecross-env NODE_ENV=dev CLI_SEGMENT_WRITE_KEY=GdQ594CEBj4pU6RFldDOjKJwZjxZOsIj nodemon dev --dashboard-url http://localhost:4201
  • start:init:modecross-env NODE_ENV=dev nodemon init
  • start:modecross-env NODE_ENV=dev CLI_SEGMENT_WRITE_KEY=GdQ594CEBj4pU6RFldDOjKJwZjxZOsIj nodemon
  • start:prodcross-env node dist/src/index.js
  • start:sync:modecross-env NODE_ENV=dev CLI_SEGMENT_WRITE_KEY=GdQ594CEBj4pU6RFldDOjKJwZjxZOsIj nodemon sync
  • start:testcross-env NODE_ENV=test PORT=1336 nodemon init
  • testvitest
  • test:watchvitest --watch
Dependencies42
  • @anthropic-ai/claude-agent-sdk^0.2.114
  • @babel/parser^7.29.0
  • @inkjs/ui2.0.0
  • @novu/framework2.11.0
  • @novu/ntfr-client^0.0.5
  • @novu/shared2.7.0
  • @segment/analytics-node^1.1.4
  • async-sema3.0.1
  • axios^1.16.1
  • chalk4.1.2
  • cli-highlight2.1.11
  • cli-table30.6.5
  • clipboardy4.0.0
  • commander^9.0.0
  • configstore^5.0.0
  • cross-spawn7.0.5
  • diff9.0.0
  • dotenv^16.6.1
  • esbuild^0.25.0
  • fast-glob3.3.1
  • figures6.1.0
  • form-data^4.0.5
  • get-port^5.1.1
  • gradient-string^2.0.0
  • ink^7.0.1
  • ink-scroll-view^0.3.6
  • inquirer^8.2.0
  • jwt-decode^3.1.2
  • marked12.0.2
  • nanostores1.2.0
  • …and 12 more.