PkgRadar

Package evidence

@maplezzk/[email protected]

Obfuscation Density: high encoded/escaped-token density

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.

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":["@maplezzk/[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":["@maplezzk/[email protected]"],"fail_on":"review"}'
Artifact bytes170,402
Previous version0.13.1
Published2026-05-21T15:33:16.900Z
SHA-256b94a63a646df3fa732f21d55397403c4a8e0f859133122d7de3d8dfd3d2ad8b7

Why flagged

What the scanner saw

Obfuscation Density: high encoded/escaped-token density

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

Availability ledger

available

review
Last checked
reviewRisk
27Score
0.14.0Version
Status history (1 event)
  1. newavailable · risk review · score 27 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/api/admin-app.jshigh encoded/escaped-token density12
mediumRemote Payloadpackage/dist/log/logger.jsmatched "curl "12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/api/admin-app.jshigh encoded/escaped-token density12
mediumRemote Payloadpackage/dist/log/logger.jsmatched "curl "12
lowObfuscationpackage/dist/api/admin-app.jsmatched "\\x00"3

Manifest

Package metadata

Scripts11
  • buildtsc && cp src/api/admin-ui.html dist/api/admin-ui.html && esbuild src/api/admin/app.ts --bundle --outfile=dist/api/admin-app.js --format=esm --minify
  • build:appbash app/scripts/build.sh
  • build:prodesbuild src/index.ts --bundle --platform=node --outfile=dist/bundle.js --format=esm
  • cleanrm -rf dist
  • devtsx src/index.ts
  • generate:i18n-typestsx scripts/generate-i18n-types.ts
  • prebuildnpm run generate:i18n-types
  • prepublishOnlynpm run build && npm test
  • testnode --import tsx --test test/**/*.test.ts
  • test:watchnode --import tsx --watch --test test/**/*.test.ts
  • typechecktsc --noEmit
Dependencies3
  • alpinejs^3.15.11
  • i18next^26.0.8
  • yaml^2.8.0