PkgRadar

Package evidence

@jango-blockchained/[email protected]

Install-time lifecycle script: postinstall="bun run build:all || echo '⚠\u{fe0f} Build failed. Run: bun run build:all'"

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.

Weekly downloads
389
Versions published
13Established · −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

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":"high"}'

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":"high"}'
Artifact bytes1,617,712
Previous version1.6.0
Published2026-06-12T14:59:16.766Z
SHA-256b73cfe252ef046a64106462146d07338ecd89f47f762b221d4553e4bc37364ce

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 1.6.1 vs 1.6.0: "bun run build:all || echo '⚠\u{fe0f} Build failed. Run: bun run build:all'"

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

Availability ledger

available

high
Last checked
highRisk
45Score
1.6.1Version
Status history (1 event)
  1. newavailable · risk high · score 45 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 1.6.1 vs 1.6.0: "bun run build:all || echo '⚠\u{fe0f} Build failed. Run: bun run build:all'"40
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 1.6.1 vs 1.6.0: "bun run build:all || echo '⚠\u{fe0f} Build failed. Run: bun run build:all'"40
lowInstall-time lifecycle scriptpackage.jsonpostinstall="bun run build:all || echo '⚠\u{fe0f} Build failed. Run: bun run build:all'"5
lowLarge Javascript Payloadpackage/dist/index-test.cjs2974848 bytes0

Manifest

Package metadata

Scripts31
  • buildmkdir -p dist && esbuild ./src/index.ts --bundle --platform=node --format=cjs --outfile=./dist/index.cjs --minify --sourcemap=inline --external:winston --external:winston-daily-rotate-file --external:express --external:ws --external:dotenv --external:cors --external:helmet --external:express-rate-limit --external:swagger-ui-express --external:sanitize-html --external:jsonwebtoken --external:yaml --external:synckit --external:mcp-proxy --external:@modelcontextprotocol/sdk --external:fastmcp --external:xsschema --external:effect --external:@valibot/to-json-schema --external:sury --external:arktype
  • build:allbun run build && bun run build:stdio && bun run build:http
  • build:httpmkdir -p dist && esbuild ./src/http-server.ts --bundle --platform=node --format=esm --outfile=./dist/http-server.mjs --minify --sourcemap=inline --external:winston --external:winston-daily-rotate-file --external:express --external:ws --external:dotenv --external:cors --external:helmet --external:express-rate-limit --external:swagger-ui-express --external:sanitize-html --external:jsonwebtoken --external:fastmcp --external:yaml --external:xsschema --external:effect --external:@valibot/to-json-schema --external:sury --external:arktype
  • build:stdiomkdir -p dist && esbuild ./src/stdio-server.ts --bundle --platform=node --format=esm --outfile=./dist/stdio-server.mjs --minify --sourcemap=inline --external:winston --external:winston-daily-rotate-file --external:express --external:ws --external:dotenv --external:cors --external:helmet --external:express-rate-limit --external:swagger-ui-express --external:sanitize-html --external:jsonwebtoken --external:fastmcp --external:yaml --external:xsschema --external:effect --external:@valibot/to-json-schema --external:sury --external:arktype
  • cleanrm -rf dist dist-ts .bun coverage .eslintcache .prettierignore bin/*.js
  • devtsx --watch src/index.ts
  • docker:builddocker compose build
  • docker:devdocker compose -f docker-compose.dev.yml up
  • docker:downdocker compose down
  • docker:logsdocker compose logs -f
  • docker:updocker compose up -d
  • formatprettier --write "src/**/*.ts" --cache
  • linteslint . --ext .ts --cache
  • postinstallbun run build:all || echo '⚠️ Build failed. Run: bun run build:all'
  • preparehusky || true
  • profilebun --inspect src/index.ts
  • smithery:buildnpx @smithery/cli build src/smithery-sdk.ts --out dist/smithery.js
  • smithery:devnpx @smithery/cli dev src/smithery-sdk.ts --port 7123
  • smithery:playgroundnpx @smithery/cli playground --port 7123
  • startnode dist/index.cjs
  • start:httpnode dist/http-server.mjs
  • start:stdionode dist/stdio-server.mjs
  • 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:e2ebun test __tests__/integration
  • test:stagedbun test --findRelatedTests
  • test:updatebun test --update-snapshots --preload ./test/setup.ts
  • test:watchbun test --watch --preload ./test/setup.ts
  • …and 1 more.
Dependencies24
  • @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/uuid^10.0.0
  • @types/ws^8.5.10
  • 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
  • openapi-types^12.1.3
  • sanitize-html^2.15.0
  • swagger-ui-express^5.0.1
  • uuid^11.1.0
  • winston^3.11.0
  • winston-daily-rotate-file^5.0.0
  • ws^8.16.0
  • yaml^2.8.2
  • zod^3.22.4
  • zod-to-json-schema^3.24.6