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.

Versions published
1
First published
May 2026
Publisher
duchanhstyle

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"}'
Publisherduchanhstyle
Artifact bytes130,479
Previous versionnone
Published2026-05-25T08:11:38.267Z
SHA-2563ceaa4c97c2a0749961c0e40e6f36f0f2771dcb94f852189f1fdf4ddc86f89d3

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/bestdns.jshigh encoded/escaped-token density12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/bestdns.jshigh encoded/escaped-token density12
lowCredential file accesspackage/dist/bestdns.jsmatched ".npmrc"5
lowObfuscationpackage/dist/bestdns.jsmatched "\\x1B"3

Manifest

Package metadata

Scripts10
  • buildbun build src/index.ts --target=node --outfile=dist/bestdns.js
  • devbun run src/index.ts
  • formatbiome format --write src test
  • lintbiome check src test
  • lint:fixbiome check --write src test
  • preparehusky || true
  • prepublishOnlybun run build
  • startbun run src/index.ts
  • testbun test
  • typechecktsc --noEmit