PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="node ./auto-install.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.

Weekly downloads
489
Versions published
44Mature · −50% score
First published
Apr 2025
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 bytes271,269
Previous version7.3.3
Published2026-05-29T11:22:32.328Z
SHA-2563ab1623375e2e3817f008149fb43800726dd0dfc9cc31d77229514470a665c78

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node ./auto-install.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
7.3.4Version
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 ./auto-install.js"5

Manifest

Package metadata

Scripts13
  • buildtsup
  • copy-docscopyfiles -u 1 "src/templates/**/docs/**/*" dist
  • copy-typescopyfiles -u 1 "src/**/*.d.ts" dist
  • devtsup --watch
  • format:checkprettier --check "**/*.{ts,tsx,mdx}" --cache
  • format:writeprettier --write "**/*.{ts,tsx,mdx}" --cache
  • linteslint --config eslint.config.js
  • lint:fixeslint --config eslint.config.js --fix
  • postbuildpnpm copy-types && pnpm copy-docs
  • postinstallnode ./auto-install.js
  • prebuildrimraf ./dist
  • testecho "No test specified in lighthouse-plugin-ecoindex-courses"
  • typechecktsc --noEmit
Dependencies8
  • @puppeteer/browsers3.0.4
  • ecoindex^2.0.1
  • lighthouse13.3.0
  • lighthouse-plugin-ecoindex-core7.3.4
  • log-symbols4.1.0
  • puppeteer25.1.0
  • puppeteer-core25.1.0
  • slugify^1.6.6