PkgRadar

Package evidence

@mapbox/[email protected]

Install Lifecycle Suppresses Failure: postinstall="patch-package || 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
255
Versions published
26Established · −30% score
First published
Jul 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 bytes372,451
Previous version0.8.0
Published2026-06-10T10:44:51.507Z
SHA-2564dc387858e72b6a487598b7c6f41122a61d0fd6bf29710e747bc1aca99a1922a

Why flagged

What the scanner saw

Install Lifecycle Suppresses Failure: postinstall="patch-package || true"

1 candidate cluster(s) currently reference this release.

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.8.1-devVersion
Status history (1 event)
  1. newavailable · risk high · score 17 · status changed

Related candidates

Linked campaigns and clusters

Repeated static TTPactive

Install Lifecycle Suppresses Failure — postinstall="patch-package || true"

35 members · evidence strength 83
Repeated static TTPcandidate

Install Lifecycle Suppresses Failure — postinstall="patch-package || true"

35 members · max score 65

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="patch-package || true"20
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="patch-package || true"20
lowInstall-time lifecycle scriptpackage.jsonpostinstall="patch-package || 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}"
  • format:fixprettier --write "./src/**/*.{ts,tsx,js,json,md}" "./test/**/*.{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}"
  • lint:fixeslint "./src/**/*.{ts,tsx}" "./test/**/*.{ts,tsx}" --fix
  • postinstallpatch-package || 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')"
Dependencies12
  • @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
  • zod^4.3.6