PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="ibmtelemetry --config=telemetry.yml"

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
2,528Niche · −30% score
Versions published
104Mature · −50% score
First published
Oct 2020
Publisher
leechase

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"}'
Publisherleechase
Artifact bytes92,011
Previous version5.0.4
Published2026-04-29T13:01:33.211Z
SHA-2562f61453e8bf4d919c5c655fe921c02c28e8718ee543a9b1d8c0fb48860eea18a

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="ibmtelemetry --config=telemetry.yml"

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

Availability ledger

available

review
Last checked
reviewRisk
1Score
5.0.5Version
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="ibmtelemetry --config=telemetry.yml"5

Manifest

Package metadata

Scripts17
  • buildtsc
  • build:watchtsc --watch
  • cleanrm -rf dist
  • lintrun-p -s 'lint:*'
  • lint-fixrun-s -s 'lint:es --fix' 'lint:format'
  • lint:eseslint . --ext js,ts --report-unused-disable-directives --max-warnings 0 --config eslint.config.js
  • lint:formatprettier ./**/*.{js,jsx,ts,tsx,md,mdx,scss} --write --ignore-unknown --no-error-on-unmatched-pattern --log-level warn
  • lint:spellcspell lint --quiet "**/*.{js,jsx,ts,css,scss,md}"
  • postinstallibmtelemetry --config=telemetry.yml
  • prebuildnpm run clean
  • prepublishOnlynpm run build
  • testnpm run build && node --test "dist/**/__tests__/*.test.js"
  • test:coveragenpm run build && node --test --experimental-test-coverage "dist/**/__tests__/*.test.js"
  • test:watchnpm run build && node --test --watch "dist/**/__tests__/*.test.js"
  • upgraderun-p -s 'upgrade:*'
  • upgrade:carbonnpm-check-updates -u --dep dev,peer,prod --packageFile 'package.json' --filter '/carbon/' --target minor
  • upgrade:othernpm-check-updates -u --dep dev,peer,prod --reject '/(carbon|^react$|^react-dom$|^@testing-library)/'
Dependencies9
  • @carbon/colors^11.4.0
  • @carbon/layout^11.5.0
  • @carbon/motion^11.3.0
  • @carbon/themes^11.7.0
  • @carbon/type^11.7.0
  • @ibm/telemetry-js^1.10.2
  • postcss-scss^4.0.9
  • postcss-value-parser^4.2.0
  • stylelint^16.26.1 || ^17.0.0