PkgRadar

Package evidence

@metamask-previews/[email protected]

Known Indicator Filename: package/dist/bundle.js

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-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 bytes725,682
Previous version1.25.4-preview-7aab63e
Published2026-05-25T07:12:24.756Z
SHA-2568a578d793fb171da8cd10b38fe91a00890cdef34bbf66081d37151abc2f5497c

Why flagged

What the scanner saw

Known Indicator Filename: package/dist/bundle.js

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

Availability ledger

available

review
Last checked
reviewRisk
51Score
1.25.6-preview-3952a60Version
Status history (1 event)
  1. newavailable · risk review · score 51 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highKnown Indicator Filenamepackage/dist/bundle.jspackage/dist/bundle.js45
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highKnown Indicator Filenamepackage/dist/bundle.jspackage/dist/bundle.js45
lowObfuscationpackage/dist/bundle.jsmatched "fromCharCode"3
lowObfuscationpackage/dist/preinstalled-snap.jsonmatched "fromCharCode"3

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