PkgRadar

Package evidence

@gg-signal/[email protected]

Install-time lifecycle script: install="echo Use \\`npx node-gyp rebuild\\` to build the native library from scratch if needed"

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
9
Versions published
6
First published
Feb 2026
Publisher
wgl123

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":["@gg-signal/[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":["@gg-signal/[email protected]"],"fail_on":"review"}'
Publisherwgl123
Artifact bytes44,318,994
Previous version0.76.8
Published2026-03-03T12:49:46.753Z
SHA-256bacc8c99948076853094da503ddeae176b77ee17c7cf66111704d6aa96e274aa

Why flagged

What the scanner saw

Install-time lifecycle script: install="echo Use \\`npx node-gyp rebuild\\` to build the native library from scratch if needed"

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.76.9Version
Status history (1 event)
  1. newavailable · risk review · score 5 · 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="echo Use \\`npx node-gyp rebuild\\` to build the native library from scratch if needed"5

Manifest

Package metadata

Scripts10
  • buildnode-gyp build
  • build-with-debug-level-logsnpx --libsignal-debug-level-logs node-gyp build
  • cleanrimraf dist build prebuilds
  • formatp() { prettier ${@:- --write} '**/*.{css,js,json,md,scss,ts,tsx}' ../rust/bridge/node/bin/Native.d.ts.in; }; p
  • format-checkp() { prettier ${@:- --check} '**/*.{css,js,json,md,scss,ts,tsx}' ../rust/bridge/node/bin/Native.d.ts.in; }; p
  • installecho Use \`npx node-gyp rebuild\` to build the native library from scratch if needed
  • linteslint . --ext .js,.jsx,.ts,.tsx
  • prepackcp ../acknowledgments/acknowledgments-desktop.md dist/acknowledgments.md
  • testmocha --recursive dist/test --require source-map-support/register
  • tsctsc -b
Dependencies3
  • node-gyp-build^4.8.0
  • type-fest^4.26.0
  • uuid^11