PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="bash scripts/postinstall.sh"

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
17
First published
Mar 2026
Publisher
shreypaharia

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"}'
Publishershreypaharia
Artifact bytes946,078
Previous version1.0.29
Published2026-06-02T15:17:02.169Z
SHA-256801dfb7f8939f381ccc97ed22c20b96c1115692c9a669a2df158eb7e726d1961

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="bash scripts/postinstall.sh"

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
1.0.30Version
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="bash scripts/postinstall.sh"5

Manifest

Package metadata

Scripts21
  • buildvite build && bun run build:server && bun run cli:build && node scripts/verify-build.js
  • build:servertsup server/index.ts server/startup.ts --format esm --minify --out-dir dist-server --external better-sqlite3 --external node-pty --external ws
  • changelogconventional-changelog -p conventionalcommits -i CHANGELOG.md -s
  • cli:buildcd cli && tsc
  • devconcurrently "bun:dev:server" "bun:dev:client"
  • dev:clientvite
  • dev:servertsx watch server/index.ts
  • formatprettier --write .
  • format:checkprettier --check .
  • linteslint .
  • lint:fixeslint . --fix
  • postinstallbash scripts/postinstall.sh
  • preparehusky
  • prepublishOnlybun run build
  • screenshots:docstsx scripts/seed-docs-demo.ts && OCTOMUX_SCREENSHOTS=1 OCTOMUX_DB_PATH=./data/docs-demo/tasks.db playwright test e2e/docs-screenshots.spec.ts
  • startNODE_ENV=production node dist-server/index.js
  • testvitest run
  • test:e2eplaywright test
  • test:e2e:uiplaywright test --ui
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies25
  • @base-ui/react^1.2.0
  • @dnd-kit/core^6.3.1
  • @dnd-kit/sortable^10.0.0
  • @dnd-kit/utilities^3.2.2
  • @fontsource-variable/geist^5.2.8
  • @fontsource-variable/jetbrains-mono^5.2.8
  • @fontsource/space-grotesk^5.2.10
  • @monaco-editor/react^4.7.0
  • better-sqlite3^12.0.0
  • chalk^5.6.2
  • class-variance-authority^0.7.1
  • clsx^2.1.1
  • commander^14.0.3
  • express^5.0.1
  • monaco-editor^0.55.1
  • nanoid^5.0.9
  • node-pty^1.0.0
  • pino^10.3.1
  • pino-pretty^13.1.3
  • pino-roll^4.0.0
  • shadcnlatest
  • sonner^2.0.7
  • tailwind-merge^3.5.0
  • tw-animate-css^1.4.0
  • ws^8.18.0