PkgRadar

Package evidence

[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.

Versions published
2
First published
May 2026
Publisher
m0nkey

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisherm0nkey
Artifact bytes4,630,350
Previous version1.8.3
Published2026-05-26T02:23:52.686Z
SHA-2564a0e8d854f37640272303ea73af07de573635e89a229444e52ceb59307d76b92

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/federation/assets/chunk-4TB4RGXK-DhWiSTu4.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/federation/assets/flowDiagram-DWJPFMVM-D4ATY3SZ.jshigh encoded/escaped-token density12
mediumLarge Javascript Payloadpackage/dist/bonobo-ui.js2997985 bytes10
mediumLarge Javascript Payloadpackage/dist/federation/assets/tabler-icons-react-CYswNeJR.js3720297 bytes10
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/federation/assets/chunk-4TB4RGXK-DhWiSTu4.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/federation/assets/flowDiagram-DWJPFMVM-D4ATY3SZ.jshigh encoded/escaped-token density12
mediumLarge Javascript Payloadpackage/dist/bonobo-ui.js2997985 bytes10
mediumLarge Javascript Payloadpackage/dist/federation/assets/tabler-icons-react-CYswNeJR.js3720297 bytes10
lowCredential file accesspackage/dist/federation/assets/ssh-config-_ykCGR6B.jsmatched ".ssh"5

Manifest

Package metadata

Scripts16
  • buildvite build && bun run build:themes
  • build:budgetbun run scripts/check-budget.ts
  • build:federationbun run build:registry && bun run build:manifest && vite build --config vite.federation.config.ts
  • build:manifestbun run scripts/build-federation-manifest.ts
  • build:registrybun run scripts/build-registry.ts
  • build:themesmkdir -p dist/themes && cp src/themes/*.css dist/themes/
  • devvite build --watch
  • dev:remotebun run build:registry && bun run build:manifest && vite --config vite.federation.config.ts
  • generate:storybun run scripts/generate-story-template.ts
  • ladleladle serve
  • ladle:buildladle build
  • report:bundlevite-bundle-visualizer
  • test:visualplaywright test
  • test:visual:reportplaywright show-report
  • test:visual:updateplaywright test --update-snapshots
  • typecheckbun run build:registry && bun run build:manifest && tsc --noEmit