PkgRadar

Package evidence

[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":["[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"}'
Publisheridovmamane
Artifact bytes1,111,807
Previous versionnone
Published2026-05-24T11:42:21.877Z
SHA-256b0803b32093f3da79308946fb9fcd4b618bb4c73dba78ade5582c3c666339eac

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/cli.mjsmatched "curl "12
mediumObfuscation Densitypackage/dist/cli.mjshigh encoded/escaped-token density12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/cli.mjsmatched "curl "12
mediumObfuscation Densitypackage/dist/cli.mjshigh encoded/escaped-token density12
lowObfuscationpackage/dist/web/assets/index-CiX7pK2V.jsmatched "\\u00C0"3
lowObfuscationpackage/dist/cli.mjsmatched "\\u2705"3

Manifest

Package metadata

Scripts8
  • buildpnpm -r --filter=./packages/* build && pnpm --filter=./apps/web build && pnpm --filter=./apps/cli build && node scripts/build-publish.mjs
  • cleannode scripts/clean.mjs
  • devnode scripts/dev.mjs
  • dev:watchpnpm --filter=./apps/cli dev
  • predevnode scripts/ensure-built.mjs
  • prepublishOnlypnpm build
  • prestartnode scripts/ensure-built.mjs
  • startnode apps/cli/dist/index.js
Dependencies4
  • @fastify/static^7.0.0
  • fastify^4.26.0
  • nanoid^5.0.0
  • open^10.0.0