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
1
First published
May 2026
Publisher
qwerfunch

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"}'
Publisherqwerfunch
Artifact bytes520,707
Previous versionnone
Published2026-05-28T02:21:53.639Z
SHA-2568dd796c4ce755fe371d6968962f389f56f4028bca261eb13e90e4bfbb0eea13d

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Decode Then Execpackage/dist/clad.jsbase64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.45
mediumObfuscation Densitypackage/dist/clad.jshigh encoded/escaped-token density12

Manifest

Package metadata

Scripts24
  • benchmarktsx src/cli/benchmark.ts
  • buildnode scripts/build.mjs && node scripts/build-plugin.mjs
  • build:pluginnode scripts/build-plugin.mjs
  • cladnode bin/clad
  • conformancetsx conformance/runner.ts
  • linteslint .
  • preparenode -e "require('node:fs').existsSync('dist/clad.js') || require('node:child_process').execSync('npm run build', {stdio: 'inherit'})"
  • spec:validatetsx src/spec/cli.ts
  • stage:archtsx src/stages/arch.ts
  • stage:audittsx src/stages/audit.ts
  • stage:committsx src/stages/commit.ts
  • stage:covtsx src/stages/cov.ts
  • stage:drifttsx src/stages/drift.ts
  • stage:linttsx src/stages/lint.ts
  • stage:perftsx src/stages/perf.ts
  • stage:secrettsx src/stages/secret.ts
  • stage:smoketsx src/stages/smoke.ts
  • stage:typetsx src/stages/type.ts
  • stage:uattsx src/stages/uat.ts
  • stage:unittsx src/stages/unit.ts
  • stage:visualtsx src/stages/visual.ts
  • testvitest run
  • typechecktsc --noEmit
  • version-bumpnode scripts/version-bump.mjs
Dependencies3
  • @anthropic-ai/sdk^0.96.0
  • @modelcontextprotocol/sdk^1.29.0
  • smol-toml^1.6.1