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
- 77Established · −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 promotingMixed 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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Install-time lifecycle script | package.json | postinstall="node scripts/postinstall.cjs" | 5 |
Manifest
Package metadata
Scripts21
buildrm -rf dist && tscbuild-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 hailerbuild-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 hailerbuild-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.tsdevtsx watch src/app.tslinteslint src/mcp-serverhailer-mcppostinstallnode scripts/postinstall.cjsprepacknpm run buildrelease:majornpm version major -m 'chore: release v%s' && git push && git push --tags && npm run build && npm publish --access publicrelease:minornpm version minor -m 'chore: release v%s' && git push && git push --tags && npm run build && npm publish --access publicrelease:patchnpm version patch -m 'chore: release v%s' && git push && git push --tags && npm run build && npm publish --access publicservertsx src/client/server.tsserver:prodnode dist/client/server.jsstartnode dist/app.jsstart-client-onlyDISABLE_MCP_SERVER=true tsx src/app.tsstart-mcp-onlyDISABLE_CLIENT=true tsx src/app.tstestvitest run
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.0cors^2.8.5dotenv^16.5.0exceljs^4.4.0express^4.21.2form-data^4.0.4mammoth^1.12.0openai^5.5.1tar^7.5.13typescript-language-server^5.1.3ws^8.20.0zod^3.24.1
Optional dependencies1
@hailer-repos/eslint-configgitlab:hailer-repos/eslint-config