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
27
First published
Mar 2026
Publisher
tw260

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"}'
Publishertw260
Artifact bytes231,334
Previous version0.7.10
Published2026-05-27T11:24:47.018Z
SHA-2567cd5133539d60a54b4271849f090e9f5fbcaaa702a3e0bd2c5e9be7eb9195d6c

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/server.jsonmatched "curl "12

Manifest

Package metadata

Scripts11
  • benchmarktsx benchmark/run.ts
  • buildtsc && node -e "require('fs').chmodSync('build/index.js','755');require('fs').chmodSync('build/cli.js','755')"
  • inspectornpx @modelcontextprotocol/inspector build/index.js
  • linttsc --noEmit
  • preparenpm run build
  • prepublishOnlyif [ -f .env ]; then echo 'ERROR: .env file present — delete test credentials before publishing'; exit 1; fi && npm run build && npm test -- tests/tools/search.test.ts
  • testvitest run
  • test:bing-livenode tests/live/bing-reliability.mjs
  • test:coveragevitest run --coverage
  • test:watchvitest
  • watchtsc --watch
Dependencies7
  • @modelcontextprotocol/sdk^1.26.0
  • axios^1.15.0
  • cheerio^1.2.0
  • exceljs^4.4.0
  • pdf-parse^2.4.5
  • playwright-core^1.59.1
  • zod^4.3.6