PkgRadar

Package evidence

@metamask/[email protected]

Install-time lifecycle script: postinstall="yarn playwright install chromium"

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
1,958Niche · −30% score
Versions published
6
First published
May 2025
Publisher
metamaskbot

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

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":["@metamask/[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":["@metamask/[email protected]"],"fail_on":"review"}'
Publishermetamaskbot
Artifact bytes60,684
Previous version0.2.0
Published2025-08-19T19:02:49.267Z
SHA-256b511bcbd7863d1f2d5a03277b95a451dcdf6301f0c2336c9ec75536f064bf36e

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="yarn playwright install chromium"

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

Availability ledger

available

review
Last checked
reviewRisk
3Score
0.3.0Version
Status history (1 event)
  1. newavailable · risk review · score 3 · 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="yarn playwright install chromium"5

Manifest

Package metadata

Scripts17
  • buildts-bridge --project tsconfig.build.json --clean
  • build:docstypedoc
  • changelog:update../../scripts/update-changelog.sh @metamask/streams
  • changelog:validate../../scripts/validate-changelog.sh @metamask/streams
  • cleanrimraf --glob './*.tsbuildinfo' ./.eslintcache ./coverage ./dist
  • lintyarn lint:eslint && yarn lint:misc --check && yarn constraints && yarn lint:dependencies
  • lint:dependenciesdepcheck
  • lint:eslinteslint . --cache
  • lint:fixyarn lint:eslint --fix && yarn lint:misc --write && yarn constraints --fix && yarn lint:dependencies
  • lint:miscprettier --no-error-on-unmatched-pattern '**/*.json' '**/*.md' '**/*.html' '!**/CHANGELOG.old.md' '**/*.yml' '!.yarnrc.yml' '!merged-packages/**' --ignore-path ../../.gitignore
  • postinstallyarn playwright install chromium
  • publish:previewyarn npm publish --tag preview
  • testvitest run --config vitest.config.ts
  • test:cleanyarn test --no-cache --coverage.clean
  • test:devyarn test --mode development
  • test:verboseyarn test --reporter verbose
  • test:watchvitest --config vitest.config.ts
Dependencies9
  • @endo/exo^1.5.12
  • @endo/far^1.1.14
  • @endo/patterns^1.7.0
  • @endo/promise-kit^1.1.13
  • @endo/stream^1.2.13
  • @metamask/kernel-errors^0.3.0
  • @metamask/kernel-utils^0.2.0
  • @metamask/superstruct^3.2.1
  • @metamask/utils^11.4.2