PkgRadar

Package evidence

@mbwilding/[email protected]

Obfuscation Density: high encoded/escaped-token density

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":["@mbwilding/[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":["@mbwilding/[email protected]"],"fail_on":"review"}'
Publishermbwilding
Artifact bytes860,677
Previous version0.0.14
Published2026-05-24T10:08:24.425Z
SHA-2563b7cc3f950c36d96669838e8c35c49b608d565996fb7981b17637596b5c4eede

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/npm-shrinkwrap.jsonhigh encoded/escaped-token density12
mediumRemote Payloadpackage/package.jsonmatched "raw.githubusercontent.com"12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/npm-shrinkwrap.jsonhigh encoded/escaped-token density12
mediumRemote Payloadpackage/package.jsonmatched "raw.githubusercontent.com"12
lowObfuscationpackage/dist/index.jsmatched "\\u00C0"3

Manifest

Package metadata

Scripts10
  • buildvite build
  • build:watchvite build --watch
  • devvite
  • finalize-packagenpm shrinkwrap
  • linteslint --fix .
  • prettyprettier --write .
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit -p tsconfig.test.json
  • validatepptb-validate
Dependencies2
  • react^18.3.1
  • react-dom^18.3.1