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 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":["@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"}'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
Status history (1 event)
- new → available · risk review · score 20 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Invalid Package Json | package/dist/cjs/package.json | package.json is not valid JSON | 10 |
| medium | Invalid Package Json | package/dist/esm/package.json | package.json is not valid JSON | 10 |
Manifest
Package metadata
Scripts17
buildnpm run build:esm && npm run build:cjsbuild:cjsshx mkdir -p dist/cjs && shx echo '{"type": "commonjs"}' > dist/cjs/package.json && tsc -p tsconfig.cjs.jsonbuild:cjs:wnpm run build:cjs -- -wbuild:esmshx mkdir -p dist/esm && shx echo '{"type": "module"}' > dist/esm/package.json && tsc -p tsconfig.prod.jsonbuild:esm:wnpm run build:esm -- -wchecknpm run typecheck && npm run lintclienttsx scripts/cli.ts clientexamples:simple-server:wtsx --watch src/examples/server/simpleStreamableHttp.ts --oauthfetch:spec-typestsx scripts/fetch-spec-types.tslinteslint src/ && prettier --check .lint:fixeslint src/ --fix && prettier --write .prepacknpm run build:esm && npm run build:cjsservertsx watch --clear-screen=false scripts/cli.ts serverstartnpm run servertestvitest runtest:watchvitesttypechecktsgo --noEmit
Dependencies16
@hono/node-server^1.19.7ajv^8.17.1ajv-formats^3.0.1content-type^1.0.5cors^2.8.5cross-spawn^7.0.5eventsource^3.0.2eventsource-parser^3.0.0express^5.0.1express-rate-limit^7.5.0jose^6.1.1json-schema-typed^8.0.2pkce-challenge^5.0.0raw-body^3.0.0zod^3.25 || ^4.0zod-to-json-schema^3.25.0