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
340
Versions published
26
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 bytes288,399
Previous version0.3.3
Published2026-06-17T05:08:35.556Z
SHA-256834ba31519a82ae13ca839e06efa38ee1eda0dcd198c94e0e931f962f494049e

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.3.4Version
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

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 --write
  • 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:contractnpm run build && node scripts/generate-command-contract.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 && 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.js
  • smoke:archive-worknpm run build && node scripts/smoke-archive-work.js
  • smoke:branch-conflictsnpm run build && node scripts/smoke-branch-conflicts.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:cli-ux-polishnpm run build && node scripts/smoke-cli-ux-polish.js
  • smoke:command-docsnpm run build && node scripts/smoke-command-docs.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:fix-plannpm run build && node scripts/smoke-fix-plan.js
  • smoke:goalnpm run build && node scripts/smoke-goal.js
  • smoke:goal-lifecyclenpm run build && node scripts/smoke-goal-lifecycle.js
  • smoke:id-repairnpm run build && node scripts/smoke-id-repair.js
  • smoke:initnpm run build && node scripts/smoke-init.js
  • smoke:matrixnpm run build && node scripts/smoke-command-matrix.js
  • smoke:operator-healthnpm run build && node scripts/smoke-operator-health.js
  • smoke:parallelnpm run build && node scripts/smoke-parallel.js
  • …and 8 more.