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"}'
Publisherlukas-grigis
Artifact bytes202,542
Previous version0.7.2
Published2026-05-20T06:49:14.870Z
SHA-2564700bb24f97147d6c0cda4b211586e87a9cb1c1a2eef12190076f5cc32e3eece

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
0.7.3Version
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/cli.mjshigh encoded/escaped-token density12
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/cli.mjshigh encoded/escaped-token density12
lowObfuscationpackage/dist/cli.mjsmatched "\\u2022"3

Manifest

Package metadata

Scripts16
  • buildtsup && tsx scripts/build-assets.ts
  • coverage:unusedtsx scripts/find-unused.ts
  • deadcodeknip
  • devNODE_OPTIONS=--max-old-space-size=8192 tsx src/index.ts
  • formatprettier --write .
  • format:checkprettier --check .
  • linteslint .
  • lint:fixeslint . --fix
  • startNODE_OPTIONS=--max-old-space-size=8192 tsx src/index.ts
  • testvitest run
  • test:coveragevitest run --coverage
  • test:e2evitest run tests/e2e
  • test:integrationvitest run tests/integration
  • test:unitvitest run tests/unit
  • test:watchvitest
  • typechecktsc
Dependencies5
  • commander^14.0.3
  • ink^7.0.3
  • react^19.2.6
  • typescript-result^3.5.2
  • zod^4.4.3