PkgRadar

Package evidence

@oscharko-dev/[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.

Weekly downloads
786
Versions published
7
First published
May 2026
Publisher
oscharko-dev

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":["@oscharko-dev/[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":["@oscharko-dev/[email protected]"],"fail_on":"review"}'
Publisheroscharko-dev
Artifact bytes9,792,095
Previous version0.1.0-beta.5
Published2026-05-28T07:58:15.417Z
SHA-25651549489d647c1c8f6049e91163a19c573b9dd722ac7d61979eb571affd62e52

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Decode Then Execpackage/dist/workbench/.next/build/chunks/node_modules__pnpm_11dow_.._.jsbase64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.45
mediumLarge Javascript Payloadpackage/dist/cli.cjs2615662 bytes10
mediumLarge Javascript Payloadpackage/dist/cli.js2608384 bytes10

Manifest

Package metadata

Scripts49
  • buildpnpm run workspaces:build && pnpm run build:workbench && pnpm run build:package
  • build:packagetsup && node scripts/prepare-workbench-package.mjs
  • build:workbenchpnpm --dir apps/workbench build
  • check:attwattw --pack
  • check:depcruisedepcruise --config .dependency-cruiser.cjs packages src
  • check:installable-packagenode scripts/check-installable-package.mjs
  • check:license-policynode scripts/check-license-policy.mjs
  • check:lockfile-hostsnode scripts/check-lockfile-hosts.mjs
  • check:no-telemetrynode scripts/check-no-telemetry.mjs
  • check:npm-sbom-smokenode scripts/npm-sbom-smoke.mjs
  • check:package-shapenode scripts/check-package-shape.mjs
  • check:paritynode --import tsx scripts/check-parity.mjs
  • check:publintpublint
  • check:reproducible-buildnode scripts/verify-reproducible-build.mjs
  • check:sandbox-paritynode --import tsx scripts/check-sandbox-parity.mjs
  • check:sbom-paritynode scripts/check-sbom-parity.mjs
  • check:scorecard-thresholdnode scripts/check-scorecard-threshold.mjs
  • check:supply-chain-iocsnode scripts/check-supply-chain-iocs.mjs
  • clitsx packages/cli/src/cli.ts
  • docstypedoc
  • docs:apitypedoc
  • formatprettier --write .
  • format:checkprettier --check .
  • linteslint src
  • local:startnode scripts/start-local.mjs
  • local:start:mocknode scripts/start-local.mjs --mock
  • local:start:prodnode scripts/start-local.mjs --mode=prod
  • local:stopnode scripts/stop-local.mjs
  • parity:extractnode --import tsx scripts/extract-parity-fixtures.mjs
  • preparegit config core.hooksPath .githooks
  • …and 19 more.
Dependencies6
  • @opentelemetry/api^1.9.1
  • lucide-react^1.16.0
  • next^16.2.6
  • react^19.2.6
  • react-dom^19.2.6
  • zod^4.4.3