PkgRadar

Package evidence

@empiricalrun/[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
28
Versions published
27Mature · −50% score
First published
Apr 2024
Publisher
arjun27

Effective trust discount applied: 50% (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":["@empiricalrun/[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":["@empiricalrun/[email protected]"],"fail_on":"review"}'
Publisherarjun27
Artifact bytes11,403
Previous version0.0.1
Published2026-05-28T16:37:35.174Z
SHA-25614975e7ba55dcdb514dd857ed2af4edc1810b2eece753ae78063ca1bb2a25607

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/bin/index.jsmatched "curl "12

Manifest

Package metadata

Scripts11
  • buildtsc --build && chmod +x dist/bin/index.js
  • build:standalonebun build --compile src/bin/index.ts --outfile dist/empirical
  • build:standalone:linux-arm64bun build --compile --target=bun-linux-arm64 src/bin/index.ts --outfile dist/empirical-linux-arm64
  • build:standalone:linux-x64bun build --compile --target=bun-linux-x64 src/bin/index.ts --outfile dist/empirical-linux-x64
  • build:standalone:macos-arm64bun build --compile --target=bun-darwin-arm64 src/bin/index.ts --outfile dist/empirical-darwin-arm64
  • build:standalone:macos-x64bun build --compile --target=bun-darwin-x64 src/bin/index.ts --outfile dist/empirical-darwin-x64
  • cleanrm -rf dist && tsc --build --clean
  • devbun src/bin/index.ts
  • lintbiome check --unsafe
  • testvitest run --passWithNoTests
  • typechecktsc --noEmit
Dependencies2
  • @opentui/core0.2.16
  • commander^14.0.2