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
20
Versions published
24Established · −30% score
First published
Jul 2025
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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"}'
Artifact bytes18,813,728
Previous version1.17.0
Published2026-06-01T02:49:05.977Z
SHA-256fdd2601bb3aac918e86cd1e0e0f6a3bf4684c443339d07e2d4a1b6e960bea6a1

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

low
Last checked
lowRisk
0Score
1.18.0Version
Status history (2 events)
  1. availableavailable · risk low · score 0 · status available -> available, risk review -> low, score 7 -> 0
  2. newavailable · risk review · score 7 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/cli.jsmatched "curl "12
mediumRemote Payloadpackage/ts/setup.tsmatched "curl "12

Manifest

Package metadata

Scripts20
  • buildbun run build:rs && bun run build:js
  • build:jsbun build ./ts/cli.ts --outdir dist --target node
  • build:rscargo build --release
  • build:tstsc --noEmit
  • devbun --hot ts/cli.ts --dev
  • dev:rscargo watch -x run
  • dl-artifactsgh run list --workflow='Build and Release' --branch=main --limit=1 --json databaseId -q '.[0].databaseId' | xargs -I{} gh run download {} --dir release
  • formatprettier --write .
  • lintprettier --check .
  • port-forward:installbun ts/install-port-forward.ts
  • port-forward:uninstallbun ts/install-port-forward.ts --uninstall
  • preparehusky
  • startbun ts/cli.ts
  • start:rs./target/release/fbi-proxy
  • testvitest run
  • test:coveragevitest run --coverage
  • test:e2evitest run e2e
  • test:e2e:watchvitest e2e
  • test:uivitest --ui
  • test:watchvitest
Dependencies11
  • execa^9.6.1
  • from-node-stream^0.1.2
  • get-port^7.1.0
  • hono^4.12.18
  • hot-memo^1.1.1
  • jose^6.2.3
  • oauth4webapi^3.8.6
  • sflow^1.27.0
  • tsa-composer^1.0.0
  • yaml^2.8.2
  • yargs^17.7.2