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.

Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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"}'
Artifact bytes2,357,956
Previous version0.1.12
Published2026-05-21T21:54:58.569Z
SHA-256ed4731b63f1f91d35dd386bd9cb74746b20543539727e5835358b63163a6e132

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
72Score
0.1.13Version
Status history (1 event)
  1. newavailable · risk high · score 72 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/index.cjshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/cli.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density12
mediumRemote Payloadpackage/dist/lsp/server.jsmatched "cUrl "12
Show all 12 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/index.cjshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/cli.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density12
mediumRemote Payloadpackage/dist/lsp/server.jsmatched "cUrl "12
lowObfuscationpackage/dist/browser.cjsmatched "\\u2026"3
lowObfuscationpackage/dist/effect-workflow.cjsmatched "\\u2026"3
lowObfuscationpackage/dist/index.cjsmatched "\\u2192"3
lowObfuscationpackage/dist/browser.jsmatched "\\u2026"3
lowObfuscationpackage/dist/cli.jsmatched "\\u2026"3
lowObfuscationpackage/dist/effect-workflow.jsmatched "\\u2026"3
lowObfuscationpackage/dist/index.jsmatched "\\u2192"3
lowObfuscationpackage/dist/lsp/server.jsmatched "\\u2026"3

Manifest

Package metadata

Scripts10
  • buildtsup
  • cleanrm -rf dist
  • effect:fetchtsx scripts/fetch-effect-repo.ts
  • linteslint src
  • lint:fixeslint src --fix
  • lspnode dist/lsp/server.js
  • qualitypnpm type-check && pnpm test && pnpm lint
  • testvitest run
  • test:watchvitest watch
  • type-checktsc --noEmit
Dependencies2
  • effect^3.21.2
  • ts-morph^28.0.0
Optional dependencies2
  • vscode-languageserver^9.0.1
  • vscode-languageserver-textdocument^1.0.12