PkgRadar

Package evidence

[email protected]

Remote Payload: matched "curl "

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
191
Versions published
33
First published
Mar 2026
Publisher
sh1ftred

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":["[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":["[email protected]"],"fail_on":"review"}'
Publishersh1ftred
Artifact bytes714,966
Previous version0.3.0
Published2026-05-30T10:25:49.179Z
SHA-25662340115be5069ea3197bab41388010e8e9504e015942c5766a90875117772ac

Why flagged

What the scanner saw

Remote Payload: matched "curl "

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/test_chat.shmatched "curl "12
mediumRemote Payloadpackage/test_curl.shmatched "curl "12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/test_chat.shmatched "curl "12
mediumRemote Payloadpackage/test_curl.shmatched "curl "12
lowLarge Javascript Payloadpackage/dist/daemon/index.js2409590 bytes0

Manifest

Package metadata

Scripts6
  • buildmkdir -p dist/daemon && bun build src/index.ts --target=bun --outfile=dist/index.js && bun build src/daemon/index.ts --target=bun --outfile=dist/daemon/index.js
  • linttsc --noEmit
  • monitorbun src/index.ts monitor
  • prepublishOnlybun run build
  • startbun src/index.ts start
  • testbun test
Dependencies10
  • @cashu/cashu-ts^4.3.0
  • @routstr/sdk^0.3.9
  • applesauce-core^5.1.0
  • applesauce-relay^5.1.0
  • applesauce-wallet-connect^6.0.0
  • commander^14.0.2
  • nostr-tools^2.12.0
  • qrcode^1.5.4
  • rxjs^7.8.1
  • zustand^5.0.5