PkgRadar

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
476
Versions published
21
First published
Jan 2026
Publisher
nickreames

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"}'
Publishernickreames
Artifact bytes226,626
Previous version0.1.10
Published2026-06-06T02:36:05.953Z
SHA-25614fea4880155c4883d6370ef4842a6a0f926a0a7b251bed835dbe166fbcbaf05

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

review
Last checked
reviewRisk
5Score
0.2.0Version
Status history (1 event)
  1. newavailable · 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)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.js"5

Manifest

Package metadata

Scripts28
  • buildnode scripts/clean-build-output.js && tsc -p tsconfig.build.json && node scripts/add-shebang.js && node scripts/copy-init-assets.js
  • build:testnode scripts/clean-build-output.js tests && tsc -p tsconfig.test.json
  • cli:checknpm run build && node scripts/cli_help_snapshot.js --check
  • cli:snapshotnpm run build && node scripts/cli_help_snapshot.js
  • postinstallnode scripts/postinstall.js
  • prepacknpm run build && node scripts/assert-publish-ready.js
  • prepublishOnlynpm 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-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: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.js
  • smoke:archive-worknpm run build && node scripts/smoke-archive-work.js
  • smoke:bundlenpm run build && node scripts/smoke-bundle.js
  • smoke:bundle-importnpm run smoke:subgraph
  • smoke:capabilitiesnpm run build && node scripts/smoke-capabilities.js
  • smoke:consumernpm run build && node scripts/smoke-consumer.js
  • smoke:dbnpm run build && node scripts/smoke-db.js
  • smoke:db-eventsnpm run build && node scripts/smoke-db-events.js
  • smoke:db-materializernpm run build && node scripts/smoke-db-materializer.js
  • smoke:db-queuenpm run build && node scripts/smoke-db-queue.js
  • smoke:db-queue-clinpm run build && node scripts/smoke-db-queue-cli.js
  • smoke:db-snapshotnpm run build && node scripts/smoke-db-snapshot.js
  • smoke:goalnpm run build && node scripts/smoke-goal.js
  • smoke:initnpm run build && node scripts/smoke-init.js
  • smoke:matrixnpm run build && node scripts/smoke-command-matrix.js
  • smoke:parallelnpm run build && node scripts/smoke-parallel.js
  • smoke:sqlitenpm run build && node scripts/smoke-sqlite.js
  • smoke:subgraphnpm run build && node scripts/smoke-subgraph.js
  • smoke:upgradenpm run build && node scripts/smoke-upgrade.js
  • smoke:visibilitynpm run build && node scripts/smoke-visibility.js
  • testnpm run build && npm run build:test && node --test dist/tests/**/*.test.js
  • test:coveragenpm run build && npm run build:test && node --test --experimental-test-coverage dist/tests/**/*.test.js