PkgRadar

Package evidence

@neurosec/[email protected]

Webhook Exfil Endpoint: matched "requestbin.net"

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
558
Versions published
20
First published
May 2026
Publisher
support_neurosec

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":["@neurosec/[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":["@neurosec/[email protected]"],"fail_on":"high"}'
Artifact bytes95,530
Previous version1.0.19
Published2026-05-25T16:24:35.797Z
SHA-256effafe627edc27e04a507a0538e457ce07cbdc25f16b7343649af65b8aebe882

Why flagged

What the scanner saw

Webhook Exfil Endpoint: matched "requestbin.net"

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

Availability ledger

available

high
Last checked
highRisk
60Score
1.0.20Version
Status history (2 events)
  1. availableavailable · risk high · score 60 · status available -> available, risk high -> high, score 124 -> 60
  2. newavailable · risk high · score 124 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/config.jsmatched "requestbin.net"40
highWebhook Exfil Endpointpackage/dist/setup.jsmatched "requestbin.net"40
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/config.jsmatched "requestbin.net"40
highWebhook Exfil Endpointpackage/dist/setup.jsmatched "requestbin.net"40
lowCredential file accesspackage/dist/types.jsmatched ".ssh/"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.js"5

Manifest

Package metadata

Scripts7
  • buildtsc
  • devts-node src/index.ts
  • linteslint src --ext .ts
  • postinstallnode scripts/postinstall.js
  • prepacknpm run build && node scripts/prepack.js
  • startnode bin/sentryd.js
  • testvitest run
Dependencies3
  • uuid^9.0.0
  • winston^3.11.0
  • yaml^2.3.4