PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="node plugin/src/postInstall.js"

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
62Mature · −50% score
First published
Oct 2022
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["[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"}'
Artifact bytes176,858
Previous version3.5.1
Published2026-05-21T11:15:28.134Z
SHA-2562999009723da5eb7ba7a496845ce548441b20303ddbc18ef5870cc4a1a4064f5

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node plugin/src/postInstall.js"

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

Availability ledger

available

review
Last checked
reviewRisk
1Score
3.5.2Version
Status history (1 event)
  1. newavailable · risk review · score 1 · 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.jsonpostinstall="node plugin/src/postInstall.js"5

Manifest

Package metadata

Scripts27
  • buildnpm run clean && tsc
  • buildAllbash scripts/build-all.sh
  • buildAllPnpmbash scripts/build-all-pnpm.sh
  • cleanrm -rf lib
  • cleanAllbash scripts/clean-all.sh
  • cleanAllPnpmbash scripts/clean-all-pnpm.sh
  • cleanAndBuildAllnpm run cleanAll && npm run buildAll
  • cleanAndBuildAllPnpmnpm run cleanAllPnpm && npm run buildAllPnpm
  • compatibility:configure-pluginnode scripts/compatibility/configure-plugin.js
  • compatibility:create-test-appnode scripts/compatibility/create-test-app.js
  • compatibility:run-compatibility-testsnode scripts/compatibility/run-compatibility-tests.js
  • compatibility:setup-test-appnode scripts/compatibility/setup-test-app.js
  • compatibility:validate-pluginnode scripts/compatibility/validate-plugin.js
  • expo-moduleexpo-module
  • generate-api-docsbash scripts/generate-api-docs.sh
  • linteslint plugin --config plugin/eslint.config.js
  • lint:fixnpm run lint -- --fix
  • postinstallnode plugin/src/postInstall.js
  • preparenpm run clean && bob build
  • setup-test-appbash scripts/setup-test-app.sh
  • setup-test-app-pnpmbash scripts/setup-test-app-pnpm.sh
  • setup-test-app-pnpm-monorepobash scripts/setup-test-app-pnpm-monorepo.sh
  • testjest
  • test-pluginbash scripts/test-plugin.sh
  • test:scenariosjest --selectProjects scenarios
  • typescripttsc --noEmit
  • verify-pnpm-dev-appsbash scripts/verify-pnpm-dev-apps.sh
Dependencies3
  • find-package-json^1.2.0
  • fs-extra^11.2.0
  • semver^7.7.2