PkgRadar

Package evidence

[email protected]

Obfuscation Density: high encoded/escaped-token density

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":"high"}'

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":"high"}'
Publishermitsuk
Artifact bytes1,908,892
Previous version1.1.0
Published2026-04-03T01:34:27.368Z
SHA-256d4f11420375bbd67d31aaa8cbfd63f2db146563c1bb95f77f392011702f3e006

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

high
Last checked
highRisk
67Score
1.1.1Version
Status history (1 event)
  1. newavailable · risk high · score 67 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

mitsuk

3 members · evidence strength 67

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/bin/cli.jshigh encoded/escaped-token density12
mediumLarge Javascript Payloadpackage/dist/index.cjs2537691 bytes10
mediumLarge Javascript Payloadpackage/dist/core/types/index.js2285536 bytes10
mediumLarge Javascript Payloadpackage/dist/core/ui/index.js2300216 bytes10
mediumLarge Javascript Payloadpackage/dist/index.js2533298 bytes10
Show all 10 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/bin/cli.jshigh encoded/escaped-token density12
mediumLarge Javascript Payloadpackage/dist/index.cjs2537691 bytes10
mediumLarge Javascript Payloadpackage/dist/core/types/index.js2285536 bytes10
mediumLarge Javascript Payloadpackage/dist/core/ui/index.js2300216 bytes10
mediumLarge Javascript Payloadpackage/dist/index.js2533298 bytes10
lowObfuscationpackage/dist/bin/cli.jsmatched "\\x1b"3
lowObfuscationpackage/dist/commands/create/index.jsmatched "\\uD83E"3
lowObfuscationpackage/dist/core/utils/index.jsmatched "\\x1B"3
lowObfuscationpackage/dist/commands/create/prompts.jsmatched "\\uD83E"3
lowObfuscationpackage/dist/commands/create/template.jsmatched "\\x1B"3

Manifest

Package metadata

Scripts2
  • buildbun build src/index.ts src/core/types/index.ts src/core/ui/index.ts src/core/utils/index.ts --outdir dist --target node --format esm && bun build src/index.ts --target node --format cjs --outfile dist/index.cjs && bun build src/bin/cli.ts --outdir dist/bin --target node --format esm && mkdir -p dist/create && rm -rf dist/create/templates && cp -R src/create/templates dist/create/ && bunx tsc --emitDeclarationOnly --outDir dist
  • publish:pkgbun run build && npm publish --access public
Dependencies6
  • @clack/prompts^0.11.0
  • chalk^5.6.2
  • commander^14.0.3
  • discord.js^14.25.1
  • glob^13.0.6
  • zod^4.3.6