PkgRadar

Package evidence

@algolia/[email protected]

Install-time lifecycle script: install="install-peers"

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
22Mature · −50% score
First published
Jul 2021
Publisher
fabienmotte

Effective trust discount applied: 50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@algolia/[email protected]"],"fail_on":"high"}'

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":["@algolia/[email protected]"],"fail_on":"high"}'
Publisherfabienmotte
Artifact bytes12,205
Previous version1.4.3
Published2022-01-19T15:36:05.875Z
SHA-25685ad7eb3ba27b987001212232f8b8f2764e3ed733b4a0843cb558bd41069447e

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: install added in 1.4.4 vs 1.4.3: "install-peers"

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

Availability ledger

available

high
Last checked
highRisk
45Score
1.4.4Version
Status history (1 event)
  1. newavailable · risk high · score 45 · status changed

Evidence

Static findings

1 static · 1 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsoninstall added in 1.4.4 vs 1.4.3: "install-peers"40
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsoninstall added in 1.4.4 vs 1.4.3: "install-peers"40
lowInstall-time lifecycle scriptpackage.jsoninstall="install-peers"5

Manifest

Package metadata

Scripts13
  • buildvite build && npm run build:types && npm run build:styles
  • build:stylessass --style=compressed --no-source-map src/style.scss:dist/style.css
  • build:typestsc -p tsconfig.declaration.json
  • installinstall-peers
  • linteslint --ext .js,.ts,.tsx .
  • lint:fixnpm run lint --fix
  • prebuildrm -rf dist
  • prereleasenpm run build
  • releasestandard-version
  • startvite example
  • testNODE_OPTIONS=--experimental-vm-modules jest --env=jsdom
  • test:typestsc
  • test:watchnpm test -- --watch