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"}'
Publisherinfinohq
Artifact bytes47,081
Previous version0.3.2
Published2026-05-25T06:10:49.057Z
SHA-256705a413bcd4a1a99bd0ccf7cfd4bfcf78267d3c4d8c4ae4523c7f091fc3153b6

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.3.3Version
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/mcp/server.jsmatched "curl "12

Manifest

Package metadata

Scripts14
  • buildnpm run clean && tsc
  • checknpm run lint && npm run format:check && npm run type-check
  • cleanrimraf dist
  • formatprettier --write 'src/**/*.ts'
  • format:checkprettier --check 'src/**/*.ts'
  • linteslint src --ext .ts
  • lint:fixeslint src --ext .ts --fix
  • prepublishOnlynpm run check && npm run build
  • release:betanpm publish --access public --tag beta
  • release:majornpm version major && npm publish --access public
  • release:minornpm version minor && npm publish --access public
  • release:patchnpm version patch && npm publish --access public
  • type-checktsc --noEmit
  • watchtsc --watch
Dependencies4
  • @modelcontextprotocol/sdk^1.22.0
  • async-retry^1.3.3
  • aws4^1.13.2
  • zod^3.25.76