PkgRadar

Package evidence

@mlightcad/[email protected]

Large Javascript Payload: 8688367 bytes

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":["@mlightcad/[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":["@mlightcad/[email protected]"],"fail_on":"review"}'
Publishermlight.li
Artifact bytes2,433,379
Previous version3.5.39
Published2026-05-25T05:17:15.322Z
SHA-2560e2beb369da0f99db0614e43d6801863e5824bcfeb5a1761614896d1466692f8

Why flagged

What the scanner saw

Large Javascript Payload: 8688367 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/libredwg-parser-worker.js8688367 bytes10

Manifest

Package metadata

Scripts9
  • analyzepnpm run analyze:lib && pnpm run analyze:worker
  • analyze:libvite build --mode analyze --config vite.config.main.ts
  • analyze:workervite build --mode analyze --config vite.config.worker.ts
  • buildtsc && vite build -c vite.config.main.ts && vite build -c vite.config.worker.ts
  • build:mainvite build -c vite.config.main.ts
  • build:workervite build -c vite.config.worker.ts
  • cleanrimraf dist lib tsconfig.tsbuildinfo
  • linteslint src/
  • lint:fixeslint --fix --quiet src/
Dependencies1
  • @mlightcad/libredwg-web^0.7.1