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 promotingMixed 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"}'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
Status history (1 event)
- new → available · risk review · score 16 · status changed
Evidence
Static findings
6 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/dist/cjs/cli.js | matched "cUrl " | 12 |
| medium | Remote Payload | package/dist/esm/cli.js | matched "cUrl " | 12 |
| medium | Remote Payload | package/dist/cjs/mcp.js | matched "cUrl " | 12 |
| medium | Remote Payload | package/dist/esm/mcp.js | matched "cUrl " | 12 |
Show all 6 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/dist/cjs/cli.js | matched "cUrl " | 12 |
| medium | Remote Payload | package/dist/esm/cli.js | matched "cUrl " | 12 |
| medium | Remote Payload | package/dist/cjs/mcp.js | matched "cUrl " | 12 |
| medium | Remote Payload | package/dist/esm/mcp.js | matched "cUrl " | 12 |
| low | Obfuscation | package/dist/cjs/banner.js | matched "\\x1b" | 3 |
| low | Obfuscation | package/dist/esm/banner.js | matched "\\x1b" | 3 |
Manifest
Package metadata
Scripts16
buildtscbuild:cjstsc -p tsconfig.cjs.jsonbuild:esmtsc -p tsconfig.esm.jsondevtsx src/cli.tspack:mcpbbash scripts/pack-mcpb.shpostbuildnode scripts/generate-server-card.js; node scripts/generate-cli-refs.jspostbuild:esmnode scripts/generate-server-card.js; node scripts/generate-cli-refs.jspostversionnode -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.jsprebuild:cjsnode scripts/update-version.jsprebuild:esmnode scripts/update-version.jsprepacknpm run build && npm run build:cjspreversionnpm testtestnpm run build:esm && vitest runtest:watchnpm run build:esm && vitestversionnode 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.5commander^14.0.3nano-rspow-node^0.6.0qrcode-svg^1.1.0qrcode-terminal^0.12.0zod^4.3.6