PkgRadar

Package evidence

@byline/[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.

Versions published
65
First published
May 2026
Publisher
58bits

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":["@byline/[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":["@byline/[email protected]"],"fail_on":"review"}'
Publisher58bits
Artifact bytes10,626
Previous version2.4.3
Published2026-05-25T07:32:14.497Z
SHA-256b7df717dd2ff9950dc0d97e9e6cd9ce51a125e879ef9197eb2eb63ea14df5cfc

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
2.4.4Version
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/s3-storage-provider.jsmatched "cUrl "12

Manifest

Package metadata

Scripts6
  • buildtsc -p tsconfig.json && tsc-alias
  • cleannode scripts/clean.js node_modules dist build .turbo
  • devchokidar 'src/**/*' -c 'npm-run-all build'
  • lintbiome check --write --unsafe --diagnostic-level=error
  • skiptsx ./scripts/task-watch.js
  • typechecktsc --noEmit
Dependencies5
  • @aws-sdk/client-s3^3.1053.0
  • @aws-sdk/lib-storage^3.1053.0
  • @byline/core2.4.4
  • npm-run-all^4.1.5
  • uuid^14.0.0