PkgRadar

Package evidence

@hailer/[email protected]

Install-time lifecycle script: postinstall="node scripts/postinstall.cjs"

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
168
Versions published
64Established · −30% score
First published
Nov 2025
Publisher
hailer-support

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@hailer/[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":["@hailer/[email protected]"],"fail_on":"review"}'
Artifact bytes1,020,328
Previous version1.1.17-beta.2
Published2026-04-08T07:32:03.081Z
SHA-2566ee34fa95ddc58efea5485b3e9dc212c52f7b51ba6ffb3c2ead7b38fa694acd2

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/postinstall.cjs"

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

Availability ledger

available

review
Last checked
reviewRisk
3Score
1.1.17-beta.3Version
Status history (1 event)
  1. newavailable · risk review · score 3 · 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.cjs"5

Manifest

Package metadata

Scripts19
  • buildtsc
  • build-debug-pushdocker buildx build --push --platform linux/amd64,linux/arm64/v8 -t $(npm pkg get config.docker.registry | xargs)/$(npm pkg get name | xargs | sed 's/@hailer\//hailer-/'):$(npm pkg get version | xargs)-debug -t $(npm pkg get config.docker.registry | xargs)/$(npm pkg get name | xargs | sed 's/@hailer\//hailer-/'):debug -f ./Dockerfile.debug .
  • build-dev-pushrm -rf build/docker-dev && docker build --target artifacts --output build/docker-dev . -f Dockerfile.build-dev && docker buildx build --push --platform linux/amd64,linux/arm64/v8 -t $(npm pkg get config.docker.registry | xargs)/$(npm pkg get name | xargs | sed 's/@hailer\//hailer-/'):$(npm pkg get version | xargs)-dev -t $(npm pkg get config.docker.registry | xargs)/$(npm pkg get name | xargs | sed 's/@hailer\//hailer-/'):dev -f ./Dockerfile.dev .
  • build-k3ddocker build -f Dockerfile.debug . -t $(npm pkg get config.docker.registry | xargs)/$(npm pkg get name | xargs | sed 's/@hailer\//hailer-/'):$(npm pkg get version | xargs) && k3d image import $(npm pkg get config.docker.registry | xargs)/$(npm pkg get name | xargs | sed 's/@hailer\//hailer-/'):$(npm pkg get version | xargs) -c hailer
  • build-k3d-dummydocker build --target artifacts --output build/docker-dev . -f Dockerfile.build-dev && docker build -f Dockerfile.dev . -t $(npm pkg get config.docker.registry | xargs)/$(npm pkg get name | xargs | sed 's/@hailer\//hailer-/'):$(npm pkg get version | xargs)-dev && k3d image import $(npm pkg get config.docker.registry | xargs)/$(npm pkg get name | xargs | sed 's/@hailer\//hailer-/'):$(npm pkg get version | xargs)-dev -c hailer
  • build-prod-pushrm -rf build/docker-prod && docker build --target artifacts --output build/docker-prod . -f Dockerfile.build-prod && docker buildx build --push --platform linux/amd64,linux/arm64/v8 -t $(npm pkg get config.docker.registry | xargs)/$(npm pkg get name | xargs | sed 's/@hailer\//hailer-/'):$(npm pkg get version | xargs) -t $(npm pkg get config.docker.registry | xargs)/$(npm pkg get name | xargs | sed 's/@hailer\//hailer-/'):prod -f ./Dockerfile.prod .
  • claude-code-mcpDISABLE_CLIENT=true tsx src/app.ts
  • devtsx watch src/app.ts
  • linteslint src/
  • mcp-serverhailer-mcp
  • postinstallnode scripts/postinstall.cjs
  • release:majornpm version major -m 'chore: release v%s' && git push && git push --tags && npm run build && npm publish --access public
  • release:minornpm version minor -m 'chore: release v%s' && git push && git push --tags && npm run build && npm publish --access public
  • release:patchnpm version patch -m 'chore: release v%s' && git push && git push --tags && npm run build && npm publish --access public
  • servertsx src/client/server.ts
  • server:prodnode dist/client/server.js
  • startnode dist/app.js
  • start-client-onlyDISABLE_MCP_SERVER=true tsx src/app.ts
  • start-mcp-onlyDISABLE_CLIENT=true tsx src/app.ts
Dependencies18
  • @anthropic-ai/sdk^0.54.0
  • @hailer/cli^1.1.10
  • @modelcontextprotocol/sdk^1.11.5
  • @opentelemetry/api-logs^0.57.0
  • @opentelemetry/exporter-logs-otlp-proto^0.57.0
  • @opentelemetry/resources^1.28.0
  • @opentelemetry/sdk-logs^0.57.0
  • @opentelemetry/sdk-node^0.57.0
  • @opentelemetry/semantic-conventions^1.36.0
  • cors^2.8.5
  • dotenv^16.5.0
  • express^4.21.2
  • form-data^4.0.4
  • openai^5.5.1
  • sharp^0.34.5
  • tar^7.5.13
  • typescript-language-server^5.1.3
  • zod^3.24.1