PkgRadar

Package evidence

@oaklandzoo/[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
17
First published
May 2026
Publisher
oaklandzoo

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":["@oaklandzoo/[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":["@oaklandzoo/[email protected]"],"fail_on":"review"}'
Publisheroaklandzoo
Artifact bytes130,396
Previous version0.12.0
Published2026-05-23T10:59:58.094Z
SHA-25686e3f960cab7b0670e2c024073b396ebd05347c64546269776389f7cc2f5968a

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/src/bootstrap.mjsmatched "curl "12
mediumRemote Payloadpackage/templates/scripts/verify.shmatched "curl "12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/src/bootstrap.mjsmatched "curl "12
mediumRemote Payloadpackage/templates/scripts/verify.shmatched "curl "12
lowCredential file accesspackage/bin/cli.mjsmatched ".npmrc"5
lowCredential file accesspackage/src/credential-prompts-npm.mjsmatched ".npmrc"5

Manifest

Package metadata

Scripts2
  • prepublishOnlynpm test
  • testnode --test 'test/**/*.test.mjs'
Dependencies5
  • @clack/prompts^1.4.0
  • execa^9.6.1
  • kleur^4.1.5
  • prompts^2.4.2
  • yaml^2.9.0