PkgRadar

Package evidence

@hestia-earth/[email protected]

no findings

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
679
Versions published
105Mature · −50% score
First published
Jan 2025
Publisher
mebibou

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

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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":["@hestia-earth/[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":["@hestia-earth/[email protected]"],"fail_on":"review"}'
Publishermebibou
Artifact bytes58,461
Previous version0.81.1
Published2026-06-17T09:50:36.160Z
SHA-256a2b3c41b96a9cbff83680bf92ea026131bb7a3829e85f5a2267b5a945898a631

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
0.81.2Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts17
  • build./build-models-json.sh && npm run build:models && npm run build:documentation
  • build:documentationnode scripts/generate-documentation.js
  • build:ecoinvent-termsnode scripts/build-ecoinvent-terms.js
  • build:modelsnpm run build:ecoinvent-terms && node scripts/generate-models-links.js
  • build:modulerm -rf dist && tsc -p tsconfig.dist.json
  • linttsc --noEmit && eslint .
  • lint:fixnpm run lint -- --fix
  • postreleasegit push origin develop --follow-tags
  • prepare-releasenode scripts/update-package-version.js && npm run build
  • releasestandard-version -a
  • testjest --coverage
  • test:jsonldhestia-validate-jsonld tests/fixtures
  • test:termsnode scripts/validate-terms-models.js && hestia-validate-terms tests/fixtures
  • validate:calculationsajv validate -s scripts/calculations-schema.json -d config/run-calculations.json -d config/trigger-calculations.json
  • validate:configajv validate -s scripts/config-schema.json -d config/Cycle.json -d config/ImpactAssessment.json -d config/Site.json
  • validate:docsnode scripts/validate-documentation.js
  • validate:modelsnode scripts/validate-models-schema.js