PkgRadar

Package evidence

@metamask-previews/[email protected]

no findings

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
4
First published
May 2026
Publisher
metamaskbot

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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-previews/[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-previews/[email protected]"],"fail_on":"review"}'
Publishermetamaskbot
Artifact bytes850,573
Previous versionnone
Published2026-05-28T14:17:01.569Z
SHA-2569e23e671bb32584f39c49f468bee4afcf373281b79e253f4f242aa5016397198

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
0.0.1-preview-56dc705Version
Status history (2 events)
  1. availableavailable · risk low · score 0 · status available -> available, risk high -> low, score 45 -> 0
  2. newavailable · risk high · score 45 · status changed

Related candidates

Linked campaigns and clusters

Repeated static TTPstale

Known Indicator Filename — package/dist/bundle.js

11 members · evidence strength 82

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts25
  • allow-scriptsyarn workspace root allow-scripts
  • buildmm-snap build && yarn build:locale && yarn build-preinstalled-snap
  • build-preinstalled-snapnode scripts/build-preinstalled-snap.js
  • build:cleanyarn clean && yarn build:locale && yarn build
  • build:devENVIRONMENT=local node scripts/update-manifest-local.js && mm-snap build && yarn build:locale
  • build:localenode ./scripts/populate-en-locale.js && prettier 'locales/**/*.json' -w
  • build:locale:watchnpx nodemon --watch packages/snap/messages.json --exec "node ./scripts/populate-en-locale.js && prettier 'locales/**/*.json' -w"
  • build:prodENVIRONMENT=production node scripts/update-manifest-local.js && mm-snap build && yarn build:locale && yarn build-preinstalled-snap
  • changelog:update../../scripts/update-changelog.sh @metamask/stellar-wallet-snap
  • changelog:validate../../scripts/validate-changelog.sh @metamask/stellar-wallet-snap
  • cleanrimraf dist
  • formatprettier '**/*.ts' '**/*.tsx' --write
  • lintyarn lint:eslint && yarn lint:misc && yarn lint:deps && yarn lint:types
  • lint:depsdepcheck && yarn dedupe --check
  • lint:deps:fixdepcheck && yarn dedupe
  • lint:eslinteslint . --cache --ext js,jsx,ts,tsx
  • lint:fixyarn lint:eslint --fix && yarn lint:misc --write
  • lint:miscprettier '**/*.json' '**/*.md' --check
  • lint:typestsc --noEmit
  • prepublishOnlymm-snap manifest
  • servemm-snap serve
  • startnode scripts/update-manifest-local.js && concurrently "mm-snap watch" "yarn build:locale:watch"
  • testjest --passWithNoTests --coverage=false
  • test:coveragejest --passWithNoTests --coverage=true && yarn jest-it-up
  • test:integration./integration-test/run-integration.sh