PkgRadar

Package evidence

@hermespilot/[email protected]

Remote Payload: matched "curl "

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
1,323Niche · −30% score
Versions published
64
First published
Apr 2026
Publisher
yanghangbin

Effective trust discount applied: 30% (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":["@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 bytes265,391
Previous version0.7.2
Published2026-05-26T03:07:05.899Z
SHA-2566494d68595c01f39bc650eb8c15c232fe6e3743f3fec378e922674642c3ebb0c

Why flagged

What the scanner saw

Remote Payload: matched "curl "

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

Availability ledger

available

review
Last checked
reviewRisk
15Score
0.7.3Version
Status history (1 event)
  1. newavailable · risk review · score 15 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/chunk-36L5JCHO.jsmatched "curl "12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/chunk-36L5JCHO.jsmatched "curl "12
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