PkgRadar

Package evidence

@meui-creative/[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
19
Versions published
30Established · −30% score
First published
Oct 2025
Publisher
marianmares

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@meui-creative/[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":["@meui-creative/[email protected]"],"fail_on":"review"}'
Publishermarianmares
Artifact bytes198,254
Previous version6.0.1
Published2026-05-27T09:29:54.591Z
SHA-256e52b804d83532899677c5ece3f4babb0c387e0f6788d648f6687c2c3304968db

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/headless.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/chunk-3KYGVHOH.mjshigh encoded/escaped-token density12

Manifest

Package metadata

Scripts13
  • buildtsup
  • cleanrm -rf dist
  • devtsup --watch
  • formatprettier --write "src/**/*.{ts,tsx,js,jsx,json,md}"
  • format:checkprettier --check "src/**/*.{ts,tsx,js,jsx,json,md}"
  • linteslint src --ext .ts,.tsx --fix
  • lint:checkeslint src --ext .ts,.tsx
  • prepublishOnlybun run build
  • publish:majornpm version major && npm publish
  • publish:minornpm version minor && npm publish
  • publish:patchnpm version patch && npm publish
  • testecho "No tests yet" && exit 0
  • type-checktsc --noEmit