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 promotingMixed 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"}'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
Status history (2 events)
- available → available · risk review · score 5 · status available -> available, risk low -> review, score 0 -> 5
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Install-time lifecycle script | package.json | install="node-gyp-build" | 5 |
Manifest
Package metadata
Scripts13
build:parsertree-sitter build -o build/sgf.sochecknpm testcheck:bindingsnpm run test:node && npm run test:rust && npm run test:pythongeneratetree-sitter generatehealth:helixhx --health sgfinstallnode-gyp-buildparsetree-sitter parseparse:corpustest ! -d corpus || find corpus -name '*.sgf' -print0 | xargs -0 ./node_modules/.bin/tree-sitter parse -qsmoke:nvimnvim --headless --clean -u NONE -S editors/nvim/smoke.lua +qatesttree-sitter testtest:nodenode --test bindings/node/*_test.jstest:pythonUV_CACHE_DIR=.uv-cache uv run --no-project --with . --with 'tree-sitter~=0.25' python -m unittest discover -s bindings/python/teststest:rustcargo test
Dependencies2
node-addon-api^8.2.2node-gyp-build^4.8.2