PkgRadar

Package evidence

[email protected]

Obfuscation Density: high encoded/escaped-token density

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":"high"}'

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":"high"}'
Publisherarielbk
Artifact bytes19,759
Previous version1.0.0
Published2022-12-18T18:25:57.508Z
SHA-2563bb1b3fc8b6569d3622ae8d3c0df94cf51a909077790bd075e807996dd8271d3

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

high
Last checked
highRisk
60Score
1.0.1Version
Status history (1 event)
  1. newavailable · risk high · score 60 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/utils/randomEmoji.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/index.mjshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/utils/randomEmoji.mjshigh encoded/escaped-token density12
Show all 8 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/utils/randomEmoji.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/index.mjshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/utils/randomEmoji.mjshigh encoded/escaped-token density12
lowObfuscationpackage/dist/index.jsmatched "\\u263A"3
lowObfuscationpackage/dist/utils/randomEmoji.jsmatched "\\u263A"3
lowObfuscationpackage/dist/index.mjsmatched "\\u263A"3
lowObfuscationpackage/dist/utils/randomEmoji.mjsmatched "\\u263A"3

Manifest

Package metadata

Scripts6
  • buildtsup src
  • devtsup src --watch
  • releaserelease-it
  • testjest
  • test:cijest --ci
  • test:watchjest --watch