PkgRadar

Package evidence

@hatchet-dev/[email protected]

Install-time lifecycle script: postinstall="node scripts/version-check.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
139,854Ubiquitous · −70% score
Versions published
198Mature · −50% score
First published
Jan 2024
Publisher
hatchet-eng

Effective trust discount applied: 70% (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":["@hatchet-dev/[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":["@hatchet-dev/[email protected]"],"fail_on":"review"}'
Publisherhatchet-eng
Artifact bytes335,434
Previous version1.24.2
Published2026-06-17T17:22:14.893Z
SHA-2561d65462614741bfea830864c1697b624c31dd067cf642a291c6916d740ca3f42

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/version-check.js"

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

Availability ledger

available

review
Last checked
reviewRisk
1Score
1.24.3Version
Status history (1 event)
  1. newavailable · risk review · score 1 · 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/version-check.js"5

Manifest

Package metadata

Scripts21
  • buildecho 'build hatchet sdk with `npm run tsc:build` to ensure it is not build during the publish step' && exit 0
  • dump-versionnode -e "console.log('export const HATCHET_VERSION = \'' + require('./package.json').version + '\';');" > src/version.ts
  • eslint:checkeslint "{src,tests}/**/*.{ts,tsx,js}"
  • eslint:fixeslint "{src,tests}/**/*.{ts,tsx,js}" --fix
  • execnpx dotenv -- ts-node -r tsconfig-paths/register --project tsconfig.json
  • generatepnpm run '/generate-.*/'
  • generate-apinpx [email protected] generate -p ../../bin/oas/openapi.yaml -o ./src/clients/rest/generated -n hatchet.ts --modular --axios
  • generate-docsts-node docs/generate.ts
  • generate-protoc./generate-protoc.sh
  • lint:checkpnpm run eslint:check && pnpm run prettier:check
  • lint:fixpnpm run eslint:fix && pnpm run prettier:fix
  • postinstallnode scripts/version-check.js
  • prepublishcp package.json dist/package.json; cp README.md dist/; cp -r scripts dist/
  • prettier:checkprettier "src/**/*.{ts,tsx}" --list-different
  • prettier:fixprettier "src/**/*.{ts,tsx}" --write
  • publish:cirm -rf ./dist && pnpm run dump-version && pnpm run tsc:build && pnpm run prepublish && cd dist && pnpm publish --access public --no-git-checks
  • publish:ci:alpharm -rf ./dist && pnpm run dump-version && pnpm run tsc:build && pnpm run prepublish && cd dist && pnpm publish --access public --no-git-checks --tag alpha
  • test:e2ejest --config jest.e2e.config.ts --silent --forceExit --runInBand
  • test:unitjest --testMatch='**/*.test.ts'
  • test:unit:watchjest --testMatch='**/*.test.ts' --watch
  • tsc:buildpnpm run dump-version && tsc && resolve-tspaths
Dependencies12
  • @bufbuild/protobuf^2.11.0
  • @types/qs^6.15.0
  • abort-controller-x^0.5.0
  • axios^1.15.2
  • long^5.3.1
  • nice-grpc^2.1.14
  • nice-grpc-common^2.0.2
  • protobufjs^7.5.5
  • qs^6.14.2
  • semver^7.7.4
  • yaml^2.8.3
  • zod-to-json-schema^3.24.2