PkgRadar

Package evidence

@livechat/[email protected]

Obfuscation Density: high encoded/escaped-token density

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,187Niche · −30% score
Versions published
118Mature · −50% score
First published
Dec 2017
Publisher
stanislaw-rakowski

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":["@livechat/[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":["@livechat/[email protected]"],"fail_on":"review"}'
Artifact bytes435,033
Previous version0.5.0-40
Published2026-04-16T11:18:51.050Z
SHA-2565a81051c9416b3b88bf5edb481c72cf2819a1ca183a936e5af8aef997e31a4a9

Why flagged

What the scanner saw

Obfuscation Density: high encoded/escaped-token density

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

Availability ledger

available

review
Last checked
reviewRisk
14Score
0.5.0-41Version
Status history (1 event)
  1. newavailable · risk review · score 14 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/ui-kit.cjs.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/ui-kit.esm.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/ui-kit.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/ui-kit.min.jshigh encoded/escaped-token density12

Manifest

Package metadata

Scripts6
  • buildrollup -c
  • prebuildrimraf dist
  • precommitcat docs/Introduction.md docs/UserGuide.md docs/Changelog.md > README.md && git add README.md
  • preparenpm run build
  • prepublishtest $(npm -v | tr . '\n' | head -n 1) -ge '4' || exit 1
  • prepublishOnly../../scripts/prepublish-package.sh
Dependencies15
  • @babel/runtime7.28.4
  • @emotion/is-prop-valid^1.1.0
  • @emotion/react^11.4.0
  • @emotion/styled^11.3.0
  • @livechat/data-utils^1.0.2
  • @livechat/dom-utils^0.2.6
  • @livechat/react-hooks^0.3.24
  • @react-aria/button^3.3.2
  • @react-aria/interactions^3.5.0
  • @react-aria/utils^3.8.1
  • polished^3.4.1
  • prop-types^15.5.8
  • react-textarea-autosize^8.3.2
  • react-transition-group^4.4.2
  • use-composed-ref^1.0.0