PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: install="node-gyp-build"

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.

Versions published
1
First published
May 2026
Publisher
lykahb

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"}'
Publisherlykahb
Artifact bytes13,182
Previous versionnone
Published2026-05-27T17:19:16.406Z
SHA-2568118186ae4197e22aab2dd5e88991a41f81a153f7214024e6c079296d986af63

Why flagged

What the scanner saw

Install-time lifecycle script: install="node-gyp-build"

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
0.1.0Version
Status history (2 events)
  1. availableavailable · risk review · score 5 · status available -> available, risk low -> review, score 0 -> 5
  2. newavailable · risk low · score 0 · 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.jsoninstall="node-gyp-build"5

Manifest

Package metadata

Scripts13
  • build:parsertree-sitter build -o build/sgf.so
  • checknpm test
  • check:bindingsnpm run test:node && npm run test:rust && npm run test:python
  • generatetree-sitter generate
  • health:helixhx --health sgf
  • installnode-gyp-build
  • parsetree-sitter parse
  • parse:corpustest ! -d corpus || find corpus -name '*.sgf' -print0 | xargs -0 ./node_modules/.bin/tree-sitter parse -q
  • smoke:nvimnvim --headless --clean -u NONE -S editors/nvim/smoke.lua +qa
  • testtree-sitter test
  • test:nodenode --test bindings/node/*_test.js
  • test:pythonUV_CACHE_DIR=.uv-cache uv run --no-project --with . --with 'tree-sitter~=0.25' python -m unittest discover -s bindings/python/tests
  • test:rustcargo test
Dependencies2
  • node-addon-api^8.2.2
  • node-gyp-build^4.8.2