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
3
First published
May 2026
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 bytes314,458
Previous version1.0.0
Published2026-05-29T04:53:05.387Z
SHA-256f412db116d7b12f09f57219896735c155bfbb1533d30b2e8af50c6f5289ee93a

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Decode Then Execpackage/dist/cli.jsbase64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.45
highJs Decode Then Execpackage/dist/lib.jsbase64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.45
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highJs Decode Then Execpackage/dist/cli.jsbase64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.45
highJs Decode Then Execpackage/dist/lib.jsbase64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.45
lowCredential file accesspackage/dist/cli.jsmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts10
  • buildnode scripts/build.mjs
  • checknpm test && npm run schema:codegen && git diff --exit-code -- src/types && npm run build && npm run check:dist-cli && npm run check:pack && npm run check:public-api-snapshot && npm run test:public-api && npm run check:action-outputs && git diff --exit-code -- dist
  • check:action-outputsnode scripts/check-action-outputs.mjs ../contributors-please-action
  • check:dist-clinode scripts/check-dist-cli.mjs
  • check:packnpm_config_cache=${TMPDIR:-/tmp}/contributors-please-npm-cache npm pack --dry-run
  • check:public-api-snapshotnode scripts/check-public-api.mjs dist/lib.d.ts test/fixtures/public-api.d.ts
  • cleanrm -rf dist coverage .dist-cli
  • schema:codegenjson2ts -i schemas/config.schema.json -o src/types/config.ts && json2ts -i schemas/state.schema.json -o src/types/state.ts
  • testvitest run
  • test:public-apitsc --noEmit --target ES2022 --module NodeNext --moduleResolution NodeNext --lib ES2022 --strict --skipLibCheck test/public-api-types.ts
Dependencies8
  • @octokit/graphql^8.2.2
  • @octokit/rest^21.1.1
  • ajv^8.17.1
  • ajv-formats^3.0.1
  • diff^8.0.2
  • minimatch^10.0.3
  • yaml^2.8.1
  • yargs^18.0.0