PkgRadar

Package evidence

@loopprotocol/[email protected]

Remote Payload: matched "cUrl "

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":["@loopprotocol/[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":["@loopprotocol/[email protected]"],"fail_on":"review"}'
Publisherloopprotocol
Artifact bytes73,842
Previous version0.1.0-alpha.5
Published2026-05-22T23:53:37.347Z
SHA-256723d0e4e1c2732378fd79736a586b1f5c8301b0a6bed85366b2f073ebeb25a71

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
39Score
0.1.0-alpha.6Version
Status history (1 event)
  1. newavailable · risk review · score 39 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/solana.jsmatched "cUrl "12
mediumRemote Payloadpackage/dist/solana.mjsmatched "cUrl "12
Show all 7 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/solana.jsmatched "cUrl "12
mediumRemote Payloadpackage/dist/solana.mjsmatched "cUrl "12
lowObfuscationpackage/dist/index.jsmatched "\\x20"3
lowObfuscationpackage/dist/receipt.jsmatched "\\x20"3
lowObfuscationpackage/dist/solana.jsmatched "\\x20"3
lowObfuscationpackage/dist/chunk-GEN74N5J.mjsmatched "\\x20"3
lowObfuscationpackage/dist/solana.mjsmatched "\\u2014"3

Manifest

Package metadata

Scripts8
  • buildtsup src/index.ts src/receipt.ts src/rest.ts src/proof.ts src/solana.ts --format cjs,esm --dts --clean
  • cleanrm -rf dist
  • devtsup src/index.ts src/receipt.ts src/rest.ts src/proof.ts src/solana.ts --format cjs,esm --dts --watch
  • prepublishOnlynpm run clean && npm run typecheck && npm run test && npm run build
  • smoke:devnettsx scripts/devnet-smoke.ts
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies1
  • @noble/hashes^1.8.0