PkgRadar

Package evidence

@kolisachint/[email protected]

Install-time lifecycle script: postinstall="bun scripts/fix-node-pty.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
61
Versions published
22
First published
May 2026
Publisher
kolisachint

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":["@kolisachint/[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":["@kolisachint/[email protected]"],"fail_on":"review"}'
Publisherkolisachint
Artifact bytes35,900,904
Previous version2.5.6
Published2026-06-04T20:22:57.498Z
SHA-25612b3834e5fd21ff9e929c6d04ac3235bb8b5d71b3eb8dc3395d53bb2d03f15b5

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="bun scripts/fix-node-pty.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
2.5.7Version
Status history (1 event)
  1. newavailable · risk review · score 5 · status changed

Evidence

Static findings

2 static · 0 from release diff · showing high-signal first.

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="bun scripts/fix-node-pty.js"5
lowLarge Javascript Payloadpackage/dist-server/server/generated/embedded-assets.js25723363 bytes0

Manifest

Package metadata

Scripts27
  • buildnpm run build:client && npm run build:server
  • build:binarybun run build && bun run scripts/embed-assets.ts && bun run scripts/embed-config.ts && bun build --compile server/binary-entry.ts --outfile=hoocowork
  • build:binary:allbun scripts/build-binaries-local.ts
  • build:binary:windowsbun run build && bun run scripts/embed-assets.ts && bun run scripts/embed-config.ts && bun build --compile --target=bun-windows-x64 server/binary-entry.ts --outfile=hoocowork-windows-x64.exe
  • build:clientvite build
  • build:servertsc -p server/tsconfig.json && tsc-alias -p server/tsconfig.json
  • clientvite
  • devconcurrently --kill-others "npm run server:dev" "npm run client"
  • generate:iconsnode public/generate-icons.cjs && bun run scripts/convert-icons.ts
  • generate:logosbun run scripts/generate-logos.ts
  • linteslint src/ server/
  • lint:fixeslint src/ server/ --fix
  • postinstallbun scripts/fix-node-pty.js
  • prebuild:servernode -e "require('node:fs').rmSync('dist-server', { recursive: true, force: true })"
  • preparenode -e "if (!process.env.CI) { require('child_process').execSync('husky', {stdio: 'inherit'}) }"
  • prepublishOnlybun run build
  • previewvite preview
  • publish:npmnpm run build && npm publish --access public
  • releaseecho 'Use GitHub Actions workflow_dispatch to release'
  • release:localnpm run build && npm run build:binary:all && echo 'Release complete. Binaries in ./binaries/'
  • servernode dist-server/server/index.js
  • server:devtsx --tsconfig server/tsconfig.json server/index.js
  • server:dev-watchtsx watch --tsconfig server/tsconfig.json server/index.js
  • startnpm run build && npm run server
  • testbun test
  • typechecktsc --noEmit -p tsconfig.json && tsc --noEmit -p server/tsconfig.json
  • update:platform./update-platform.sh
Dependencies57
  • @anthropic-ai/claude-agent-sdk^0.2.116
  • @codemirror/lang-css^6.3.1
  • @codemirror/lang-html^6.4.9
  • @codemirror/lang-javascript^6.2.4
  • @codemirror/lang-json^6.0.1
  • @codemirror/lang-markdown^6.3.3
  • @codemirror/lang-python^6.2.1
  • @codemirror/merge^6.11.1
  • @codemirror/theme-one-dark^6.1.2
  • @iarna/toml^2.2.5
  • @octokit/rest^22.0.0
  • @openai/codex-sdk^0.125.0
  • @replit/codemirror-minimap^0.5.2
  • @tailwindcss/typography^0.5.16
  • @uiw/react-codemirror^4.23.13
  • @vscode/ripgrep^1.17.1
  • @xterm/addon-clipboard^0.1.0
  • @xterm/addon-fit^0.10.0
  • @xterm/addon-web-links^0.11.0
  • @xterm/addon-webgl^0.18.0
  • @xterm/xterm^5.5.0
  • bcrypt^6.0.0
  • better-sqlite3^12.6.2
  • chokidar^4.0.3
  • class-variance-authority^0.7.1
  • clsx^2.1.1
  • cmdk^1.1.1
  • cors^2.8.5
  • cross-spawn^7.0.3
  • express^4.18.2
  • …and 27 more.