PkgRadar

Package evidence

@open-wa/[email protected]

Webhook Exfil Endpoint: matched "webhook.site"

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
634Mature · −50% score
First published
Apr 2020
Publisher
smashah

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

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":["@open-wa/[email protected]"],"fail_on":"review"}'

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":["@open-wa/[email protected]"],"fail_on":"review"}'
Publishersmashah
Artifact bytes350,884
Previous version4.75.0
Published2025-02-19T01:27:39.510Z
SHA-25624a53c90afb1328af50dfca5420a198a20e13efb60f357585d2213f7153cf481

Why flagged

What the scanner saw

Webhook Exfil Endpoint: matched "webhook.site"

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

Availability ledger

available

review
Last checked
reviewRisk
18Score
4.76.0Version
Status history (1 event)
  1. newavailable · risk review · score 18 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/cli/cli-options.jsmatched "webhook.site"40
mediumRemote Payloadpackage/dist/lib/wapi.jsmatched "raw.githubusercontent.com"12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/cli/cli-options.jsmatched "webhook.site"40
mediumRemote Payloadpackage/dist/lib/wapi.jsmatched "raw.githubusercontent.com"12
lowInstall-time lifecycle scriptpackage.jsoninstall="cross-env npm_config_yes=true npx ignore-check@latest -p '**.data.json' -p '**.node-persist**' -p '**_IGNORE_**' --comment 'managed by open-wa'"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="patch-package"5

Manifest

Package metadata

Scripts17
  • buildrm -rf dist/ && tsc && npm run build:lib && npm run build:config-for-bin
  • build:config-for-bincd build && ts-node build-config-json-for-bin.ts && ts-node generate-oas-types.ts && cd ..
  • build:libts-node prebuild.ts
  • build:skipmidtsc && npm run build:lib
  • cleanrm -rf session && rm -rf dist
  • clean:fullrm -rf node_modules && npm run clean
  • docsnpm run --prefix docs deploy_with_ssh_ci
  • docwatchonchange 'src/**/*.ts' 'docs-source/**/*.md' -- typedoc
  • installcross-env npm_config_yes=true npx ignore-check@latest -p '**.data.json' -p '**.node-persist**' -p '**_IGNORE_**' --comment 'managed by open-wa'
  • postinstallpatch-package
  • precise-commitsprecise-commits
  • releaserelease-it
  • release-cirelease-it --ci
  • release-imagenode release-image.js
  • testecho "No tests yet"
  • types:publishnpm run --prefix types-only pub
  • watchnpm run build && tsc-watch ./src/index.ts --outDir ./dist --onSuccess "node ./dist/index.js" --onFailure "echo Error while compiling" --compiler typescript/bin/tsc
Dependencies78
  • @brillout/import^0.2.1
  • @discordjs/collection0.8.0
  • @open-wa/wa-automate-socket-client^3.3.0
  • @open-wa/wa-decrypt^4.3.1
  • atob^2.1.2
  • aws4^1.11.0
  • axios^1.4.0
  • boxen^5.0.0
  • cfonts^2.8.5
  • change-case^4.1.2
  • chokidar^3.5.3
  • chrome-launcher^0.15.0
  • cloudflared^0.5.1
  • command-exists^1.2.9
  • command-line-usage^6.1.1
  • cors^2.8.5
  • cross-env^7.0.3
  • cross-spawn^7.0.3
  • datauri^4.0.1
  • death^1.1.0
  • eventemitter2^6.4.7
  • express^4.17.1
  • express-ipfilter^1.3.1
  • express-robots-txt^1.0.0
  • file-type^18.0.0
  • find-up^5.0.0
  • form-data^4.0.0
  • fs-extra^10.0.0
  • get-port^5.1.1
  • hasha^5.2.0
  • …and 48 more.