PkgRadar

Package evidence

[email protected]

Install Lifecycle Remote Or Exec: postinstall="node -e \"process.exit(require('fs').existsSync('./dist') ? 1 : 0)\" && npm run build || true"

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
21Mature · −50% score
First published
Jun 2021
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":["[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":["[email protected]"],"fail_on":"review"}'
Artifact bytes19,460
Previous version2.0.0-2-dev.7
Published2026-06-02T14:18:59.782Z
SHA-256204350f42399b5e2fdb8c014368a9a00776c4d4e401adcedc786e35127807c1c

Why flagged

What the scanner saw

Install Lifecycle Remote Or Exec: postinstall="node -e \"process.exit(require('fs').existsSync('./dist') ? 1 : 0)\" && npm run build || true"

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

Availability ledger

available

review
Last checked
reviewRisk
16Score
2.0.0-2-dev.8Version
Status history (1 event)
  1. newavailable · risk review · score 16 · status changed

Evidence

Static findings

3 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"process.exit(require('fs').existsSync('./dist') ? 1 : 0)\" && npm run build || true"30
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node -e \"process.exit(require('fs').existsSync('./dist') ? 1 : 0)\" && npm run build || true"20
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"process.exit(require('fs').existsSync('./dist') ? 1 : 0)\" && npm run build || true"30
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node -e \"process.exit(require('fs').existsSync('./dist') ? 1 : 0)\" && npm run build || true"20
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node -e \"process.exit(require('fs').existsSync('./dist') ? 1 : 0)\" && npm run build || true"5

Manifest

Package metadata

Scripts10
  • buildtsc --build tsconfig.json
  • devNODE_ENV=development tsx tests/application/app.ts
  • dockerdocker compose run kuzzle_node_1
  • linteslint ./lib ./tests --ext .ts --config .eslintrc.json
  • lint:fixeslint ./lib ./tests --ext .ts --config .eslintrc.json --fix
  • postinstallnode -e "process.exit(require('fs').existsSync('./dist') ? 1 : 0)" && npm run build || true
  • prepacknpm run build
  • prettiernpx prettier lib/ tests/ --write
  • prodnode ./dist/tests/application/app.js
  • testvitest run --fileParallelism false
Dependencies7
  • @sendgrid/mail8.1.5
  • ajv^8.17.1
  • ajv-formats^3.0.1
  • axios^1.16.1
  • lodash4.17.21
  • nodemailer7.0.3
  • twilio5.7.0