PkgRadar

Package evidence

[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
19
Versions published
1
First published
Apr 2026
Publisher
xklbr

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"}'
Publisherxklbr
Artifact bytes29,947
Previous versionnone
Published2026-04-11T20:11:11.605Z
SHA-256f49bed74e0f3c93f6458db1d207d304e7f9c7a0dcb874401ffee854d65f6253a

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
29Score
0.1.0Version
Status history (1 event)
  1. newavailable · risk review · score 29 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/setup/postinstall.cjshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/init-EPCKGU3C.mjshigh encoded/escaped-token density12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/setup/postinstall.cjshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/init-EPCKGU3C.mjshigh encoded/escaped-token density12
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node ./dist/setup/postinstall.cjs"5

Manifest

Package metadata

Scripts7
  • buildtsup && node -e "require('fs').cpSync('src/locales', 'locales', {recursive:true})"
  • linttsc --noEmit
  • postinstallnode ./dist/setup/postinstall.cjs
  • prepublishOnlypnpm build && pnpm test
  • testvitest run
  • test:coveragevitest run --coverage
  • test:watchvitest
Dependencies4
  • cac^6.7.14
  • fast-glob^3.3.2
  • picocolors^1.1.1
  • prompts^2.4.2