PkgRadar

Package evidence

@bosonprotocol/[email protected]

Install-time lifecycle script: preinstall="npx only-allow pnpm"

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
87Established · −30% score
First published
Jul 2025
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 bytes155,815
Previous version1.2.7-alpha.8
Published2026-06-05T10:25:36.572Z
SHA-2567cb376062522ecacd661fd85013deb9a0c0c9dca48d22b690467b355c006828d

Why flagged

What the scanner saw

Install-time lifecycle script: preinstall="npx only-allow pnpm"

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

Availability ledger

available

review
Last checked
reviewRisk
1Score
1.2.7-alpha.9Version
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.jsonpreinstall="npx only-allow pnpm"5

Manifest

Package metadata

Scripts40
  • buildrimraf dist && tsc --project tsconfig.build.json
  • build:public-docspnpm exec tsx scripts/build-public-docs.ts
  • ciecho 'Type checking:' && pnpm typecheck && echo 'Linting:' && pnpm lint:ci && echo 'Tests:' && pnpm test && echo 'Build:' && pnpm build
  • cleanrimraf dist
  • dev:bosonnodemon -r dotenv/config dist/boson/mcp-server/index.js | npx @modelcontextprotocol/inspector --config mcpServer.json --server boson-dev-server
  • dev:boson:httpnodemon -r dotenv/config dist/boson/mcp-server/index.js --mcp-config mcpServer.json --server boson-dev-server --http
  • dev:boson:http:inspectornpx @modelcontextprotocol/inspector --config mcpServer.json --server boson-dev-server --http
  • e2e:boson:servicesrun-script-os
  • e2e:boson:services:default./e2e/boson/run-e2e-services.sh
  • e2e:boson:services:win32cmd /c .\e2e\boson\run-e2e-services.cmd
  • e2e:boson:suiterun-script-os
  • e2e:boson:suite:default./e2e/boson/run-e2e-suite.sh
  • e2e:boson:suite:win32cmd /c .\e2e\boson\run-e2e-suite.cmd
  • e2e:boson:testjest -c ./e2e/boson/jest.config.js
  • e2e:boson:test:onlyjest -c ./e2e/boson/jest.config.js --runInBand
  • link-boson-ccnode ./scripts/link-to-local-core-components.cjs
  • link-fermion-ccnode ./scripts/link-to-local-fermion-core-components.cjs
  • linteslint . --ext ts --report-unused-disable-directives --max-warnings 0
  • lint:cieslint . --ext ts --report-unused-disable-directives --max-warnings 100
  • lint:fixeslint . --ext ts --fix
  • postpacknode -e "require('fs').copyFileSync('README.source.md.bak','README.md'); require('fs').unlinkSync('README.source.md.bak')"
  • preinstallnpx only-allow pnpm
  • prepackpnpm build:public-docs && node -e "require('fs').copyFileSync('README.md','README.source.md.bak'); require('fs').copyFileSync('public-docs/README.npm.md','README.md')"
  • preparepnpm build
  • setup-mcp-serverpnpm exec tsx scripts/setupMcpServer.ts
  • start:bosonnode -r dotenv/config dist/boson/mcp-server/index.js | npx @modelcontextprotocol/inspector --config mcpServer.json --server boson-server
  • start:boson:httpnode -r dotenv/config dist/boson/mcp-server/index.js --mcp-config mcpServer.json --server boson-server --http
  • start:boson:http:inspectornpx @modelcontextprotocol/inspector --config mcpServer.json --server boson-server --http
  • testvitest run
  • test:coveragevitest run --coverage
  • …and 10 more.
Dependencies30
  • @ai-sdk/anthropic^1.2.12
  • @bosonprotocol/common1.33.0
  • @bosonprotocol/core-sdk1.48.0
  • @bosonprotocol/ethers-sdk1.18.0
  • @bosonprotocol/ipfs-storage1.13.0
  • @bosonprotocol/metadata1.16.3
  • @dmitryrechkin/json-schema-to-zod^1.0.1
  • @ethersproject/bignumber5.8.0
  • @fermionprotocol/common^1.7.0
  • @fermionprotocol/core-sdk^1.7.0
  • @fermionprotocol/metadata1.5.2
  • @goat-sdk/core^0.5.0
  • @goat-sdk/wallet-evm^0.3.0
  • @goat-sdk/wallet-viem^0.3.0
  • @modelcontextprotocol/sdk1.17.4
  • @opensea/seaport-js4.0.4
  • ai^4.3.19
  • ajv^8.17.1
  • ajv-formats^3.0.1
  • commander^14.0.0
  • dotenv^16.5.0
  • ethers^5.7.2
  • ethers-v6npm:ethers@^6.14.3
  • express^5.1.0
  • lodash^4.17.21
  • mcp-inspector^1.0.0
  • nodemon^3.1.10
  • reflect-metadata0.2.2
  • viem2.23.4
  • zod^3.25.51