PkgRadar

Package evidence

@mxenabled/[email protected]

Large Javascript Payload: 3583723 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
179Mature · −50% score
First published
Oct 2024
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["@mxenabled/[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":["@mxenabled/[email protected]"],"fail_on":"review"}'
Artifact bytes2,261,590
Previous version2.23.0
Published2026-05-14T17:28:47.881Z
SHA-256e7db9b9c511ddfd6534d67b3d9b9db1011fbb17a722d1c55e4513bb9b334eca4

Why flagged

What the scanner saw

Large Javascript Payload: 3583723 bytes

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

Availability ledger

available

review
Last checked
reviewRisk
3Score
2.23.1Version
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.

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/index.es.js3583723 bytes10

Manifest

Package metadata

Scripts13
  • buildtsc && vite build && npm run logBuildDate
  • devvite build --watch
  • i18nnode scripts/i18n.js
  • linteslint . --ext ts,tsx,js,jsx,md --report-unused-disable-directives --max-warnings 14
  • logBuildDateecho 'Last build: '$(date "+%c") | tee ./dist/lastBuild.txt
  • preparehusky
  • previewvite preview
  • publish:majornpm run testAndBuild && npm version major && git push && git push origin --tags && npm publish
  • publish:minornpm run testAndBuild && npm version minor && git push && git push origin --tags && npm publish
  • publish:patchnpm run testAndBuild && npm version patch && git push && git push origin --tags && npm publish
  • testvitest run
  • testAndBuildnpm run test && npm run build
  • watchvitest
Dependencies36
  • @emotion/react^11.14.0
  • @emotion/styled^11.14.1
  • @kyper/button^4.0.0
  • @kyper/hooks^1.0.0
  • @kyper/icon^1.18.1
  • @kyper/input^6.1.0
  • @kyper/institutionlogo^3.1.0
  • @kyper/messagebox^3.1.0
  • @kyper/progressindicators^3.1.0
  • @kyper/select^2.0.0
  • @kyper/selectionbox^2.1.0
  • @kyper/tag^3.0.0
  • @kyper/tokenprovider^4.0.1
  • @kyper/userfeedback^2.0.0
  • @kyper/utilityrow^2.1.0
  • @mui/icons-material^6.1.5
  • @mui/material^6.1.5
  • @mxenabled/mxui^1.5.4
  • @reduxjs/toolkit^2.2.7
  • @types/node^22.1.0
  • bowser^2.11.0
  • date-fns^4.1.0
  • dompurify^3.2.4
  • focus-trap-react^10.2.3
  • gettext.js^2.0.3
  • js-sha256^0.11.0
  • lodash^4.18.1
  • numeral^2.0.6
  • react^19.2.4
  • react-confetti^6.1.0
  • …and 6 more.