PkgRadar

Package evidence

[email protected]

Obfuscation Density: high encoded/escaped-token density

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":"high"}'

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":"high"}'
Publisherfangxmdx
Artifact bytes117,233
Previous version0.0.5
Published2026-05-24T14:38:54.556Z
SHA-256f77734eff4a66faa3512580390c28c9e7eb4d529fadad307c74fe113c9aaa626

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

high
Last checked
highRisk
51Score
0.0.6Version
Status history (1 event)
  1. newavailable · risk high · score 51 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/gateway-cli.cjshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/gateway/index.cjshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/chunk-7FJHVPVM.jshigh encoded/escaped-token density12
Show all 8 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/gateway-cli.cjshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/gateway/index.cjshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/chunk-7FJHVPVM.jshigh encoded/escaped-token density12
lowObfuscationpackage/dist/gateway-cli.cjsmatched "\\u2500"3
lowObfuscationpackage/dist/gateway/index.cjsmatched "\\u2500"3
lowObfuscationpackage/dist/chunk-7FJHVPVM.jsmatched "\\u2500"3
lowObfuscationpackage/dist/gateway-cli.jsmatched "\\u2014"3
lowObfuscationpackage/dist/gateway/index.jsmatched "\\u2192"3

Manifest

Package metadata

Scripts4
  • buildtsup src/index.ts src/gateway/index.ts src/gateway-cli.ts --format esm,cjs --dts --clean
  • checktsc --noEmit
  • prepublishOnlynpm run check && npm run test
  • testnpm run build && node --test tests/status-api.test.mjs tests/router.test.mjs tests/router-advanced.test.mjs tests/health.test.mjs tests/config.test.mjs tests/uploader.test.mjs tests/translate.test.mjs tests/usage.test.mjs tests/pricing.test.mjs tests/server.test.mjs tests/gateway-mode.test.mjs tests/gateway-reload.test.mjs tests/multimodal-structured-stream.test.mjs
Dependencies1
  • yaml^2.8.3