PkgRadar

Package evidence

@mapbox/[email protected]

Install Lifecycle Suppresses Failure: postinstall="patch-package || (cd ../../.. && node ./node_modules/patch-package/index.js --patch-dir ./node_modules/@mapbox/mcp-server/patches) || true"

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
823
Versions published
53Established · −30% score
First published
Jun 2025
Publisher
mbx-npm-06-production

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":["@mapbox/[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":["@mapbox/[email protected]"],"fail_on":"high"}'
Artifact bytes301,718
Previous version0.12.3-dev
Published2026-06-11T11:40:43.422Z
SHA-2567593641bf69c58fcd299cc7d6d2804f272cd37b05ae539f2889c4236c679fcd0

Why flagged

What the scanner saw

Install Lifecycle Suppresses Failure: postinstall="patch-package || (cd ../../.. && node ./node_modules/patch-package/index.js --patch-dir ./node_modules/@mapbox/mcp-server/patches) || true"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="patch-package || (cd ../../.. && node ./node_modules/patch-package/index.js --patch-dir ./node_modules/@mapbox/mcp-server/patches) || true"20
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="patch-package || (cd ../../.. && node ./node_modules/patch-package/index.js --patch-dir ./node_modules/@mapbox/mcp-server/patches) || true"20
lowInstall-time lifecycle scriptpackage.jsonpostinstall="patch-package || (cd ../../.. && node ./node_modules/patch-package/index.js --patch-dir ./node_modules/@mapbox/mcp-server/patches) || true"5

Manifest

Package metadata

Scripts16
  • buildnpm run prepare && tshy && npm run generate-version && node scripts/add-shebang.cjs
  • changelog:prepare-releasenode scripts/prepare-changelog-release.cjs
  • formatprettier --check "./src/**/*.{ts,tsx,js,json,md}" "./test/**/*.{ts,tsx,js,json,md}" "./examples/**/*.{ts,tsx,js,json,md}"
  • format:fixprettier --write "./src/**/*.{ts,tsx,js,json,md}" "./test/**/*.{ts,tsx,js,json,md}" "./examples/**/*.{ts,tsx,js,json,md}"
  • generate-versionnode scripts/build-helpers.cjs generate-version
  • inspect:buildnpm run build && npx @modelcontextprotocol/inspector -e MAPBOX_ACCESS_TOKEN="$MAPBOX_ACCESS_TOKEN" node dist/esm/index.js
  • inspect:devnpx @modelcontextprotocol/inspector -e MAPBOX_ACCESS_TOKEN="$MAPBOX_ACCESS_TOKEN" npx -y tsx src/index.ts
  • linteslint "./src/**/*.{ts,tsx}" "./test/**/*.{ts,tsx}" "./examples/**/*.{ts,tsx}"
  • lint:fixeslint "./src/**/*.{ts,tsx}" "./test/**/*.{ts,tsx}" "./examples/**/*.{ts,tsx}" --fix
  • postinstallpatch-package || (cd ../../.. && node ./node_modules/patch-package/index.js --patch-dir ./node_modules/@mapbox/mcp-server/patches) || true
  • spellcheckcspell "*.md" "src/**/*.ts" "test/**/*.ts" "examples/**/*.ts"
  • sync-manifestnode scripts/sync-manifest-version.cjs
  • testvitest
  • tracing:jaeger:startdocker run --rm -d --name jaeger -p 16686:16686 -p 14250:14250 -p 4317:4317 -p 4318:4318 jaegertracing/all-in-one:latest
  • tracing:jaeger:stopdocker stop jaeger
  • tracing:verifynode -e "console.log('🔍 Verifying tracing setup with Jaeger...\n1. Copy .env.example to .env and add your MAPBOX_ACCESS_TOKEN\n2. Start Jaeger: npm run tracing:jaeger:start\n3. Run server: npm run inspect:build\n4. Check traces at: http://localhost:16686')"
Dependencies14
  • @mcp-ui/server^6.1.0
  • @modelcontextprotocol/ext-apps^1.1.1
  • @modelcontextprotocol/sdk^1.29.0
  • @opentelemetry/api^1.9.1
  • @opentelemetry/auto-instrumentations-node^0.74.0
  • @opentelemetry/exporter-trace-otlp-http^0.216.0
  • @opentelemetry/instrumentation^0.216.0
  • @opentelemetry/resources^2.7.1
  • @opentelemetry/sdk-node^0.216.0
  • @opentelemetry/sdk-trace-base^2.7.1
  • @opentelemetry/semantic-conventions^1.40.0
  • @turf/turf^7.3.1
  • patch-package^8.0.1
  • zod^4.3.6