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"}'
Publisherictechgy
Artifact bytes31,756
Previous version0.1.0
Published2026-05-24T05:52:21.167Z
SHA-256bb80d3e0e3e010b09ddc32892658cb20fe95df12468d8ed7fc02ce6c6cd2a89d

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/ui/screens.jshigh encoded/escaped-token density12
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/ui/screens.jshigh encoded/escaped-token density12
lowObfuscationpackage/dist/app.jsmatched "\\uC5EC"3
lowObfuscationpackage/dist/core/profile-store.jsmatched "\\x00"3
lowObfuscationpackage/dist/ui/screens.jsmatched "\\uB97C"3
lowObfuscationpackage/dist/ui/widgets.jsmatched "\\u203A"3

Manifest

Package metadata

Scripts9
  • buildtsc -p tsconfig.json && node scripts/postbuild.mjs
  • check-publishnode scripts/check-publish-readiness.mjs
  • devtsx src/cli.tsx
  • prepublishOnlynode scripts/check-publish-readiness.mjs && npm run build
  • startnode dist/cli.js
  • testvitest run
  • test:coveragevitest run --coverage
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies5
  • ink^5.0.1
  • ink-select-input^6.0.0
  • ink-spinner^5.0.0
  • ink-text-input^6.0.0
  • react^18.3.1