PkgRadar

Package evidence

@jango-blockchained/[email protected]

Large Javascript Payload: 3407035 bytes

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 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":["@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"}'
Artifact bytes4,771,521
Previous version1.1.0
Published2025-11-08T01:04:49.469Z
SHA-256a6d501f30359cd7c31ec9a7ab316c7160623b8ea90f5ce7e079459e702f59a4c

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

low
Last checked
lowRisk
0Score
1.2.0Version
Status history (1 event)
  1. newavailable · 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)
SeverityKindPathDetailPoints
lowLarge Javascript Payloadpackage/dist/http-server.js3407035 bytes0
lowLarge Javascript Payloadpackage/dist/index.js4609171 bytes0
lowLarge Javascript Payloadpackage/dist/stdio-only.js5579784 bytes0
lowLarge Javascript Payloadpackage/bin/stdio-server.js2199858 bytes0
lowLarge Javascript Payloadpackage/dist/stdio-server.js3417643 bytes0

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.js
  • build:nodebun build ./src/index.ts ./src/stdio-server.ts --outdir ./dist --target node
  • build: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 .prettierignore
  • devbun --hot --watch src/index.ts
  • formatprettier --write "src/**/*.ts" --cache
  • linteslint . --ext .ts --cache
  • mcp:buildbun run build:all
  • mcp:stdiobun run bin/stdio-server.js
  • preparetest -d .husky && husky install || echo 'Skipping husky' && bun run build:all
  • profilebun --inspect src/index.ts
  • smithery:buildnpx @smithery/cli build src/http-server.ts --out dist/smithery.cjs --transport shttp
  • smithery:devnpx @smithery/cli dev src/http-server.ts --port 7123
  • smithery:playgroundnpx @smithery/cli playground --port 7123 -- node dist/http-server.js
  • startbun --smol run dist/index.js
  • start:httpnode dist/http-server.js
  • start:stdionode dist/stdio-server.js
  • stdiobun run ./bin/stdio-server.js
  • testbun test --preload ./test/setup.ts
  • test:cibun test --coverage --bail --preload ./test/setup.ts
  • test:clearbun test --clear-cache
  • test:coveragebun test --coverage --preload ./test/setup.ts
  • test:stagedbun test --findRelatedTests
  • test:updatebun test --update-snapshots --preload ./test/setup.ts
  • test:watchbun test --watch --preload ./test/setup.ts
  • typecheckbun 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.7
  • chalk^5.4.1
  • cors^2.8.5
  • dotenv^16.4.7
  • express^4.21.2
  • express-rate-limit^7.5.0
  • fastmcp^3.22.0
  • helmet^7.1.0
  • jsonwebtoken^9.0.2
  • node-fetch^3.3.2
  • node-record-lpcm16^1.0.1
  • openai^4.83.0
  • openapi-types^12.1.3
  • sanitize-html^2.15.0
  • sury^11.0.0-alpha.3
  • swagger-ui-express^5.0.1
  • typescript^5.3.3
  • valibot^1.0.0
  • winston^3.11.0
  • winston-daily-rotate-file^5.0.0
  • ws^8.16.0
  • zod^3.22.4
  • …and 1 more.