PkgRadar

Package evidence

@solidnumber/[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.

Weekly downloads
385
Versions published
98
First published
Feb 2026
Publisher
adamcampbell825

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":["@solidnumber/[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":["@solidnumber/[email protected]"],"fail_on":"high"}'
Artifact bytes782,491
Previous version2.11.13
Published2026-06-04T23:18:30.945Z
SHA-256e2b08bc10b060e8c559065a2e25389660d2d85faafcea0e9e75da145ea1a16e6

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burstactive

adamcampbell825

9 members · evidence strength 78
Publisher / release actor burstcandidate

adamcampbell825

9 members · max score 115

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/commands/webhooks.jsmatched "ngrok.app"40

Manifest

Package metadata

Scripts18
  • auditnpm audit --audit-level=high
  • audit:prodnpm audit --omit=dev --audit-level=high
  • buildtsc && node -e "require('fs').cpSync('src/data','dist/data',{recursive:true})"
  • devts-node src/index.ts
  • linteslint src/**/*.ts
  • postbuildts-node scripts/generate-llms.ts
  • prepublish:checkbash scripts/prepublish.sh
  • prepublishOnlynpm run build && npm test && npm run test:contracts && npm run test:security && npm run audit:prod && npm run verify:deps
  • startnode dist/index.js
  • testjest --forceExit --detectOpenHandles
  • test:contractsjest --testPathPattern='integration/(contracts|smoke|http-behavior)' --forceExit
  • test:coveragejest --coverage --forceExit --detectOpenHandles
  • test:securityjest --testPathPattern=company-isolation --forceExit
  • test:smokejest --testPathPattern=integration --forceExit
  • test:tarballbash scripts/test-tarball.sh
  • verify:depsnode scripts/verify-runtime-deps.mjs
  • verify:llmsts-node scripts/generate-llms.ts --check
  • verify:schemasts-node scripts/verify-schemas.ts
Dependencies15
  • @puppeteer/browsers^2.13.0
  • axios^1.6.0
  • boxen^8.0.1
  • chalk^4.1.2
  • cli-progress^3.12.0
  • commander^12.0.0
  • figures^6.1.0
  • form-data^4.0.5
  • gradient-string^3.0.0
  • inquirer^9.2.0
  • jsonld^9.0.0
  • lighthouse^13.1.0
  • ora^8.0.0
  • puppeteer-core^24.42.0
  • update-notifier^7.3.1
Optional dependencies1
  • @anthropic-ai/sdk^0.39.0