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 updateStatic 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"}'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
Status history (1 event)
- new → available · risk high · score 45 · status changed
Evidence
Static findings
1 static · 1 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | New Lifecycle Script Vs Previous | package.json | postinstall 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | New Lifecycle Script Vs Previous | package.json | postinstall added in 1.0.1-alpha.84 vs 1.0.1-alpha.83: "node scripts/postinstall.cjs" | 40 |
| low | Install-time lifecycle script | package.json | postinstall="node scripts/postinstall.cjs" | 5 |
Manifest
Package metadata
Scripts63
buildvite build --config vite.config.component.ts --mode=production && npm run build:typesbuild-storybookstorybook buildbuild:all-packagesnpm run build && npm run build:angular-components && npm run build:react-componentsbuild:angular-componentstsx wrappers/angular/generate-angular-wrappers.tsbuild:angular-packagenpm run build && npm run build:angular-componentsbuild:devvite build --config vite.config.component.ts --mode=development --watchbuild:react-componentstsx wrappers/react/generate-react-wrappers.tsbuild:react-packagenpm run build && npm run build:react-componentsbuild:typesmkdir -p dist && tsc --emitDeclarationOnly --declarationDir types && cp -r types/* dist/ && rm -rf typescleannpx rimraf distdevnpm run build:devgenerate:ai-instructionstsx scripts/generate-ai-instructions.tslink:angularnpm run build:angular-package && (cd dist && npm link) && (cd dist/angular && npm link)link:angular:apptsx wrappers/angular/development/link-angular-to-app.tslink:reactnpm run build:react-package && npm link --prefix dist && npm link --prefix dist/reactlink:react:apptsx wrappers/react/development/link-react-to-app.tslinteslint "src/**/*.ts"lint:fixnpm run lint -- --fixpostinstallnode scripts/postinstall.cjsprebuildnpm run cleanpreparegit config core.hooksPath .githooks || trueprepublishOnlynpm run buildpromote:alpha-to-latestnpm dist-tag add @luzmo/lucero@$(npm view @luzmo/lucero@alpha version) latestpromote:alpha-to-latest:angularnpm dist-tag add @luzmo/ngx-lucero@$(npm view @luzmo/ngx-lucero@alpha version) latestpromote:alpha-to-latest:reactnpm dist-tag add @luzmo/lucero-react@$(npm view @luzmo/lucero-react@alpha version) latestpublish: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 reactpublish: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 alphapublish: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-runpublish: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 alphapublish:angularnpm run test:angular-wrappers && tsx scripts/publish-dist-package.ts angular- …and 33 more.
Dependencies2
dompurify^3.4.0marked^18.0.0