PkgRadar

Package evidence

@ihsm/[email protected]

New Account With Lifecycle Hook: package first published 0 day(s) ago, 2 total version(s), has lifecycle hook

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
2
First published
Jun 2026
Publisher
filasieno

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@ihsm/[email protected]"],"fail_on":"high"}'

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":["@ihsm/[email protected]"],"fail_on":"high"}'
Publisherfilasieno
Artifact bytes29,397
Previous versionnone
Published2026-06-20T16:27:27.828Z
SHA-256882e9c278fe84da9de529f35f250c2cc48ac38e1f07b8b693e0db072ec73a21f

Why flagged

What the scanner saw

New Account With Lifecycle Hook: package first published 0 day(s) ago, 2 total version(s), has lifecycle hook

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

Availability ledger

available

high
Last checked
highRisk
5Score
0.1.20Version
Status history (1 event)
  1. newavailable · risk high · score 5 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Account With Lifecycle Hookpackage.jsonpackage first published 0 day(s) ago, 2 total version(s), has lifecycle hook25
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Account With Lifecycle Hookpackage.jsonpackage first published 0 day(s) ago, 2 total version(s), has lifecycle hook25
lowInstall-time lifecycle scriptpackage.jsonpreinstall="node scripts/ensure-ihsm-dev-pack.mjs"5

Manifest

Package metadata

Scripts14
  • buildtsc -b tsconfig.lib.json tsconfig.esm.json && node scripts/finalize-build.mjs
  • cleanrm -rf ./lib ./.tsc
  • docnpm run sync:docs && cd website && npm ci && npm run start
  • doc:buildnpm run sync:docs && cd website && npm ci && npm run build
  • linteslint --max-warnings 0 "src/spec/**/*.ts"
  • pack:ihsmnode scripts/ensure-ihsm-dev-pack.mjs
  • preinstallnode scripts/ensure-ihsm-dev-pack.mjs
  • prepublishOnlynpm test && npm run build
  • sync:docsnode scripts/prepare-website-docs.mjs
  • testTS_NODE_PROJECT=tsconfig.lib.json mocha
  • test:collectorTS_NODE_PROJECT=tsconfig.lib.json mocha --no-config --require ts-node/register/transpile-only --node-option no-experimental-strip-types --ui bdd --timeout 30000 src/spec/collector.node.spec.ts
  • test:markerTS_NODE_PROJECT=tsconfig.lib.json node --no-experimental-strip-types --require ts-node/register/transpile-only src/spec/marker.ts
  • typechecktsc -b
  • verify:prodnpm audit --omit=dev
Dependencies11
  • @opentelemetry/api^1.9.1
  • @opentelemetry/api-logs^0.219.0
  • @opentelemetry/context-async-hooks^2.8.0
  • @opentelemetry/exporter-logs-otlp-http^0.219.0
  • @opentelemetry/exporter-trace-otlp-http^0.219.0
  • @opentelemetry/resources^2.8.0
  • @opentelemetry/sdk-logs^0.219.0
  • @opentelemetry/sdk-trace-base^2.8.0
  • @opentelemetry/sdk-trace-node^2.8.0
  • @opentelemetry/sdk-trace-web^2.8.0
  • @opentelemetry/semantic-conventions^1.41.1