PkgRadar

Package evidence

@luzmo/[email protected]

Install-time lifecycle script: postinstall="node scripts/postinstall.cjs"

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
3,957Niche · −30% score
Versions published
118Mature · −50% score
First published
Feb 2025
Publisher
jari-luzmo

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

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":["@luzmo/[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":["@luzmo/[email protected]"],"fail_on":"high"}'
Publisherjari-luzmo
Artifact bytes652,926
Previous version1.0.1-alpha.83
Published2026-06-15T10:43:58.396Z
SHA-25695add3aa29ec1fa37111fb7cfdd18a1f238df27d4011a8acf7f411e0f402dd12

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 1.0.1-alpha.84 vs 1.0.1-alpha.83: "node scripts/postinstall.cjs"

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

Availability ledger

available

high
Last checked
highRisk
45Score
1.0.1-alpha.84Version
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 1.0.1-alpha.84 vs 1.0.1-alpha.83: "node scripts/postinstall.cjs"40
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 1.0.1-alpha.84 vs 1.0.1-alpha.83: "node scripts/postinstall.cjs"40
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.cjs"5

Manifest

Package metadata

Scripts63
  • buildvite build --config vite.config.component.ts --mode=production && npm run build:types
  • build-storybookstorybook build
  • build:all-packagesnpm run build && npm run build:angular-components && npm run build:react-components
  • build:angular-componentstsx wrappers/angular/generate-angular-wrappers.ts
  • build:angular-packagenpm run build && npm run build:angular-components
  • build:devvite build --config vite.config.component.ts --mode=development --watch
  • build:react-componentstsx wrappers/react/generate-react-wrappers.ts
  • build:react-packagenpm run build && npm run build:react-components
  • build:typesmkdir -p dist && tsc --emitDeclarationOnly --declarationDir types && cp -r types/* dist/ && rm -rf types
  • cleannpx rimraf dist
  • devnpm run build:dev
  • generate:ai-instructionstsx scripts/generate-ai-instructions.ts
  • link:angularnpm run build:angular-package && (cd dist && npm link) && (cd dist/angular && npm link)
  • link:angular:apptsx wrappers/angular/development/link-angular-to-app.ts
  • link:reactnpm run build:react-package && npm link --prefix dist && npm link --prefix dist/react
  • link:react:apptsx wrappers/react/development/link-react-to-app.ts
  • linteslint "src/**/*.ts"
  • lint:fixnpm run lint -- --fix
  • postinstallnode scripts/postinstall.cjs
  • prebuildnpm run clean
  • preparegit config core.hooksPath .githooks || true
  • prepublishOnlynpm run build
  • promote:alpha-to-latestnpm dist-tag add @luzmo/lucero@$(npm view @luzmo/lucero@alpha version) latest
  • promote:alpha-to-latest:angularnpm dist-tag add @luzmo/ngx-lucero@$(npm view @luzmo/ngx-lucero@alpha version) latest
  • promote:alpha-to-latest:reactnpm dist-tag add @luzmo/lucero-react@$(npm view @luzmo/lucero-react@alpha version) latest
  • publish:allnpm run test && npm run release && npm run build:all-packages && npm run test:angular-wrappers:check && npm run test:react-wrappers:check && tsx scripts/publish-dist-package.ts core && tsx scripts/publish-dist-package.ts angular && tsx scripts/publish-dist-package.ts react
  • publish:all:alphanpm run test && npm run release:alpha && npm run build:all-packages && npm run test:angular-wrappers:check && npm run test:react-wrappers:check && tsx scripts/publish-dist-package.ts core --tag alpha && tsx scripts/publish-dist-package.ts angular --tag alpha && tsx scripts/publish-dist-package.ts react --tag alpha
  • publish:all:dry-runnpm run build:all-packages && tsx scripts/publish-dist-package.ts core --dry-run && tsx scripts/publish-dist-package.ts angular --dry-run && tsx scripts/publish-dist-package.ts react --dry-run
  • publish:all:dry-run:alphanpm run build:all-packages && tsx scripts/publish-dist-package.ts core --dry-run --tag alpha && tsx scripts/publish-dist-package.ts angular --dry-run --tag alpha && tsx scripts/publish-dist-package.ts react --dry-run --tag alpha
  • publish:angularnpm run test:angular-wrappers && tsx scripts/publish-dist-package.ts angular
  • …and 33 more.
Dependencies2
  • dompurify^3.4.0
  • marked^18.0.0