PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="node ./dist/cli.js i default || node -v"

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
2,232Niche · −30% score
Versions published
61Mature · −50% score
First published
Oct 2023
Publisher
konghayao

Effective trust discount applied: 50% (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":["[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":["[email protected]"],"fail_on":"review"}'
Publisherkonghayao
Artifact bytes1,437,002
Previous version7.4.1
Published2026-06-01T11:06:15.070Z
SHA-256d30d61d33aed44d090416a602fa4da2e49cc4ae0412d271e18aef711a4a4b938

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node ./dist/cli.js i default || node -v"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node ./dist/cli.js i default || node -v"5

Manifest

Package metadata

Scripts4
  • buildpnpm update-proto && vite build && vite build -c vite.config.wasm.mts
  • postinstallnode ./dist/cli.js i default || node -v
  • prepublishpnpm build
  • update-protosh ./scripts/build_proto_ts.sh && proto-to-cli -i ../../crates/proto/src/index.proto -m InputTemplate -o ./src/gen/proto.ts && sh scripts/build_proto_ts.sh
Dependencies7
  • buffer^6.0.3
  • commander^12.1.0
  • fs-extra^11.2.0
  • google-protobuf^3.21.4
  • koffi2.10.0
  • proto-to-cli1.2.1
  • set-value^4.1.0