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.

Weekly downloads
409
Versions published
5
First published
May 2026
Publisher
bjvelarde

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"}'
Publisherbjvelarde
Artifact bytes143,566
Previous version0.1.0-beta.4
Published2026-05-26T15:23:40.348Z
SHA-256ca250517b1cdbb0b1e47125fa900845a0d199b7ed8da6a691cb3eefca915a7c5

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/src/detectors/database-optimization.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/src/detectors/n-plus-one.test.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/src/plugins/next.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/src/reporter.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/src/scanner.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/src/plugins/trpc.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/src/plugins/trpc.test.jshigh encoded/escaped-token density12

Manifest

Package metadata

Scripts9
  • buildpnpm run clean && pnpm run build:compile && pnpm run build:obfuscate
  • build:compilepnpm run tsc
  • build:obfuscatejavascript-obfuscator dist/compiled --output dist
  • cleanrm -rf dist
  • devtsx src/cli.ts
  • testvitest
  • test:coveragevitest --coverage
  • test:watchvitest --watch
  • tsctsc
Dependencies3
  • commander^14.0.3
  • glob^13.0.6
  • mri^1.2.0