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
58
First published
Feb 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 bytes720,596
Previous version1.25.6-preview-f0071e8
Published2026-05-28T14:26:33.862Z
SHA-256fdf2b7a8e8c50091e14a1ba4e8ff05cc4d650f0d774602e66df24ed13926a8b7

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
1.25.7-preview-5416233Version
Status history (2 events)
  1. availableavailable · risk low · score 0 · status available -> available, risk high -> low, score 63 -> 0
  2. newavailable · risk high · score 63 · 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/tron-wallet-snap
  • changelog:validate../../scripts/validate-changelog.sh @metamask/tron-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
  • publish:previewyarn npm publish --tag preview
  • servemm-snap serve
  • startnode scripts/update-manifest-local.js && concurrently "mm-snap watch" "yarn build:locale:watch"
  • testjest && yarn jest-it-up
  • test:integration./integration-test/run-integration.sh