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 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 12 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/server.json | matched "curl " | 12 |
Manifest
Package metadata
Scripts11
benchmarktsx benchmark/run.tsbuildtsc && node -e "require('fs').chmodSync('build/index.js','755');require('fs').chmodSync('build/cli.js','755')"inspectornpx @modelcontextprotocol/inspector build/index.jslinttsc --noEmitpreparenpm run buildprepublishOnlyif [ -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.tstestvitest runtest:bing-livenode tests/live/bing-reliability.mjstest:coveragevitest run --coveragetest:watchvitestwatchtsc --watch
Dependencies7
@modelcontextprotocol/sdk^1.26.0axios^1.15.0cheerio^1.2.0exceljs^4.4.0pdf-parse^2.4.5playwright-core^1.59.1zod^4.3.6