PkgRadar

Package evidence

@lb-internal/[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
24
Versions published
6
First published
May 2026
Publisher
river-ran

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":["@lb-internal/[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":["@lb-internal/[email protected]"],"fail_on":"review"}'
Publisherriver-ran
Artifact bytes40,779
Previous version0.6.0
Published2026-05-27T10:31:49.801Z
SHA-2564ffa4d2cd6ca3dfe1894b0dbda999dbe2f92327fa049a54cd7b91b4989e225a0

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/payload/scripts/on_user_prompt.shmatched "curl "12

Manifest

Package metadata

Scripts5
  • buildpnpm run build:payload && pnpm run build:tsup && pnpm run build:dist-payload
  • build:dist-payloadnode scripts/copy-dist-payload.mjs
  • build:payloadnode scripts/build-payload.mjs
  • build:tsuptsup src/index.ts src/installers/payload.ts src/installers/plugin.ts --format esm --target node18 --clean --shims
  • prepublishOnlypnpm run build