Recommended action
Block this updateStatic 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"}'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
Status history (1 event)
- new → available · risk high · score 58 · status changed
Related candidates
Linked campaigns and clusters
mitsuk
3 members · evidence strength 67Evidence
Static findings
7 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Obfuscation Density | package/dist/bin/cli.js | high encoded/escaped-token density | 12 |
| medium | Large Javascript Payload | package/dist/index.cjs | 2583686 bytes | 10 |
| medium | Large Javascript Payload | package/dist/core/types/index.js | 2322271 bytes | 10 |
| medium | Large Javascript Payload | package/dist/core/ui/index.js | 2342851 bytes | 10 |
| medium | Large Javascript Payload | package/dist/index.js | 2578946 bytes | 10 |
Show all 7 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Obfuscation Density | package/dist/bin/cli.js | high encoded/escaped-token density | 12 |
| medium | Large Javascript Payload | package/dist/index.cjs | 2583686 bytes | 10 |
| medium | Large Javascript Payload | package/dist/core/types/index.js | 2322271 bytes | 10 |
| medium | Large Javascript Payload | package/dist/core/ui/index.js | 2342851 bytes | 10 |
| medium | Large Javascript Payload | package/dist/index.js | 2578946 bytes | 10 |
| low | Obfuscation | package/dist/bin/cli.js | matched "\\x1b" | 3 |
| low | Obfuscation | package/dist/core/utils/index.js | matched "\\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 distpubbun run build && npm publish --access public
Dependencies6
@clack/prompts^0.11.0chalk^5.6.2commander^14.0.3discord.js^14.25.1glob^13.0.6zod^4.3.6