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.
- Versions published
- 19
- 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
Scripts26
buildnode scripts/clean-build-output.js && tsc -p tsconfig.build.json && node scripts/add-shebang.js && node scripts/copy-init-assets.jsbuild:testnode scripts/clean-build-output.js tests && tsc -p tsconfig.test.jsoncli:checknpm run build && node scripts/cli_help_snapshot.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 && 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-events && npm run smoke:db-snapshot && npm run smoke:archive-work && 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:bundlenpm run build && node scripts/smoke-bundle.jssmoke:bundle-importnpm run smoke:subgraphsmoke:capabilitiesnpm run build && node scripts/smoke-capabilities.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-queuenpm run build && node scripts/smoke-db-queue.jssmoke:db-snapshotnpm run build && node scripts/smoke-db-snapshot.jssmoke:goalnpm run build && node scripts/smoke-goal.jssmoke:initnpm run build && node scripts/smoke-init.jssmoke:matrixnpm run build && node scripts/smoke-command-matrix.jssmoke:parallelnpm run build && node scripts/smoke-parallel.jssmoke:sqlitenpm run build && node scripts/smoke-sqlite.jssmoke:subgraphnpm run build && node scripts/smoke-subgraph.jssmoke:upgradenpm run build && node scripts/smoke-upgrade.jssmoke:visibilitynpm run build && node scripts/smoke-visibility.jstestnpm run build && npm run build:test && node --test dist/tests/**/*.test.jstest:coveragenpm run build && npm run build:test && node --test --experimental-test-coverage dist/tests/**/*.test.js