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,930,168
Previous version1.2.0
Published2026-05-24T22:48:24.775Z
SHA-2563627ad5ad22fbf9993406d82e797d232650baf712894725d582cd89140561321

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
58Score
1.2.1Version
Status history (1 event)
  1. newavailable · risk high · score 58 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

mitsuk

3 members · evidence strength 67

Evidence

Static findings

7 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.cjs2583916 bytes10
mediumLarge Javascript Payloadpackage/dist/core/types/index.js2322271 bytes10
mediumLarge Javascript Payloadpackage/dist/core/ui/index.js2343075 bytes10
mediumLarge Javascript Payloadpackage/dist/index.js2579174 bytes10
Show all 7 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/bin/cli.jshigh encoded/escaped-token density12
mediumLarge Javascript Payloadpackage/dist/index.cjs2583916 bytes10
mediumLarge Javascript Payloadpackage/dist/core/types/index.js2322271 bytes10
mediumLarge Javascript Payloadpackage/dist/core/ui/index.js2343075 bytes10
mediumLarge Javascript Payloadpackage/dist/index.js2579174 bytes10
lowObfuscationpackage/dist/bin/cli.jsmatched "\\x1b"3
lowObfuscationpackage/dist/core/utils/index.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
  • pubbun 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