PkgRadar

Package evidence

@openparachute/[email protected]

Remote Payload: matched "curl "

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":["@openparachute/[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":["@openparachute/[email protected]"],"fail_on":"review"}'
Publisherunforced
Artifact bytes125,283
Previous version0.2.1
Published2026-04-23T20:48:20.886Z
SHA-2560e5d31b0151ea950eff00205e5fbc94e26fb4a78582181d8f2890d02f9ca4b36

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/src/commands/expose-interactive.tsmatched "curl "12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/src/commands/expose-interactive.tsmatched "curl "12
lowObfuscationpackage/src/__tests__/hub.test.tsmatched "\\u2022"3
lowObfuscationpackage/src/hub.tsmatched "\\u2026"3

Manifest

Package metadata

Scripts6
  • formatbiome format --write .
  • lintbiome check .
  • lint:fixbiome check --write .
  • startbun src/cli.ts
  • testbun test
  • typechecktsc --noEmit