PkgRadar

Package evidence

@carbon/[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
3,488Niche · −30% score
Versions published
4,236Mature · −50% score
First published
Sep 2019
Publisher
carbon-bot

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":["@carbon/[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":["@carbon/[email protected]"],"fail_on":"review"}'
Publishercarbon-bot
Artifact bytes107,607
Previous version2.48.0-rc.0
Published2026-05-04T18:58:55.593Z
SHA-2561ddf2f6defcc76128a1426b51d855a23b496a360fb0f573239de9f0ac0820e3f

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
2.48.0Version
Status history (1 event)
  1. newavailable · risk review · score 1 · 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
lowInstall-time lifecycle scriptpackage.jsonpostinstall="ibmtelemetry --config=telemetry.yml"5
lowObfuscation Densitypackage/umd/ibmdotcom-utilities.min.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts9
  • buildyarn clean && node scripts/build.js
  • ci-checkyarn build && yarn test
  • cleanrimraf es lib umd
  • contributors:addall-contributors add
  • contributors:generateall-contributors generate
  • jsdocrimraf docs && jsdoc -c ./jsdoc.json ./README.md
  • postinstallibmtelemetry --config=telemetry.yml
  • prepublishyarn build
  • testjest
Dependencies7
  • @ibm/telemetry-js^1.5.0
  • axios^1.6.8
  • isomorphic-dompurify2.36.0
  • js-cookie^2.2.1
  • marked^4.0.10
  • striptags^3.2.0
  • window-or-global^1.0.1