PkgRadar

Package evidence

@olaservo/[email protected]

no findings

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
6
First published
Jan 2026
Publisher
olaservo

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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":["@olaservo/[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":["@olaservo/[email protected]"],"fail_on":"review"}'
Publisherolaservo
Artifact bytes575,951
Previous version1.25.2-sep834.4
Published2026-06-07T04:15:04.075Z
SHA-256dfeb1894fabe923b4f8c02c281e9ff22e1765575c8d927b921b2716a4f2b84e9

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

low
Last checked
lowRisk
0Score
1.29.0-directory-read.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts22
  • buildnpm run build:esm && npm run build:cjs
  • build:cjsmkdir -p dist/cjs && echo '{"type": "commonjs"}' > dist/cjs/package.json && tsc -p tsconfig.cjs.json
  • build:cjs:wnpm run build:cjs -- -w
  • build:esmmkdir -p dist/esm && echo '{"type": "module"}' > dist/esm/package.json && tsc -p tsconfig.prod.json
  • build:esm:wnpm run build:esm -- -w
  • checknpm run typecheck && npm run lint
  • clienttsx scripts/cli.ts client
  • examples:simple-server:wtsx --watch src/examples/server/simpleStreamableHttp.ts --oauth
  • fetch:spec-typestsx scripts/fetch-spec-types.ts
  • linteslint src/ && prettier --check .
  • lint:fixeslint src/ --fix && prettier --write .
  • prepacknpm run build:esm && npm run build:cjs
  • servertsx watch --clear-screen=false scripts/cli.ts server
  • startnpm run server
  • testvitest run
  • test:conformance:clientnpx @modelcontextprotocol/conformance client --command 'npx tsx test/conformance/src/everythingClient.ts' --expected-failures test/conformance/conformance-baseline.yml
  • test:conformance:client:allnpx @modelcontextprotocol/conformance client --command 'npx tsx test/conformance/src/everythingClient.ts' --suite all --expected-failures test/conformance/conformance-baseline.yml
  • test:conformance:servertest/conformance/scripts/run-server-conformance.sh --expected-failures test/conformance/conformance-baseline.yml
  • test:conformance:server:alltest/conformance/scripts/run-server-conformance.sh --suite all --expected-failures test/conformance/conformance-baseline.yml
  • test:conformance:server:runnpx tsx test/conformance/src/everythingServer.ts
  • test:watchvitest
  • typechecktsgo --noEmit
Dependencies17
  • @hono/node-server^1.19.9
  • ajv^8.17.1
  • ajv-formats^3.0.1
  • content-type^1.0.5
  • cors^2.8.5
  • cross-spawn^7.0.5
  • eventsource^3.0.2
  • eventsource-parser^3.0.0
  • express^5.2.1
  • express-rate-limit^8.2.1
  • hono^4.11.4
  • jose^6.1.3
  • json-schema-typed^8.0.2
  • pkce-challenge^5.0.0
  • raw-body^3.0.0
  • zod^3.25 || ^4.0
  • zod-to-json-schema^3.25.1