PkgRadar

Package evidence

[email protected]

Remote Payload: matched "curl "

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"}'
Publisherdavidbatista
Artifact bytes189,261
Previous version0.4.4
Published2026-05-24T11:29:45.336Z
SHA-256bd9f6cd173a11e80591551c69c5433a2c066e9ba16d4b2927270873e580e7e59

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.4.5Version
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/dist/services/agent-manifest.jsmatched "curl "12

Manifest

Package metadata

Scripts16
  • buildtsc -p tsconfig.json
  • devtsx src/index.ts
  • prepublishOnlynpm test
  • smokenode scripts/smoke-tools.mjs
  • smoke:httpnode scripts/smoke-http.mjs
  • startnode dist/index.js
  • testnpm run typecheck && npm run build && npm run smoke && npm run smoke:http && npm run test:summary && npm run test:privacy-cache && npm run test:cli-ux && npm run test:agent-readiness && npm run test:hermes-agent && npm run test:metadata && npm run test:http-retry && npm run test:http-cache
  • test:agent-readinessnode scripts/agent-readiness-test.mjs
  • test:cli-uxnode scripts/cli-ux-test.mjs
  • test:hermes-agentnode scripts/hermes-agent-manifest-test.mjs
  • test:http-cachenode scripts/http-cache-test.mjs
  • test:http-retrynode scripts/http-retry-test.mjs
  • test:metadatanode scripts/metadata-check.mjs
  • test:privacy-cachenode scripts/privacy-cache-test.mjs
  • test:summarynode scripts/summary-fixture-test.mjs
  • typechecktsc --noEmit -p tsconfig.json
Dependencies5
  • @modelcontextprotocol/sdk^1.29.0
  • better-sqlite3^12.9.0
  • cors^2.8.6
  • express^5.2.1
  • zod^4.4.2