PkgRadar

Package evidence

@guiho/[email protected]

Native Binary Main Entry: main/bin entry points to a compiled binary: ./library/guiho-xdocs.js

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
340
Versions published
7
First published
Jun 2026
Publisher
GitHub ActionsTrusted automation · −70% score

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

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":["@guiho/[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":["@guiho/[email protected]"],"fail_on":"high"}'
Artifact bytes47,443
Previous version0.2.3
Published2026-06-10T04:24:21.993Z
SHA-2563af1905bd4fab232ef7c8e2382c46b811899aaa7b7e02cb9814a103adcda1723

Why flagged

What the scanner saw

Native Binary Main Entry: main/bin entry points to a compiled binary: ./library/guiho-xdocs.js

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

Availability ledger

available

high
Last checked
highRisk
90Score
0.3.0-alpha.1Version
Status history (1 event)
  1. newavailable · risk high · score 90 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNative Binary Main Entrypackage.jsonmain/bin entry points to a compiled binary: ./library/guiho-xdocs.js45
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.3.0-alpha.1 vs 0.2.3: "node ./scripts/install-native.cjs"40
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 8 day(s) ago, 7 total version(s), has lifecycle hook10
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNative Binary Main Entrypackage.jsonmain/bin entry points to a compiled binary: ./library/guiho-xdocs.js45
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.3.0-alpha.1 vs 0.2.3: "node ./scripts/install-native.cjs"40
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 8 day(s) ago, 7 total version(s), has lifecycle hook10
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node ./scripts/install-native.cjs"5

Manifest

Package metadata

Scripts16
  • _cibun clean && bun clean-build && bun clean-installation
  • _gaanpx google-artifactregistry-auth
  • _tcbun run typecheck
  • _uidbun nanoid --alphabet abcdefghijklmnopqrstuvwxyz-_0123456789
  • _upbun _gaa && bun x taze --install --write --interactive
  • _upbbun _gaa && bun update --interactive
  • binariesbun run devops/build-binaries.ts
  • binarybun build source/guiho-xdocs-native-bin.ts --compile --outfile bin/xdocs
  • buildrm -rf library && tsc -p tsconfig.build.json
  • bundlerm -rf bundle && bun build source/guiho-xdocs-bin.ts --outdir bundle --target node --sourcemap=linked
  • cleanrm -rf .temp
  • clean-buildrm -rf build library bundle bin
  • clean-installationrm -rf node_modules bun.lock
  • devbun run --watch source/guiho-xdocs-bin.ts
  • postinstallnode ./scripts/install-native.cjs
  • typechecktsc -p . --noEmit