PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 3426712 bytes

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
3
First published
May 2026
Publisher
zhazha-ui

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisherzhazha-ui
Artifact bytes4,212,339
Previous version1.0.1
Published2026-05-28T03:20:49.143Z
SHA-256ec538055deab55ebfa182ac4711774525598ee68fbccb26922e14386a88230b8

Why flagged

What the scanner saw

Large Javascript Payload: 3426712 bytes

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
1.0.2Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/lib/mt-map.min.js3426712 bytes10

Manifest

Package metadata

Scripts6
  • buildwebpack --config build/webpack.prod.js
  • build:componentswebpack --config build/webpack.component.js
  • build:docvuepress build docs
  • devvuepress dev docs --no-cache
  • linteslint "**/*.{js,vue}"
  • lint-fixeslint --fix "**/*.{js,vue}"
Dependencies3
  • core-js^2.6.12
  • maptalks^1.0.0-rc.25
  • vuepress-plugin-vue-example^1.1.9