PkgRadar

Package evidence

[email protected]

Js Decode Then Exec: base64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.

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
698Mature · −50% score
First published
May 2017
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

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"}'
Artifact bytes585,959
Previous version2.23.4-beta.14
Published2026-05-29T09:30:29.056Z
SHA-256e2351f41cc6141f234c7eebd33ad47a22b236445e8bc8117c07bffc442c372ab

Why flagged

What the scanner saw

Js Decode Then Exec: base64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.

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

Availability ledger

available

review
Last checked
reviewRisk
13Score
2.23.4-beta.15Version
Status history (1 event)
  1. newavailable · risk review · score 13 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Decode Then Execpackage/dist/bundle.jsbase64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.45

Manifest

Package metadata

Scripts12
  • buildpnpm clean && pnpm build:node && pnpm build:browser
  • build:browserrsbuild build
  • build:nodetsc
  • cleanrimraf dist tsconfig.tsbuildinfo
  • formatoxfmt
  • format:checkoxfmt --check
  • lintoxlint --type-aware
  • lint:fixoxlint --type-aware --fix
  • postbuildgen-esm-wrapper dist/index.js dist/index.mjs
  • testpnpm build && vitest run
  • test:bundlingpnpm build && pnpm --prefix=./test/bundling run bundle:all
  • tsc-check-teststsc --noEmit --project test/tsconfig.json
Dependencies12
  • @apify/consts^2.50.0
  • @apify/log^2.2.6
  • @apify/utilities^2.23.2
  • @crawlee/types^3.3.0
  • ansi-colors^4.1.1
  • async-retry^1.3.3
  • axios^1.16.0
  • content-type^1.0.5
  • ow^0.28.2
  • proxy-agent^6.5.0
  • tslib^2.5.0
  • type-fest^4.0.0