PkgRadar

Package evidence

@myxtra/[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
108Mature · −50% score
First published
Jul 2023
Publisher
dcsplatformservices

Effective trust discount applied: 50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@myxtra/[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":["@myxtra/[email protected]"],"fail_on":"review"}'
Artifact bytes263,030
Previous version2.47.2-alpha.0
Published2026-04-16T02:05:59.280Z
SHA-2560efc8dc5530ea4f8bd750aad75e4b13bae567f2c615e0ad884884cd96794b303

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
2.48.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts8
  • buildtsc -p tsconfig.production.json && vite build
  • devvite
  • linteslint --fix --ext .tsx,.ts src/
  • stylelintstylelint --fix 'src/**/*.css'
  • testvitest
  • test:coveragevitest run --coverage --reporter=junit
  • translations:pullcrowdin pull && prettier --write './src/assets/locales'
  • typechecktsc --noEmit
Dependencies10
  • @myxtra/shared1.37.3
  • @myxtra/ui-react1.47.4
  • @tanstack/react-query^5.79.0
  • clsx^2.1.1
  • i18next^23.16.8
  • i18next-browser-languagedetector^8.1.0
  • js-cookie^3.0.5
  • react^18.3.1
  • react-dom^18.3.1
  • react-i18next^15.5.2