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.

Versions published
85
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 bytes202,745
Previous version4.0.1
Published2026-05-25T09:35:11.938Z
SHA-256eac1fdbf1330870691cfb50e36c53d59ef1a004bf79f601ecd833848623644a2

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/cjs/cli.jsmatched "cUrl "12
mediumRemote Payloadpackage/dist/esm/cli.jsmatched "cUrl "12
mediumRemote Payloadpackage/dist/cjs/mcp.jsmatched "cUrl "12
mediumRemote Payloadpackage/dist/esm/mcp.jsmatched "cUrl "12
Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/cjs/cli.jsmatched "cUrl "12
mediumRemote Payloadpackage/dist/esm/cli.jsmatched "cUrl "12
mediumRemote Payloadpackage/dist/cjs/mcp.jsmatched "cUrl "12
mediumRemote Payloadpackage/dist/esm/mcp.jsmatched "cUrl "12
lowObfuscationpackage/dist/cjs/banner.jsmatched "\\x1b"3
lowObfuscationpackage/dist/esm/banner.jsmatched "\\x1b"3

Manifest

Package metadata

Scripts16
  • buildtsc
  • build:cjstsc -p tsconfig.cjs.json
  • build:esmtsc -p tsconfig.esm.json
  • devtsx src/cli.ts
  • pack:mcpbbash scripts/pack-mcpb.sh
  • postbuildnode scripts/generate-server-card.js; node scripts/generate-cli-refs.js
  • postbuild:esmnode scripts/generate-server-card.js; node scripts/generate-cli-refs.js
  • postversionnode -e "const v=require('./package.json').version; console.log('Created tag v'+v+'. Next: git push --follow-tags (GitHub Actions will publish to npm + create the GitHub Release).');"
  • prebuildnode scripts/update-version.js
  • prebuild:cjsnode scripts/update-version.js
  • prebuild:esmnode scripts/update-version.js
  • prepacknpm run build && npm run build:cjs
  • preversionnpm test
  • testnpm run build:esm && vitest run
  • test:watchnpm run build:esm && vitest
  • versionnode scripts/update-version.js && node scripts/generate-server-card.js && node scripts/generate-cli-refs.js && git add src/version.ts skills/nano/SKILL.md README.md mcpb/server-card.json skills/nano/references/
Dependencies10
  • @modelcontextprotocol/sdk^1.27.1
  • @noble/curves^2.0.1
  • @noble/hashes^1.7.0
  • @open-wallet-standard/core^1.3.2
  • @openrai/nano-core^3.0.5
  • commander^14.0.3
  • nano-rspow-node^0.6.0
  • qrcode-svg^1.1.0
  • qrcode-terminal^0.12.0
  • zod^4.3.6