PkgRadar

Package evidence

@bosonprotocol/[email protected]

Install-time lifecycle script: postinstall="npx playwright install"

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
94Mature · −50% score
First published
Aug 2022
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":["@bosonprotocol/[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":["@bosonprotocol/[email protected]"],"fail_on":"review"}'
Artifact bytes106,858
Previous version1.4.6-alpha.4
Published2026-06-04T16:13:59.282Z
SHA-256ba633c90b0ef56a273d61f571357de5322a38f3c80214f416ba3bd695809a6ed

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="npx playwright install"

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

Availability ledger

available

review
Last checked
reviewRisk
1Score
2.0.0Version
Status history (1 event)
  1. newavailable · risk review · score 1 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="npx playwright install"5

Manifest

Package metadata

Scripts17
  • buildrimraf dist && tsc --build tsconfig.json
  • cleanrimraf dist coverage node_modules
  • dev:mcp-server:httpnpx cross-env START=true node --watch dist/mcp/server/index.js --http | npx @modelcontextprotocol/inspector --config mcpServer.json --server boson-xmtp-mcp-server-http
  • dev:mcp-server:stdionpx cross-env START=true node --watch dist/mcp/server/index.js | npx @modelcontextprotocol/inspector --config mcpServer.json --server boson-xmtp-mcp-server-stdio
  • inspectornpx @modelcontextprotocol/inspector
  • inspector:omit-authDANGEROUSLY_OMIT_AUTH=true npx @modelcontextprotocol/inspector
  • linteslint --ignore-path .gitignore --ext .js,.ts . --config .eslintrc.tests.cjs
  • lint:fixnpm run lint -- --fix
  • postinstallnpx playwright install
  • prettierprettier --write .
  • prettier:checkprettier --check "src/**/*" "tests/**/*"
  • start:mcp-server:httpnpx cross-env START=true node dist/mcp/server/index.js --http
  • start:mcp-server:stdionpx cross-env START=true node dist/mcp/server/index.js
  • testrun-p test:browser test:node
  • test:browservitest --config vite.config.mts
  • test:nodevitest --config vite.config.node.mts
  • watchrimraf dist && tsc --watch
Dependencies13
  • @bosonprotocol/common^1.31.0-alpha.11
  • @goat-sdk/core^0.5.0
  • @goat-sdk/wallet-evm^0.3.0
  • @modelcontextprotocol/sdk^1.17.5
  • @vitest/browser^3.1.1
  • @xmtp/browser-sdk^2.0.5
  • @xmtp/node-sdk^4.1.0
  • babel-plugin-transform-import-meta^2.3.2
  • ethers^5.7.2
  • playwright^1.51.1
  • valid-data-url^4.0.1
  • viem^2.26.5
  • zod^3.25.76