PkgRadar

Package evidence

@gristlabs/[email protected]

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

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
13Established · −30% score
First published
Jul 2019
Publisher
dsagal2

Effective trust discount applied: 30% (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":["@gristlabs/[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":["@gristlabs/[email protected]"],"fail_on":"review"}'
Publisherdsagal2
Artifact bytes11,417,918
Previous version4.1.1-grist.1
Published2021-07-19T16:47:48.305Z
SHA-256f5dec6f32cbf7e4d5c26454deb1fa2b88e2c69c8c8665679174a37fdac5ff0a9

Why flagged

What the scanner saw

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

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

Availability ledger

available

review
Last checked
reviewRisk
3Score
4.1.1-grist.2Version
Status history (1 event)
  1. newavailable · risk review · score 3 · 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-pre-gyp install --build-from-source"5

Manifest

Package metadata

Scripts5
  • installnode-pre-gyp install --build-from-source
  • packnode-pre-gyp package
  • pretestnode test/support/createdb.js
  • rebuild-testsnode-gyp rebuild --directory test/cpp
  • test./scripts/prepare_for_test.sh; mocha -R spec --timeout 480000
Dependencies2
  • node-addon-api2.0.0
  • node-pre-gyp^0.11.0