PkgRadar

Package evidence

[email protected]

Obfuscation: matched "atob("

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
50Established · −30% score
First published
Jul 2025
Publisher
tidedev

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

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"}'
Publishertidedev
Artifact bytes135,772
Previous version0.13.28
Published2026-05-21T05:20:15.022Z
SHA-25654fa57bad8f80d41288782db479e004cb68498e1536ee7bdd32ec8c881529a70

Why flagged

What the scanner saw

Obfuscation: matched "atob("

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
12Score
0.13.30Version
Status history (1 event)
  1. newavailable · risk review · score 12 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowObfuscationpackage/dist/cjs/enclaves/RequestEnclave.jsmatched "atob("3
lowObfuscationpackage/dist/esm/enclaves/RequestEnclave.jsmatched "atob("3
lowObfuscationpackage/dist/cjs/wrapper.jsmatched "atob("3
lowObfuscationpackage/dist/esm/wrapper.jsmatched "atob("3
lowObfuscationpackage/src/enclaves/RequestEnclave.tsmatched "atob("3
lowObfuscationpackage/src/wrapper.tsmatched "atob("3

Manifest

Package metadata

Scripts3
  • buildnpm run build:cjs && npm run build:esm
  • build:cjstsc -p tsconfig.cjs.json
  • build:esmtsc -p tsconfig.esm.json
Dependencies1
  • @tideorg/js^0.13.30