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.

Versions published
32
First published
Mar 2026
Publisher
lukas-grigis

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"}'
Publisherlukas-grigis
Artifact bytes288,828
Previous version0.8.1
Published2026-05-26T13:05:52.425Z
SHA-2567323f11bea1de324ae9d6f49e405d53771a2106361f225425143e30c2c8d6869

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.8.2Version
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/cli.mjsmatched "curl "12

Manifest

Package metadata

Scripts16
  • buildtsup && tsx scripts/build-assets.ts
  • coverage:unusedtsx scripts/find-unused.ts
  • deadcodeknip
  • devNODE_OPTIONS=--max-old-space-size=8192 tsx src/index.ts
  • formatprettier --write .
  • format:checkprettier --check .
  • linteslint .
  • lint:fixeslint . --fix
  • startNODE_OPTIONS=--max-old-space-size=8192 tsx src/index.ts
  • testvitest run
  • test:coveragevitest run --coverage
  • test:e2evitest run tests/e2e
  • test:integrationvitest run tests/integration
  • test:unitvitest run tests/unit
  • test:watchvitest
  • typechecktsc
Dependencies5
  • commander^14.0.3
  • ink^7.0.3
  • react^19.2.6
  • typescript-result^3.5.2
  • zod^4.4.3