PkgRadar

Package evidence

@rscrm/[email protected]

Remote Payload: matched "raw.githubusercontent.com"

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
208
Versions published
3
First published
May 2026
Publisher
rscrm

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":["@rscrm/[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":["@rscrm/[email protected]"],"fail_on":"review"}'
Publisherrscrm
Artifact bytes1,002,658
Previous version1.0.0
Published2026-05-14T12:51:06.242Z
SHA-256366a0c40c39804a53cd5a402bd9a610c980bc02317d9d4c4e253cab53d654b64

Why flagged

What the scanner saw

Remote Payload: matched "raw.githubusercontent.com"

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

Availability ledger

available

review
Last checked
reviewRisk
41Score
1.0.1Version
Status history (2 events)
  1. availableavailable · risk review · score 41 · status available -> available, risk high -> review, score 81 -> 41
  2. newavailable · risk high · score 81 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/lib/Utils/generics.jsmatched "raw.githubusercontent.com"12
mediumRemote Dependency Specpackage.jsondependencies.@whiskeysockets/baileys="github:WhiskeySockets/Baileys"12
mediumRemote Dependency Specpackage.jsondependencies.libsignal="git+https://github.com/whiskeysockets/libsignal-node"12
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/lib/Utils/generics.jsmatched "raw.githubusercontent.com"12
mediumRemote Dependency Specpackage.jsondependencies.@whiskeysockets/baileys="github:WhiskeySockets/Baileys"12
mediumRemote Dependency Specpackage.jsondependencies.libsignal="git+https://github.com/whiskeysockets/libsignal-node"12
lowInstall-time lifecycle scriptpackage.jsonpreinstall="node ./engine-requirements.js"5
lowLarge Javascript Payloadpackage/WAProto/index.js4435208 bytes0

Manifest

Package metadata

Scripts18
  • buildtsc -P tsconfig.build.json && tsc-esm-fix --tsconfig=tsconfig.build.json --ext=.js
  • build:allnpm run build && npm run build:docs
  • build:docstypedoc
  • changelog:lastconventional-changelog -p angular -r 2
  • changelog:previewconventional-changelog -p angular -u
  • changelog:updateconventional-changelog -p angular -i CHANGELOG.md -s -r 0
  • exampletsx ./Example/example.ts
  • formatprettier --write "src/**/*.{ts,js,json,md}"
  • gen:protobufsh WAProto/GenerateStatics.sh
  • linttsc && eslint src --ext .js,.ts
  • lint:fixnpm run format && npm run lint -- --fix
  • preinstallnode ./engine-requirements.js
  • prepacknpm run build
  • preparenpm run build
  • releaserelease-it
  • testnode --experimental-vm-modules ./node_modules/.bin/jest --testMatch '**/*.test.ts'
  • test:e2eNODE_TLS_REJECT_UNAUTHORIZED=0 node --experimental-vm-modules ./node_modules/.bin/jest --runInBand --forceExit --testMatch '**/*.test-e2e.ts'
  • update:versiontsx ./scripts/update-version.ts
Dependencies12
  • @cacheable/node-cache^1.4.0
  • @hapi/boom^9.1.3
  • @whiskeysockets/baileysgithub:WhiskeySockets/Baileys
  • async-mutex^0.5.0
  • libsignalgit+https://github.com/whiskeysockets/libsignal-node
  • lru-cache^11.1.0
  • music-metadata^11.12.3
  • p-queue^9.0.0
  • pino^9.6
  • protobufjs^7.5.6
  • whatsapp-rust-bridge0.5.4
  • ws^8.13.0