Package evidence
[email protected]
Install-time lifecycle script: postinstall="node scripts/postinstall.js"
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
- 340
- Versions published
- 26
- First published
- Jan 2026
- Publisher
- nickreames
Recommended action
Review before promotingMixed 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"}'Why flagged
What the scanner saw
Install-time lifecycle script: postinstall="node scripts/postinstall.js"
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 review · score 5 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 1 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Install-time lifecycle script | package.json | postinstall="node scripts/postinstall.js" | 5 |
Manifest
Package metadata
Scripts38
buildnode scripts/clean-build-output.js && tsc -p tsconfig.build.json && node scripts/add-shebang.js && node scripts/copy-init-assets.js && node scripts/generate-command-contract.js --writebuild:testnode scripts/clean-build-output.js tests && tsc -p tsconfig.test.jsoncli:checknpm run build && node scripts/cli_help_snapshot.js --checkcli:contractnpm run build && node scripts/generate-command-contract.js --checkcli:snapshotnpm run build && node scripts/cli_help_snapshot.jspostinstallnode scripts/postinstall.jsprepacknpm run build && node scripts/assert-publish-ready.jsprepublishOnlynpm run test && npm run cli:check && npm run cli:contract && node dist/cli.js validate && npm run smoke:consumer && npm run smoke:matrix && npm run smoke:upgrade && npm run smoke:init && npm run smoke:capabilities && npm run smoke:db && npm run smoke:db-queue && npm run smoke:db-queue-cli && npm run smoke:db-events && npm run smoke:db-materializer && npm run smoke:db-snapshot && npm run smoke:archive-work && npm run smoke:work-invocation && npm run smoke:cli-ux-polish && npm run smoke:operator-health && npm run smoke:fix-plan && npm run smoke:branch-conflicts && npm run smoke:id-repair && npm run smoke:command-docs && npm run smoke:spike && npm run smoke:goal-lifecycle && npm run smoke:bundle && npm run smoke:subgraph && npm run smoke:visibility && npm run smoke:sqlite && npm run smoke:parallel && npm run smoke:goal && node scripts/assert-publish-ready.jssmoke:archive-worknpm run build && node scripts/smoke-archive-work.jssmoke:branch-conflictsnpm run build && node scripts/smoke-branch-conflicts.jssmoke:bundlenpm run build && node scripts/smoke-bundle.jssmoke:bundle-importnpm run smoke:subgraphsmoke:capabilitiesnpm run build && node scripts/smoke-capabilities.jssmoke:cli-ux-polishnpm run build && node scripts/smoke-cli-ux-polish.jssmoke:command-docsnpm run build && node scripts/smoke-command-docs.jssmoke:consumernpm run build && node scripts/smoke-consumer.jssmoke:dbnpm run build && node scripts/smoke-db.jssmoke:db-eventsnpm run build && node scripts/smoke-db-events.jssmoke:db-materializernpm run build && node scripts/smoke-db-materializer.jssmoke:db-queuenpm run build && node scripts/smoke-db-queue.jssmoke:db-queue-clinpm run build && node scripts/smoke-db-queue-cli.jssmoke:db-snapshotnpm run build && node scripts/smoke-db-snapshot.jssmoke:fix-plannpm run build && node scripts/smoke-fix-plan.jssmoke:goalnpm run build && node scripts/smoke-goal.jssmoke:goal-lifecyclenpm run build && node scripts/smoke-goal-lifecycle.jssmoke:id-repairnpm run build && node scripts/smoke-id-repair.jssmoke:initnpm run build && node scripts/smoke-init.jssmoke:matrixnpm run build && node scripts/smoke-command-matrix.jssmoke:operator-healthnpm run build && node scripts/smoke-operator-health.jssmoke:parallelnpm run build && node scripts/smoke-parallel.js- …and 8 more.