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
- 12Established · −30% score
- First published
- Oct 2025
- Publisher
- jango-blockchained
Effective trust discount applied: −30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.
Recommended action
Looks clean — keep monitoringNo 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":["@jango-blockchained/[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":["@jango-blockchained/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Large Javascript Payload: 3407035 bytes
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 low · score 0 · status changed
Evidence
Static findings
5 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 5 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Large Javascript Payload | package/dist/http-server.js | 3407035 bytes | 0 |
| low | Large Javascript Payload | package/dist/index.js | 4609171 bytes | 0 |
| low | Large Javascript Payload | package/dist/stdio-only.js | 5579784 bytes | 0 |
| low | Large Javascript Payload | package/bin/stdio-server.js | 2199858 bytes | 0 |
| low | Large Javascript Payload | package/dist/stdio-server.js | 3417643 bytes | 0 |
Manifest
Package metadata
Scripts27
buildbun build ./src/index.ts --outdir ./dist --target bun --external '@valibot/to-json-schema' --external 'effect'build:allbun build ./src/index.ts --outdir ./dist --target bun --external '@valibot/to-json-schema' --external 'effect' && bun build ./src/stdio-server.ts --outdir ./dist --target node --external '@valibot/to-json-schema' --external 'effect' && bun build ./src/http-server.ts --outdir ./dist --target node --external '@valibot/to-json-schema' --external 'effect' && node scripts/optimize-dist.jsbuild:nodebun build ./src/index.ts ./src/stdio-server.ts --outdir ./dist --target nodebuild:stdiobun build ./src/stdio-server.ts --outdir ./dist --target node --external:express --external:swagger-ui-express --external '@valibot/to-json-schema' --external 'effect'cleanrm -rf dist .bun coverage .eslintcache .prettierignoredevbun --hot --watch src/index.tsformatprettier --write "src/**/*.ts" --cachelinteslint . --ext .ts --cachemcp:buildbun run build:allmcp:stdiobun run bin/stdio-server.jspreparetest -d .husky && husky install || echo 'Skipping husky' && bun run build:allprofilebun --inspect src/index.tssmithery:buildnpx @smithery/cli build src/http-server.ts --out dist/smithery.cjs --transport shttpsmithery:devnpx @smithery/cli dev src/http-server.ts --port 7123smithery:playgroundnpx @smithery/cli playground --port 7123 -- node dist/http-server.jsstartbun --smol run dist/index.jsstart:httpnode dist/http-server.jsstart:stdionode dist/stdio-server.jsstdiobun run ./bin/stdio-server.jstestbun test --preload ./test/setup.tstest:cibun test --coverage --bail --preload ./test/setup.tstest:clearbun test --clear-cachetest:coveragebun test --coverage --preload ./test/setup.tstest:stagedbun test --findRelatedTeststest:updatebun test --update-snapshots --preload ./test/setup.tstest:watchbun test --watch --preload ./test/setup.tstypecheckbun x tsc --noEmit
Dependencies31
@anthropic-ai/sdk^0.39.0@types/express-rate-limit^5.1.3@types/jsonwebtoken^9.0.5@types/node^20.11.24@types/sanitize-html^2.13.0@types/swagger-ui-express^4.1.8@types/ws^8.5.10@valibot/to-json-schema^1.3.0@xmldom/xmldom^0.9.7chalk^5.4.1cors^2.8.5dotenv^16.4.7express^4.21.2express-rate-limit^7.5.0fastmcp^3.22.0helmet^7.1.0jsonwebtoken^9.0.2node-fetch^3.3.2node-record-lpcm16^1.0.1openai^4.83.0openapi-types^12.1.3sanitize-html^2.15.0sury^11.0.0-alpha.3swagger-ui-express^5.0.1typescript^5.3.3valibot^1.0.0winston^3.11.0winston-daily-rotate-file^5.0.0ws^8.16.0zod^3.22.4- …and 1 more.