PkgRadar

Package evidence

@dotobokuri/[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.

Weekly downloads
800
Versions published
6
First published
May 2026
Publisher
dotobokuri

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":["@dotobokuri/[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":["@dotobokuri/[email protected]"],"fail_on":"review"}'
Publisherdotobokuri
Artifact bytes1,254,088
Previous version1.0.1
Published2026-05-26T15:25:40.080Z
SHA-2562ad923efffe93d3afa4b41ebd47ec7165b6e815f20ec1b12e4f662c5b6a4f5bd

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/client/assets/chunk-4TB4RGXK-CcBR9Mhy.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/client/assets/flowDiagram-DWJPFMVM-aCKfvqTr.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/cli.mjshigh encoded/escaped-token density12

Manifest

Package metadata

Scripts5
  • buildtsup && vite build --config client/vite.config.ts
  • dev:clientvite --config client/vite.config.ts
  • publish:npmnode ../../scripts/publish-fleet-wiki-ui.mjs
  • testvitest run
  • typechecktsc --noEmit -p tsconfig.json && tsc --noEmit -p client/tsconfig.json