PkgRadar

Package evidence

[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
2,568Niche · −30% score
Versions published
79
First published
Mar 2026
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["[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 bytes607,131
Previous version0.10.2-beta.1
Published2026-05-27T07:53:12.840Z
SHA-256e345133dbff3a9dc6b34836cb9cbd688d612c8fafc84b569d73c5a8d4913efa7

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/channel.jsmatched "curl "12
mediumObfuscation Densitypackage/dist/cli.jshigh encoded/escaped-token density12

Manifest

Package metadata

Scripts21
  • buildtsup
  • build:clientmkdir -p dist/client && npx esbuild src/client/app.tsx --bundle --format=iife --outfile=dist/client/app.global.js --target=es2020 --sourcemap --jsx=automatic --jsx-import-source=kerfjs && npx esbuild src/client/history.tsx --bundle --format=iife --outfile=dist/client/history.global.js --target=es2020 --minify --sourcemap --jsx=automatic --jsx-import-source=kerfjs && npx sass src/client/styles.scss dist/client/styles.css --style compressed --no-source-map
  • cleanrm -rf dist node_modules/.cache
  • demo:capturenpm run build:client && tsx scripts/demo/capture-demo.ts
  • devnpm run build:client && tsx --tsconfig tsconfig.json src/cli.ts
  • dev:servernpm run build:client && tsx --tsconfig tsconfig.json src/cli.ts --no-open --strict-port
  • linteslint src/
  • prepublishOnlynpm run build
  • releasebash scripts/release.sh
  • release:betabash scripts/release.sh --beta
  • tauritauri
  • tauri:buildbash scripts/build-sidecar.sh && tauri build
  • tauri:build:localread -rsp "Password: " MYPASS && echo && TAURI_SIGNING_PRIVATE_KEY_PASSWORD=$MYPASS TAURI_SIGNING_PRIVATE_KEY=$(cat ~/.tauri/glassbox.key) npm run tauri:build
  • tauri:cleanrm -rf src-tauri/target
  • tauri:devbash scripts/tauri-dev.sh
  • testvitest run --coverage
  • test:allbash scripts/test-all.sh
  • test:e2enpx playwright test
  • test:e2e:dockerbash scripts/test-e2e-docker.sh
  • test:smokebash tests/smoke/smoke-test.sh
  • test:watchvitest
Dependencies7
  • @electric-sql/pglite^0.4.5
  • @hono/node-server^1.19.9
  • @modelcontextprotocol/sdk^1.29.0
  • @resvg/resvg-wasm^2.6.2
  • hono^4.12.2
  • kerfjs^0.14.0
  • zod^4.4.3