PkgRadar

Package evidence

@redsocs/[email protected]

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

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
182
Versions published
6
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 bytes591,031
Previous version1.0.8
Published2026-06-18T04:13:39.031Z
SHA-2568bac5eae917d9e59d015446eac7951e30458abc9d97b357238b8c5d9fd3d47c3

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.1.3Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

1 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

Manifest

Package metadata

Scripts7
  • 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."
  • lazynode lazy.js
  • testnode tests/test.js
  • test-servernode tests/simulate/server.js
  • versionnode -e "console.log(require('./dist/spamwarden.min.js').version)"