PkgRadar

Package evidence

@redsocs/[email protected]

Large Javascript Payload: 7697911 bytes

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
532
Versions published
15
First published
Jun 2026
Publisher
rcortex

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":["@redsocs/[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":["@redsocs/[email protected]"],"fail_on":"review"}'
Publisherrcortex
Artifact bytes2,452,634
Previous version1.1.13
Published2026-06-18T12:42:25.009Z
SHA-2568e96eee71124922e0e726456c5248a55d307a7644e95654ed66593c844d8a029

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":2,"publisher":"rcortex","burst_same_day":1,"burst_week":1,"lure":null,"version_anomaly":false,"new_account":true}

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumSuspicious Publish Contextmanifest{"package_age_days":2,"publisher":"rcortex","burst_same_day":1,"burst_week":1,"lure":null,"version_anomaly":false,"new_account":true}10
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumSuspicious Publish Contextmanifest{"package_age_days":2,"publisher":"rcortex","burst_same_day":1,"burst_week":1,"lure":null,"version_anomaly":false,"new_account":true}10
lowLarge Javascript Payloadpackage/dist/spamwarden.min.js7697911 bytes0

Manifest

Package metadata

Scripts8
  • buildnode build.js
  • dev:buildif [ -z "$MODEL_DECRYPTION_KEY" ]; then echo "Error: MODEL_DECRYPTION_KEY environment variable is required"; exit 1; fi && openssl enc -d -pbkdf2 -in model.json.enc -out model.json -k "$MODEL_DECRYPTION_KEY" && (npm run build; status=$?; openssl enc -e -pbkdf2 -in model.json -out model.json.enc -k "$MODEL_DECRYPTION_KEY"; rm -f model.json; exit $status) && echo "✅ Build and re-encryption complete."
  • dev:lazyif [ -z "$MODEL_DECRYPTION_KEY" ]; then echo "Error: MODEL_DECRYPTION_KEY environment variable is required"; exit 1; fi && openssl enc -d -pbkdf2 -in model.json.enc -out model.json -k "$MODEL_DECRYPTION_KEY" && (npm run lazy && npm run build; status=$?; openssl enc -e -pbkdf2 -in model.json -out model.json.enc -k "$MODEL_DECRYPTION_KEY"; rm -f model.json; exit $status) && echo "✅ Lazy import, build, and re-encryption complete."
  • dev:testif [ -z "$MODEL_DECRYPTION_KEY" ]; then echo "Error: MODEL_DECRYPTION_KEY environment variable is required"; exit 1; fi && openssl enc -d -pbkdf2 -in model.json.enc -out model.json -k "$MODEL_DECRYPTION_KEY" && (npm run build; build_status=$?; rm -f model.json; if [ $build_status -ne 0 ]; then exit $build_status; fi; npm test)
  • lazynode lazy.js
  • testnode tests/test.js
  • test-servernode tests/simulate/server.js
  • versionnode -e "console.log(require('./dist/spamwarden.min.js').version)"