PkgRadar

Package evidence

@lmpgweb/[email protected]

Js Split Join Obfuscation: Array-of-single-tokens joined to form a string — used to obscure module names like require(["n","o","de",":","cr","yp","to"].join("")), defeating static require() analysis.

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
1
First published
Jun 2026
Publisher
lmpgweb

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":["@lmpgweb/[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":["@lmpgweb/[email protected]"],"fail_on":"review"}'
Publisherlmpgweb
Artifact bytes225,842
Previous versionnone
Published2026-06-16T20:34:10.226Z
SHA-25602b876919d0dcff2fd41874c555aec38ba3026ec3b4c57930d7e3bb4bf844703

Why flagged

What the scanner saw

Js Split Join Obfuscation: Array-of-single-tokens joined to form a string — used to obscure module names like require(["n","o","de",":","cr","yp","to"].join("")), defeating static require() analysis.

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
50Score
0.1.0Version
Status history (1 event)
  1. newavailable · risk review · score 50 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Split Join Obfuscationpackage/dist/configurator.jsArray-of-single-tokens joined to form a string — used to obscure module names like require(["n","o","de",":","cr","yp","to"].join("")), defeating static require() analysis.40
mediumSuspicious Publish Contextmanifest{"package_age_days":0,"publisher":"lmpgweb","burst_same_day":0,"burst_week":0,"lure":null,"version_anomaly":false,"new_account":true}10

Manifest

Package metadata

Scripts15
  • buildrun-s build:lib build:standalone
  • build:appvite build
  • build:libvite build --config vite.lib.config.js
  • build:standalonevite build --config vite.standalone.config.js
  • devvite
  • formatprettier --write --experimental-cli src/
  • lintrun-s lint:*
  • lint:eslinteslint . --fix --cache
  • lint:oxlintoxlint . --fix
  • prepublishOnlyrun-s build
  • prereleasenvm use 22 && yarn build && yarn version --prerelease --preid=canary && git add -f dist && git commit -m 'Add dist build' && npm publish --tag canary && git push --follow-tags
  • previewvite preview
  • releasenvm use 22 && yarn build && yarn version && git add -f dist && git commit -m 'Add dist build' && npm publish && git push --follow-tags
  • test:e2eplaywright test
  • test:unitvitest