PkgRadar

Package evidence

@hermespilot/[email protected]

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

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
254
Versions published
67
First published
Apr 2026
Publisher
yanghangbin

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":["@hermespilot/[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":["@hermespilot/[email protected]"],"fail_on":"review"}'
Publisheryanghangbin
Artifact bytes276,050
Previous version0.7.4
Published2026-06-09T03:23:17.913Z
SHA-25624762842bc26440e17e216ef4097b21c73bccab1a690a857c99b7402d779982e

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

review
Last checked
reviewRisk
10Score
0.7.5-beta.0Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpreinstall="node ./scripts/check-node-version.mjs"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node ./scripts/postinstall.mjs"5

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