PkgRadar

Package evidence

[email protected]

Credential file access: matched "GITHUB_TOKEN"

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
68Mature · −50% score
First published
May 2015
Publisher
web-headzoo

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

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"}'
Publisherweb-headzoo
Artifact bytes101,772
Previous version2.0.0
Published2026-05-26T13:14:42.635Z
SHA-2566db435aa6c04ea388974f22cd63b359b2db3348032bcbe45516d3d272dba5d9e

Why flagged

What the scanner saw

Credential file access: matched "GITHUB_TOKEN"

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

Availability ledger

available

review
Last checked
reviewRisk
3Score
2.0.1Version
Status history (1 event)
  1. newavailable · risk review · score 3 · status changed

Evidence

Static findings

2 static · 0 from release diff · showing high-signal first.

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/.github/workflows/release-beta.ymlmatched "GITHUB_TOKEN"3
lowCredential file accesspackage/.github/workflows/release.ymlmatched "GITHUB_TOKEN"3

Manifest

Package metadata

Scripts13
  • buildnpm run clean && node scripts/build.js && 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 --coverage