PkgRadar

Package evidence

@hermespilot/[email protected]

Install-time lifecycle script: preinstall="node ./scripts/check-node-version.mjs"

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":["@hermespilot/[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":["@hermespilot/[email protected]"],"fail_on":"high"}'
Publisheryanghangbin
Artifact bytes264,349
Previous version0.6.9
Published2026-05-24T15:13:15.589Z
SHA-25620eae7cad38eb62eb64df2b35b45f61955559b3c43c68872c157e868806f2f6c

Why flagged

What the scanner saw

Install-time lifecycle script: preinstall="node ./scripts/check-node-version.mjs"

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

Availability ledger

available

high
Last checked
highRisk
78Score
0.7.0Version
Status history (2 events)
  1. availableavailable · risk high · score 78 · status available -> available, risk high -> high, score 102 -> 78
  2. newavailable · risk high · score 102 · status changed

Related candidates

Linked campaigns and clusters

Repeated static TTPstale

Install-time lifecycle script — postinstall="node ./scripts/postinstall.mjs"

19 members · evidence strength 90
Publisher / release actor burststale

yanghangbin

4 members · evidence strength 84
Repeated static TTPstale

Install-time lifecycle script — preinstall="node ./scripts/check-node-version.mjs"

4 members · evidence strength 90

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall-time lifecycle scriptpackage.jsonpreinstall="node ./scripts/check-node-version.mjs"30
highInstall-time lifecycle scriptpackage.jsonpostinstall="node ./scripts/postinstall.mjs"30
mediumRemote Payloadpackage/dist/chunk-XWQRIQVR.jsmatched "curl "12
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall-time lifecycle scriptpackage.jsonpreinstall="node ./scripts/check-node-version.mjs"30
highInstall-time lifecycle scriptpackage.jsonpostinstall="node ./scripts/postinstall.mjs"30
mediumRemote Payloadpackage/dist/chunk-XWQRIQVR.jsmatched "curl "12
lowObfuscationpackage/dist/chunk-XWQRIQVR.jsmatched "\\u672C"3
lowObfuscationpackage/dist/cli/index.jsmatched "\\uFF1A"3

Manifest

Package metadata

Scripts11
  • buildtsup src/cli/index.ts src/http/app.ts --format esm --target node20 --dts --clean
  • checktsc --noEmit
  • devtsx src/cli/index.ts
  • pack:dry-runnpm pack --dry-run
  • postinstallnode ./scripts/postinstall.mjs
  • preinstallnode ./scripts/check-node-version.mjs
  • prepacknpm run build
  • publish:npmnpm publish --access public
  • releasenode ./scripts/release.mjs
  • startnode ./dist/cli/index.js
  • testvitest
Dependencies9
  • @koa/router15.4.0
  • better-sqlite312.9.0
  • commander12.1.0
  • koa2.15.3
  • qrcode1.5.4
  • qrcode-terminal0.12.0
  • ws8.18.0
  • yaml2.6.1
  • zod3.24.1