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.

Versions published
13Established · −30% score
First published
Nov 2025
Publisher
raj-kumar-mahto

Effective trust discount applied: 30% (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"}'
Artifact bytes427,270
Previous version4.27.1
Published2026-02-25T09:25:26.908Z
SHA-256db6af0a08be014f4648c179bb3fbe33ad2192e7ddece0d3d4954702560aa7fb0

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/lib/index.cjs.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/lib/index.es.jshigh encoded/escaped-token density12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/lib/index.cjs.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/lib/index.es.jshigh encoded/escaped-token density12
lowObfuscationpackage/lib/index.cjs.jsmatched "\\x23"3
lowObfuscationpackage/lib/index.es.jsmatched "\\x23"3

Manifest

Package metadata

Scripts6
  • blockts-node -r tsconfig-paths/register scripts/generateBlockJSX.ts
  • buildrimraf lib && npm run typings && tsc-alias && vite build --config vite.config.ts
  • devyarn build --watch
  • formateslint --fix --ext .tsx,.ts,.tsx src/
  • testjest --coverage
  • typingstsc --declaration --emitDeclarationOnly --project tsconfig.lib.json
Dependencies4
  • he^1.2.0
  • js-beautify^1.14.4
  • lodash^4.17.21
  • uuid^8.3.2