PkgRadar

Package evidence

@olaservo/[email protected]

Invalid Package Json: package.json is not valid JSON

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

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":["@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 bytes546,915
Previous version1.25.2-sep834.3
Published2026-01-18T00:21:09.133Z
SHA-25609bc8d75fe8982b980275fcb50c01d8b514730e11df273de9375c05dbd5f7d9e

Why flagged

What the scanner saw

Invalid Package Json: package.json is not valid JSON

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

Availability ledger

available

review
Last checked
reviewRisk
20Score
1.25.2-sep834.4Version
Status history (1 event)
  1. newavailable · risk review · score 20 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumInvalid Package Jsonpackage/dist/cjs/package.jsonpackage.json is not valid JSON10
mediumInvalid Package Jsonpackage/dist/esm/package.jsonpackage.json is not valid JSON10

Manifest

Package metadata

Scripts17
  • buildnpm run build:esm && npm run build:cjs
  • build:cjsshx mkdir -p dist/cjs && shx echo '{"type": "commonjs"}' > dist/cjs/package.json && tsc -p tsconfig.cjs.json
  • build:cjs:wnpm run build:cjs -- -w
  • build:esmshx mkdir -p dist/esm && shx 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:watchvitest
  • typechecktsgo --noEmit
Dependencies16
  • @hono/node-server^1.19.7
  • 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.0.1
  • express-rate-limit^7.5.0
  • jose^6.1.1
  • 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.0