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 updateStatic 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"}'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
Status history (1 event)
- new → available · risk high · score 45 · status changed
Evidence
Static findings
2 static · 1 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | New Lifecycle Script Vs Previous | package.json | postinstall 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | New Lifecycle Script Vs Previous | package.json | postinstall added in 1.6.1 vs 1.6.0: "bun run build:all || echo '⚠\u{fe0f} Build failed. Run: bun run build:all'" | 40 |
| low | Install-time lifecycle script | package.json | postinstall="bun run build:all || echo '⚠\u{fe0f} Build failed. Run: bun run build:all'" | 5 |
| low | Large Javascript Payload | package/dist/index-test.cjs | 2974848 bytes | 0 |
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:arktypebuild:allbun run build && bun run build:stdio && bun run build:httpbuild: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:arktypebuild: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:arktypecleanrm -rf dist dist-ts .bun coverage .eslintcache .prettierignore bin/*.jsdevtsx --watch src/index.tsdocker:builddocker compose builddocker:devdocker compose -f docker-compose.dev.yml updocker:downdocker compose downdocker:logsdocker compose logs -fdocker:updocker compose up -dformatprettier --write "src/**/*.ts" --cachelinteslint . --ext .ts --cachepostinstallbun run build:all || echo '⚠️ Build failed. Run: bun run build:all'preparehusky || trueprofilebun --inspect src/index.tssmithery:buildnpx @smithery/cli build src/smithery-sdk.ts --out dist/smithery.jssmithery:devnpx @smithery/cli dev src/smithery-sdk.ts --port 7123smithery:playgroundnpx @smithery/cli playground --port 7123startnode dist/index.cjsstart:httpnode dist/http-server.mjsstart:stdionode dist/stdio-server.mjstestbun test --preload ./test/setup.tstest:cibun test --coverage --bail --preload ./test/setup.tstest:clearbun test --clear-cachetest:coveragebun test --coverage --preload ./test/setup.tstest:e2ebun test __tests__/integrationtest:stagedbun test --findRelatedTeststest:updatebun test --update-snapshots --preload ./test/setup.tstest: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.10cors^2.8.5dotenv^16.4.7express^4.21.2express-rate-limit^7.5.0fastmcp^3.22.0helmet^7.1.0jsonwebtoken^9.0.2openapi-types^12.1.3sanitize-html^2.15.0swagger-ui-express^5.0.1uuid^11.1.0winston^3.11.0winston-daily-rotate-file^5.0.0ws^8.16.0yaml^2.8.2zod^3.22.4zod-to-json-schema^3.24.6