PkgRadar

Package evidence

[email protected]

Obfuscation Density: high encoded/escaped-token density

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 bytes51,444
Previous versionnone
Published2026-05-22T05:24:21.122Z
SHA-256ebc373592b15a5bc957af446aab7b331f5e7ad33513cab6315e47c2b9a44d056

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/bin.jshigh encoded/escaped-token density12
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/bin.jshigh encoded/escaped-token density12
lowObfuscationpackage/dist/bin.jsmatched "\\x1B"3

Manifest

Package metadata

Scripts4
  • buildesbuild src/bin.ts --bundle --platform=node --target=node18 --outfile=dist/bin.js --format=esm --banner:js="#!/usr/bin/env node"
  • devtsx watch src/bin.ts
  • prepublishOnlynpm run build
  • starttsx src/bin.ts
Dependencies4
  • boxen^8.0.1
  • chalk^5.4.1
  • figlet^1.8.0
  • ora^8.2.0