PkgRadar

Package evidence

@gesslar/[email protected]

Install-time lifecycle script: preinstall="node ./scripts/check-node-version.mjs"

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
142Established · −30% score
First published
Sep 2025
Publisher
gesslar

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":["@gesslar/[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":["@gesslar/[email protected]"],"fail_on":"review"}'
Publishergesslar
Artifact bytes183,625
Previous version5.5.1
Published2026-06-09T08:03:15.933Z
SHA-25682e7f784a67fab85ee24629220975724eb615ff9bb67150da18db795120a359c

Why flagged

What the scanner saw

Install-time lifecycle script: preinstall="node ./scripts/check-node-version.mjs"

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

Availability ledger

available

review
Last checked
reviewRisk
3Score
5.5.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.jsonpreinstall="node ./scripts/check-node-version.mjs"5

Manifest

Package metadata

Scripts16
  • linteslint src/
  • lint:fixeslint src/ --fix
  • majornpm version major
  • minornpm version minor
  • patchnpm version patch
  • prgt submit -p --ai
  • preinstallnode ./scripts/check-node-version.mjs
  • prepacknpm run types && npm run vendor:build
  • submitnpm publish --access public --//registry.npmjs.org/:_authToken="${NPM_ACCESS_TOKEN}"
  • testnode --test tests/**/*.test.js
  • test:browsernode --test tests/browser/*.test.js
  • test:coveragenode --experimental-config-file=node.config.json --experimental-test-coverage --test-timeout=3000 --test tests/**/*.test.js
  • test:nodenode --test tests/node/*.test.js
  • typesnode -e "require('fs').rmSync('types',{recursive:true,force:true});" && tsc -p tsconfig.types.json
  • updatenpx npm-check-updates -u && npm install
  • vendor:buildnode scripts/vendor-build.js
Dependencies4
  • @gesslar/colours^1.0.0
  • json5^2.2.3
  • supports-color^10.2.2
  • yaml^2.9.0