PkgRadar

Package evidence

@n24q02m/[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
739
Versions published
91
First published
Feb 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":["@n24q02m/[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":["@n24q02m/[email protected]"],"fail_on":"review"}'
Artifact bytes260,483
Previous version1.31.1
Published2026-05-29T04:54:53.701Z
SHA-2568e17e18d669e1653b925dd3b73131e414827f12b712e48e5ba5f2cfa70ebcfb3

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Decode Then Execpackage/bin/cli.mjsbase64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.45
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highJs Decode Then Execpackage/bin/cli.mjsbase64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.45
lowObfuscation Densitypackage/bin/cli.mjshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts17
  • buildtsc --build tsconfig.build.json && node scripts/build-cli.js
  • checkbiome check . && bun run type-check
  • check:fixbiome check --write . && bun run type-check
  • devtsx watch scripts/start-server.ts
  • docker:builddocker build -t n24q02m/better-email-mcp:latest .
  • docker:pushdocker push n24q02m/better-email-mcp:latest
  • docker:rundocker run --rm -i -e EMAIL_CREDENTIALS n24q02m/better-email-mcp:latest
  • formatbiome format --write .
  • format:checkbiome format .
  • lintbiome check .
  • lint:fixbiome check --write .
  • prepublishOnlybun run build
  • testvitest --passWithNoTests
  • test:coveragevitest --coverage
  • test:fullvitest run tests/live/*.full.test.ts
  • test:watchvitest watch
  • type-checktsc --noEmit
Dependencies8
  • @modelcontextprotocol/sdk^1.29.0
  • @n24q02m/mcp-core1.17.1
  • html-to-text^10.0.0
  • imapflow^1.3.3
  • mailparser^3.9.8
  • marked^17.0.6
  • nodemailer^8.0.9
  • sanitize-html^2.17.4