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.

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 bytes192,511
Previous version1.0.20
Published2026-05-30T15:41:46.156Z
SHA-25613e4ed3f49e568ccb9c188727fcc8d398e6f3ac04e5533f1c71365525685cd5d

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
70Score
1.1.0Version
Status history (1 event)
  1. newavailable · risk high · score 70 · status changed

Evidence

Static findings

6 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 6 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/proxy/redaction-engine.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/proxy/response-redaction.test.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/types.jsmatched ".ssh/"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.js"5

Manifest

Package metadata

Scripts10
  • buildtsc
  • devts-node src/index.ts
  • install-service:linuxsudo bash scripts/install-sentry.sh
  • install-service:macossudo bash scripts/install-sentry-macos.sh
  • install-service:winpowershell -ExecutionPolicy Bypass -File scripts/install-sentry-windows.ps1
  • 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