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 updateStatic 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"}'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
Status history (1 event)
- new → available · risk high · score 90 · status changed
Evidence
Static findings
3 static · 1 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Native Binary Main Entry | package.json | main/bin entry points to a compiled binary: ./library/guiho-xdocs.js | 45 |
| high | New Lifecycle Script Vs Previous | package.json | postinstall added in 0.3.0-alpha.1 vs 0.2.3: "node ./scripts/install-native.cjs" | 40 |
| medium | New Account With Lifecycle Hook | package.json | package first published 8 day(s) ago, 7 total version(s), has lifecycle hook | 10 |
Show all 4 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Native Binary Main Entry | package.json | main/bin entry points to a compiled binary: ./library/guiho-xdocs.js | 45 |
| high | New Lifecycle Script Vs Previous | package.json | postinstall added in 0.3.0-alpha.1 vs 0.2.3: "node ./scripts/install-native.cjs" | 40 |
| medium | New Account With Lifecycle Hook | package.json | package first published 8 day(s) ago, 7 total version(s), has lifecycle hook | 10 |
| low | Install-time lifecycle script | package.json | postinstall="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 --interactivebinariesbun run devops/build-binaries.tsbinarybun build source/guiho-xdocs-native-bin.ts --compile --outfile bin/xdocsbuildrm -rf library && tsc -p tsconfig.build.jsonbundlerm -rf bundle && bun build source/guiho-xdocs-bin.ts --outdir bundle --target node --sourcemap=linkedcleanrm -rf .tempclean-buildrm -rf build library bundle binclean-installationrm -rf node_modules bun.lockdevbun run --watch source/guiho-xdocs-bin.tspostinstallnode ./scripts/install-native.cjstypechecktsc -p . --noEmit