PkgRadar

Package evidence

@maz-ui/[email protected]

Install-time lifecycle script: postinstall="nx build"

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.

Weekly downloads
25
Versions published
15
First published
May 2026
Publisher
louismazel

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@maz-ui/[email protected]"],"fail_on":"high"}'

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":["@maz-ui/[email protected]"],"fail_on":"high"}'
Publisherlouismazel
Artifact bytes10,581
Previous version5.0.0-beta.26
Published2026-05-05T17:46:25.808Z
SHA-256bc0e4d1ed469f87e2082c5c96a78afc804880f746f4c8aef034a77ffca2396f8

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 5.0.0-canary.07195c6.0 vs 5.0.0-beta.26: "nx build"

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

Availability ledger

available

high
Last checked
highRisk
45Score
5.0.0-canary.07195c6.0Version
Status history (1 event)
  1. newavailable · risk high · score 45 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 5.0.0-canary.07195c6.0 vs 5.0.0-beta.26: "nx build"40
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 5.0.0-canary.07195c6.0 vs 5.0.0-beta.26: "nx build"40
lowInstall-time lifecycle scriptpackage.jsonpostinstall="nx build"5

Manifest

Package metadata

Scripts9
  • buildunbuild
  • devunbuild --stub
  • lintcross-env NODE_ENV=production eslint .
  • lint:fixpnpm lint --fix
  • postinstallnx build
  • test:unitvitest run
  • test:unit:coveragevitest run --coverage
  • test:unit:watchvitest watch
  • typechecktsc --noEmit --skipLibCheck
Dependencies2
  • @maz-ui/node5.0.0-canary.07195c6.0
  • globby^16.2.0