PkgRadar

Package evidence

[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
182,382Ubiquitous · −70% score
Versions published
68Mature · −50% score
First published
May 2015
Publisher
web-headzoo

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

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":["[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"}'
Publisherweb-headzoo
Artifact bytes23,193
Previous version2.0.1
Published2026-05-26T14:46:49.517Z
SHA-25672faf4ccea567f12360b549293f88bea0a730dd47a24bfbed64b32a7decb0b94

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
2.0.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

Scripts14
  • buildnpm run clean && node scripts/build.js && npm run typecheck && tsc --emitDeclarationOnly -p tsconfig.json
  • cleanrimraf ./dist
  • linteslint ./src --cache --cache-location=.cache/eslint --ext .ts,.tsx
  • lint:fixnpm run lint -- --fix
  • preparegit config --local core.hooksPath .githooks 2>/dev/null || true
  • releasegh workflow run Release --ref master -f release_type=patch
  • release:betagh workflow run release-beta.yml --ref master
  • release:majorgh workflow run Release --ref master -f release_type=major
  • release:minorgh workflow run Release --ref master -f release_type=minor
  • release:patchgh workflow run Release --ref master -f release_type=patch
  • storybook:buildstorybook build -o stories/build
  • storybook:devstorybook dev -p 6006
  • testexport TZ=America/New_York; jest
  • typechecktsc --noEmit -p tsconfig.json