PkgRadar

Package evidence

@hotmeshio/[email protected]

no findings

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
176Mature · −50% score
First published
Sep 2023
Publisher
luke.birdeau

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

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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":["@hotmeshio/[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":["@hotmeshio/[email protected]"],"fail_on":"review"}'
Publisherluke.birdeau
Artifact bytes474,096
Previous version0.20.0
Published2026-06-11T02:06:55.470Z
SHA-256d00dc05d1692e3ef5a957e73818ada81473e9ee71f01f99fc88dc97d630786c7

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
0.20.1Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts76
  • buildtsc --build tsconfig.json
  • cleanrimraf ./build
  • clean-buildnpm run clean && npm run build
  • clean-build-obfuscatenpm run clean-build && npm run obfuscate
  • docstypedoc && cp -R docs/hotmesh/* docs/ && rm -rf docs/hotmesh
  • docs:cleanrimraf ./docs/hotmesh && typedoc && cp -R docs/hotmesh/* docs/ && rm -rf docs/hotmesh
  • linteslint . --ext .ts
  • lint:fixeslint . --fix --ext .ts
  • obfuscatets-node scripts/obfuscate.ts
  • startts-node src/index.ts
  • testvitest run
  • test:awaitvitest run tests/functional/awaiter/postgres.test.ts
  • test:codecvitest run tests/functional/codec/postgres.test.ts
  • test:compilevitest run tests/functional/compile/index.test.ts
  • test:connectvitest run tests/unit/services/connector
  • test:connect:natsvitest run tests/unit/services/connector/providers/nats.test.ts
  • test:connect:postgresvitest run tests/unit/services/connector/providers/postgres.test.ts
  • test:credentialsvitest run tests/functional/credentials/postgres.test.ts
  • test:cyclevitest run tests/functional/cycle
  • test:dbavitest run tests/dba
  • test:durablevitest run tests/durable
  • test:durable:agentHMSH_LOGLEVEL=debug vitest run tests/durable/agent/postgres.test.ts
  • test:durable:basicHMSH_LOGLEVEL=info vitest run tests/durable/basic/postgres.test.ts
  • test:durable:codecvitest run tests/durable/codec/postgres.test.ts
  • test:durable:collisionvitest run tests/durable/collision/postgres.test.ts
  • test:durable:configHMSH_LOGLEVEL=debug vitest run tests/durable/config-parity/postgres.test.ts
  • test:durable:contentionvitest run tests/durable/contention/postgres.test.ts
  • test:durable:credentialsvitest run tests/durable/credentials/postgres.test.ts
  • test:durable:entityHMSH_LOGLEVEL=debug vitest run tests/durable/entity/postgres.test.ts
  • test:durable:exporterHMSH_LOGLEVEL=info vitest run tests/durable/exporter
  • …and 46 more.
Dependencies8
  • @apidevtools/json-schema-ref-parser^10.1.0
  • @opentelemetry/api^1.4.1
  • cron-parser^4.9.0
  • js-yaml^4.1.0
  • ms^2.1.3
  • nanoid^3.3.6
  • pg-format^1.0.4
  • winston^3.8.2