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"}'
Artifact bytes48,650
Previous versionnone
Published2026-05-25T01:02:03.332Z
SHA-256ee2f89bc8c8bd6c4a04c33c6145d263512b3623d8e3cea12da0bb1de823044f4

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/cli.jsmatched "curl "12
mediumObfuscation Densitypackage/dist/cli.jshigh encoded/escaped-token density12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/cli.jsmatched "curl "12
mediumObfuscation Densitypackage/dist/cli.jshigh encoded/escaped-token density12
lowObfuscationpackage/dist/cli.jsmatched "eval("3

Manifest

Package metadata

Scripts13
  • buildtsup
  • devtsx src/cli.ts
  • docs:buildnpm --prefix docs-site run build
  • docs:devnpm --prefix docs-site run dev
  • docs:previewnpm --prefix docs-site run preview
  • link:localnpm link
  • prepublishOnlynpm run typecheck && npm test && npm run build
  • scantsx src/cli.ts scan
  • startnode bin/pathbug
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit
  • unlink:localnpm unlink -g pathbug
Dependencies8
  • commander^12.1.0
  • fast-glob^3.3.2
  • ignore^5.3.2
  • ink^5.0.1
  • picocolors^1.0.1
  • picomatch^4.0.2
  • react^18.3.1
  • typescript^5.5.3